#CAC9DC

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

Shades of Lavender Grey #CAC9DC

Tints of Lavender Grey #CAC9DC

Color information

#CAC9DC (or 0xCAC9DC) is unknown color: approx Lavender Grey. HEX triplet: CA, C9 and DC. RGB value is (202,201,220). Sum of RGB (Red+Green+Blue) = 202+201+220=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9DC is #353623. Grayscale: #CBCBCB. Windows color (decimal): -3487268 or 14469578. OLE color: 14469578.

HSL color Cylindrical-coordinate representation of color #CAC9DC: hue angle of 243.16º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAC9DC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202201220-
CMYK0.080.0900.14
HSL243.16º21.35%82.55%-
HSV(B)243.16º8.64%86.27%-
XYZ58.1659.576.13-
YUV203.46137.33126.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=32.42%
G=32.26%
B=35.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022012200.080.0900.14243.1621.3582.55
HexCAC9DC890Ef31553
Octal312311334101101636325123
Binary110010101100100111011100100010010111011110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC9DC; }

 p { color: rgb(202,201,220); }

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

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

 a { background-color: rgb(202,201,220); }

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

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

 span { border-color: rgb(202,201,220); }

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