#CAC7DF

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

Shades of Lavender Grey #CAC7DF

Tints of Lavender Grey #CAC7DF

Color information

#CAC7DF (or 0xCAC7DF) is unknown color: approx Lavender Grey. HEX triplet: CA, C7 and DF. RGB value is (202,199,223). Sum of RGB (Red+Green+Blue) = 202+199+223=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7DF is #353820. Grayscale: #CACACA. Windows color (decimal): -3487777 or 14665674. OLE color: 14665674.

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

Color convert

RGB202199223-
CMYK0.090.1100.13
HSL247.5º27.27%82.75%-
HSV(B)247.5º10.76%87.45%-
XYZ58.158.7378.09-
YUV202.63139.49127.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 199 (78.12% from 255) = 31.89%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=32.37%
G=31.89%
B=35.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021992230.090.1100.13247.527.2782.75
HexCAC7DF9B0Df81b53
Octal312307337111301537033123
Binary110010101100011111011111100110110110111111000110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7DF; }

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

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

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

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

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

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

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

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