#CCCADE

Color #CCCADE Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #CCCADE

Tints of Lavender Grey #CCCADE

Color information

#CCCADE (or 0xCCCADE) is unknown color: approx 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

RGB204202222-
CMYK0.080.0900.13
HSL246º23.26%83.14%-
HSV(B)246º9.01%87.06%-
XYZ59.2160.3577.64-
YUV204.88137.66127.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 202 (79.30% 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 (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042022220.080.0900.1324623.2683.14
HexCCCADE890Df61753
Octal314312336101101536627123
Binary110011001100101011011110100010010110111110110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>