#CCCAE0

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

Shades of Lavender Grey #CCCAE0

Tints of Lavender Grey #CCCAE0

Color information

#CCCAE0 (or 0xCCCAE0) is unknown color: approx Lavender Grey. HEX triplet: CC, CA and E0. RGB value is (204,202,224). Sum of RGB (Red+Green+Blue) = 204+202+224=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAE0 is #33351F. Grayscale: #CDCDCD. Windows color (decimal): -3355936 or 14731980. OLE color: 14731980.

HSL color Cylindrical-coordinate representation of color #CCCAE0: hue angle of 245.45º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCCAE0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204202224-
CMYK0.090.1000.12
HSL245.45º26.19%83.53%-
HSV(B)245.45º9.82%87.84%-
XYZ59.4860.4679.06-
YUV205.11138.66127.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=32.38%
G=32.06%
B=35.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042022240.090.1000.12245.4526.1983.53
HexCCCAE09A0Cf51a54
Octal314312340111201436532124
Binary110011001100101011100000100110100110011110101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAE0; }

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

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

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

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

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

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

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

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