#CCCAE2

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

Shades of Lavender Grey #CCCAE2

Tints of Lavender Grey #CCCAE2

Color information

#CCCAE2 (or 0xCCCAE2) is unknown color: approx Lavender Grey. HEX triplet: CC, CA and E2. RGB value is (204,202,226). Sum of RGB (Red+Green+Blue) = 204+202+226=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCCAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAE2 is #33351D. Grayscale: #CDCDCD. Windows color (decimal): -3355934 or 14863052. OLE color: 14863052.

HSL color Cylindrical-coordinate representation of color #CCCAE2: hue angle of 245º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCAE2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204202226-
CMYK0.100.1100.11
HSL245º29.27%83.92%-
HSV(B)245º10.62%88.63%-
XYZ59.7560.5780.49-
YUV205.33139.66127.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 226 (88.67% from 255) = 35.76%
R=32.28%
G=31.96%
B=35.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042022260.100.1100.1124529.2783.92
HexCCCAE2AB0Bf51d54
Octal314312342121301336535124
Binary110011001100101011100010101010110101111110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAE2; }

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

 H1.HeaderClassName
 {
   color: #CCCAE2;
 }
 .AnyTagClassName
 {
   color: #CCCAE2;
 }
</style>
background-color css

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

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

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

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

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

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