#CCCAE4

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

Shades of Lavender Grey #CCCAE4

Tints of Lavender Grey #CCCAE4

Color information

#CCCAE4 (or 0xCCCAE4) is unknown color: approx Lavender Grey. HEX triplet: CC, CA and E4. RGB value is (204,202,228). Sum of RGB (Red+Green+Blue) = 204+202+228=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCCAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAE4 is #33351B. Grayscale: #CDCDCD. Windows color (decimal): -3355932 or 14994124. OLE color: 14994124.

HSL color Cylindrical-coordinate representation of color #CCCAE4: hue angle of 244.62º degrees, saturation: 0.32, 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 #CCCAE4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204202228-
CMYK0.110.1100.11
HSL244.62º32.5%84.31%-
HSV(B)244.62º11.4%89.41%-
XYZ60.0360.6881.95-
YUV205.56140.66126.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 228 (89.45% from 255) = 35.96%
R=32.18%
G=31.86%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042022280.110.1100.11244.6232.584.31
HexCCCAE4BB0Bf52054
Octal314312344131301336540124
Binary1100110011001010111001001011101101011111101011000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAE4; }

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

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

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

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

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

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

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

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