Shades of Lavender Grey #CAC7DC
Tints of Lavender Grey #CAC7DC
RGB
CMYK
RGB Variations
Color information
#CAC7DC (or 0xCAC7DC) is known color: Lavender Grey. HEX triplet: CA, C7 and DC. RGB value is (202,199,220). Sum of RGB (Red+Green+Blue) = 202+199+220=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7DC is #353823. Grayscale: #CACACA. Windows color (decimal): -3487780 or 14469066. OLE color: 14469066.
HSL color Cylindrical-coordinate representation of color #CAC7DC: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC7DC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 199 | 220 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.14 |
| HSL | 248.57º | 0.23% | 0.82% | - |
| HSV(B) | 248.57º | 0.1% | 0.86% | - |
| XYZ | 57.7 | 58.57 | 75.97 | - |
| YUV | 202.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 220 | 0.08 | 0.10 | 0 | 0.14 | 248.57 | 0.23 | 0.82 |
| Hex | CA | C7 | DC | 8 | A | 0 | E | F9 | 17 | 52 |
| Octal | 312 | 307 | 334 | 10 | 12 | 0 | 16 | 371 | 27 | 122 |
| Binary | 11001010 | 11000111 | 11011100 | 1000 | 1010 | 0 | 1110 | 11111001 | 10111 | 1010010 |
Color Harmonies of #CAC7DC
Complementary color
Monochromatic Colors of #CAC7DC
Black with #CAC7DC
Text Example
Text Example
White with #CAC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7DC; }
p { color: rgb(202,199,220); }
H1.HeaderClassName
{
color: #CAC7DC;
}
.AnyTagClassName
{
color: #CAC7DC;
}
</style>
background-color css
<style>
a { background-color: #CAC7DC; }
a { background-color: rgb(202,199,220); }
div.DivClassName
{
background-color: #CAC7DC;
}
.BgClassName
{
background-color: #CAC7DC;
}
</style>
border-color css
<style>
span { border-color: #CAC7DC; }
span { border-color: rgb(202,199,220); }
td.TdClassName
{
border-color: #CAC7DC;
}
.TagClassName
{
border-color: #CAC7DC;
}
</style>