#CAC8D7

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

Shades of Lavender Grey #CAC8D7

Tints of Lavender Grey #CAC8D7

Color information

#CAC8D7 (or 0xCAC8D7) is unknown color: approx Lavender Grey. HEX triplet: CA, C8 and D7. RGB value is (202,200,215). Sum of RGB (Red+Green+Blue) = 202+200+215=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAC8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8D7 is #353728. Grayscale: #CACACA. Windows color (decimal): -3487529 or 14141642. OLE color: 14141642.

HSL color Cylindrical-coordinate representation of color #CAC8D7: hue angle of 248º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAC8D7 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202200215-
CMYK0.060.0700.16
HSL248º15.79%81.37%-
HSV(B)248º6.98%84.31%-
XYZ57.2858.7772.62-
YUV202.31135.16127.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 200 (78.52% from 255) = 32.41%
BLUE value IS 215 (84.38% from 255) = 34.85%
R=32.74%
G=32.41%
B=34.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022002150.060.0700.1624815.7981.37
HexCAC8D767010f81051
Octal3123103276702037020121
Binary11001010110010001101011111011101000011111000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8D7; }

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

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

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

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

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

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

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

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