#CAC9DB

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

Shades of Lavender Grey #CAC9DB

Tints of Lavender Grey #CAC9DB

Color information

#CAC9DB (or 0xCAC9DB) is unknown color: approx Lavender Grey. HEX triplet: CA, C9 and DB. RGB value is (202,201,219). Sum of RGB (Red+Green+Blue) = 202+201+219=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9DB is #353624. Grayscale: #CBCBCB. Windows color (decimal): -3487269 or 14404042. OLE color: 14404042.

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

Color convert

RGB202201219-
CMYK0.080.0800.14
HSL243.33º20%82.35%-
HSV(B)243.33º8.22%85.88%-
XYZ58.0359.4475.43-
YUV203.35136.83127.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=32.48%
G=32.32%
B=35.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022012190.080.0800.14243.332082.35
HexCAC9DB880Ef31452
Octal312311333101001636324122
Binary110010101100100111011011100010000111011110011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC9DB; }

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

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

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

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

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

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

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

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