Html Css Color HEX #CCCCDC Lavender Grey

📋 copy color: '#CCCCDC'

red 204 ◦ green 204 ◦ blue 220

#CCCCDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #CCCCDC

Tints of Lavender Grey #CCCCDC

RGB

 RED value IS 204 (80.08% from 255) = 32.48%

 GREEN value IS 204 (80.08% from 255) = 32.48%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 32.48%
G = 32.48%
B = 35.03%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCCCDC (or 0xCCCCDC) is known color: Lavender Grey. HEX triplet: CC, CC and DC. RGB value is (204,204,220). Sum of RGB (Red+Green+Blue) = 204+204+220=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCDC is #333323. Grayscale: #CDCDCD. Windows color (decimal): -3355428 or 14470348. OLE color: 14470348.

HSL color Cylindrical-coordinate representation of color #CCCCDC: hue angle of 240º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCCDC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 204 220 -
CMYK 0.07 0.07 0 0.14
HSL 240º 0.19% 0.83% -
HSV(B) 240º 0.07% 0.86% -
XYZ 59.41 61.19 76.39 -
YUV 205.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 204 204 220 0.07 0.07 0 0.14 240 0.19 0.83
Hex CC CC DC 7 7 0 E F0 13 53
Octal 314 314 334 7 7 0 16 360 23 123
Binary 11001100 11001100 11011100 111 111 0 1110 11110000 10011 1010011

Color Harmonies of #CCCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCDC

Black with #CCCCDC

Text Example


Text Example

White with #CCCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCDC; }

 p { color: rgb(204,204,220); }

 H1.HeaderClassName
 {
   color: #CCCCDC;
 }
 .AnyTagClassName
 {
   color: #CCCCDC;
 }
</style>

background-color css

<style>
 a { background-color: #CCCCDC; }

 a { background-color: rgb(204,204,220); }

 div.DivClassName
 {
   background-color: #CCCCDC;
 }
 .BgClassName
 {
   background-color: #CCCCDC;
 }
</style>

border-color css

<style>
 span { border-color: #CCCCDC; }

 span { border-color: rgb(204,204,220); }

 td.TdClassName
 {
   border-color: #CCCCDC;
 }
 .TagClassName
 {
   border-color: #CCCCDC;
 }
</style>