Html Css Color HEX #CCCCD3 Lavender Grey

📋 copy color: '#CCCCD3'

red 204 ◦ green 204 ◦ blue 211

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

Shades of Lavender Grey #CCCCD3

Tints of Lavender Grey #CCCCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.09%

R = 32.96%
G = 32.96%
B = 34.09%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCCCD3 (or 0xCCCCD3) is known color: Lavender Grey. HEX triplet: CC, CC and D3. RGB value is (204,204,211). Sum of RGB (Red+Green+Blue) = 204+204+211=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCCCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD3 is #33332C. Grayscale: #CCCCCC. Windows color (decimal): -3355437 or 13880524. OLE color: 13880524.

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

Color convert

RGB 204 204 211 -
CMYK 0.03 0.03 0 0.17
HSL 240º 0.07% 0.81% -
HSV(B) 240º 0.03% 0.83% -
XYZ 58.25 60.73 70.28 -
YUV 204.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 204 204 211 0.03 0.03 0 0.17 240 0.07 0.81
Hex CC CC D3 3 3 0 11 F0 7 51
Octal 314 314 323 3 3 0 21 360 7 121
Binary 11001100 11001100 11010011 11 11 0 10001 11110000 111 1010001

Color Harmonies of #CCCCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCD3

Black with #CCCCD3

Text Example


Text Example

White with #CCCCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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