Html Css Color HEX #CCCADE Lavender Grey

📋 copy color: '#CCCADE'

red 204 ◦ green 202 ◦ blue 222

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

Shades of Lavender Grey #CCCADE

Tints of Lavender Grey #CCCADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.17%

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 32.48%
G = 32.17%
B = 35.35%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCCADE (or 0xCCCADE) is known color: Lavender Grey. HEX triplet: CC, CA and DE. RGB value is (204,202,222). Sum of RGB (Red+Green+Blue) = 204+202+222=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCADE is #333521. Grayscale: #CCCCCC. Windows color (decimal): -3355938 or 14600908. OLE color: 14600908.

HSL color Cylindrical-coordinate representation of color #CCCADE: hue angle of 246º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCADE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 202 222 -
CMYK 0.08 0.09 0 0.13
HSL 246º 0.23% 0.83% -
HSV(B) 246º 0.09% 0.87% -
XYZ 59.21 60.35 77.64 -
YUV 204.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 204 202 222 0.08 0.09 0 0.13 246 0.23 0.83
Hex CC CA DE 8 9 0 D F6 17 53
Octal 314 312 336 10 11 0 15 366 27 123
Binary 11001100 11001010 11011110 1000 1001 0 1101 11110110 10111 1010011

Color Harmonies of #CCCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCADE

Black with #CCCADE

Text Example


Text Example

White with #CCCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCADE; }

 p { color: rgb(204,202,222); }

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

background-color css

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

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

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

border-color css

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

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

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