#CAC8D9

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

Shades of Lavender Grey #CAC8D9

Tints of Lavender Grey #CAC8D9

Color information

#CAC8D9 (or 0xCAC8D9) is unknown color: approx Lavender Grey. HEX triplet: CA, C8 and D9. RGB value is (202,200,217). Sum of RGB (Red+Green+Blue) = 202+200+217=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8D9 is #353726. Grayscale: #CACACA. Windows color (decimal): -3487527 or 14272714. OLE color: 14272714.

HSL color Cylindrical-coordinate representation of color #CAC8D9: hue angle of 247.06º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAC8D9 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202200217-
CMYK0.070.0800.15
HSL247.06º18.28%81.76%-
HSV(B)247.06º7.83%85.1%-
XYZ57.5458.8773.98-
YUV202.54136.16127.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 200 (78.52% from 255) = 32.31%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=32.63%
G=32.31%
B=35.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022002170.070.0800.15247.0618.2881.76
HexCAC8D9780Ff71252
Octal31231033171001736722122
Binary11001010110010001101100111110000111111110111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8D9; }

 p { color: rgb(202,200,217); }

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

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

 a { background-color: rgb(202,200,217); }

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

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

 span { border-color: rgb(202,200,217); }

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