#CCCAE1

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

Shades of Lavender Grey #CCCAE1

Tints of Lavender Grey #CCCAE1

Color information

#CCCAE1 (or 0xCCCAE1) is unknown color: approx Lavender Grey. HEX triplet: CC, CA and E1. RGB value is (204,202,225). Sum of RGB (Red+Green+Blue) = 204+202+225=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCCAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAE1 is #33351E. Grayscale: #CDCDCD. Windows color (decimal): -3355935 or 14797516. OLE color: 14797516.

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

Color convert

RGB204202225-
CMYK0.090.1000.12
HSL245.22º27.71%83.73%-
HSV(B)245.22º10.22%88.24%-
XYZ59.6160.5179.77-
YUV205.22139.16127.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=32.33%
G=32.01%
B=35.66%

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
Decimal2042022250.090.1000.12245.2227.7183.73
HexCCCAE19A0Cf51c54
Octal314312341111201436534124
Binary110011001100101011100001100110100110011110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAE1; }

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

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

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

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

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

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

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

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