#CCCAE3

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

Shades of Lavender Grey #CCCAE3

Tints of Lavender Grey #CCCAE3

Color information

#CCCAE3 (or 0xCCCAE3) is unknown color: approx Lavender Grey. HEX triplet: CC, CA and E3. RGB value is (204,202,227). Sum of RGB (Red+Green+Blue) = 204+202+227=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAE3 is #33351C. Grayscale: #CDCDCD. Windows color (decimal): -3355933 or 14928588. OLE color: 14928588.

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

Color convert

RGB204202227-
CMYK0.100.1100.11
HSL244.8º30.86%84.12%-
HSV(B)244.8º11.01%89.02%-
XYZ59.8960.6281.22-
YUV205.45140.16126.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 227 (89.06% from 255) = 35.86%
R=32.23%
G=31.91%
B=35.86%

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
Decimal2042022270.100.1100.11244.830.8684.12
HexCCCAE3AB0Bf51f54
Octal314312343121301336537124
Binary110011001100101011100011101010110101111110101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAE3; }

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

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

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

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

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

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

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

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