#CAC9DF

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

Shades of Lavender Grey #CAC9DF

Tints of Lavender Grey #CAC9DF

Color information

#CAC9DF (or 0xCAC9DF) is unknown color: approx Lavender Grey. HEX triplet: CA, C9 and DF. RGB value is (202,201,223). Sum of RGB (Red+Green+Blue) = 202+201+223=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9DF is #353620. Grayscale: #CBCBCB. Windows color (decimal): -3487265 or 14666186. OLE color: 14666186.

HSL color Cylindrical-coordinate representation of color #CAC9DF: hue angle of 242.73º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC9DF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202201223-
CMYK0.090.1000.13
HSL242.73º25.58%83.14%-
HSV(B)242.73º9.87%87.45%-
XYZ58.5659.6678.24-
YUV203.81138.83126.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=32.27%
G=32.11%
B=35.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022012230.090.1000.13242.7325.5883.14
HexCAC9DF9A0Df31a53
Octal312311337111201536332123
Binary110010101100100111011111100110100110111110011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC9DF; }

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

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

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

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

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

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

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

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