Shades of Lavender Grey #CAC7DD
Tints of Lavender Grey #CAC7DD
RGB
CMYK
RGB Variations
Color information
#CAC7DD (or 0xCAC7DD) is known color: Lavender Grey. HEX triplet: CA, C7 and DD. RGB value is (202,199,221). Sum of RGB (Red+Green+Blue) = 202+199+221=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7DD is #353822. Grayscale: #CACACA. Windows color (decimal): -3487779 or 14534602. OLE color: 14534602.
HSL color Cylindrical-coordinate representation of color #CAC7DD: hue angle of 248.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC7DD is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 199 | 221 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.13 |
| HSL | 248.18º | 0.24% | 0.82% | - |
| HSV(B) | 248.18º | 0.1% | 0.87% | - |
| XYZ | 57.83 | 58.62 | 76.67 | - |
| YUV | 202.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 221 | 0.09 | 0.10 | 0 | 0.13 | 248.18 | 0.24 | 0.82 |
| Hex | CA | C7 | DD | 9 | A | 0 | D | F8 | 18 | 52 |
| Octal | 312 | 307 | 335 | 11 | 12 | 0 | 15 | 370 | 30 | 122 |
| Binary | 11001010 | 11000111 | 11011101 | 1001 | 1010 | 0 | 1101 | 11111000 | 11000 | 1010010 |
Color Harmonies of #CAC7DD
Complementary color
Monochromatic Colors of #CAC7DD
Black with #CAC7DD
Text Example
Text Example
White with #CAC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7DD; }
p { color: rgb(202,199,221); }
H1.HeaderClassName
{
color: #CAC7DD;
}
.AnyTagClassName
{
color: #CAC7DD;
}
</style>
background-color css
<style>
a { background-color: #CAC7DD; }
a { background-color: rgb(202,199,221); }
div.DivClassName
{
background-color: #CAC7DD;
}
.BgClassName
{
background-color: #CAC7DD;
}
</style>
border-color css
<style>
span { border-color: #CAC7DD; }
span { border-color: rgb(202,199,221); }
td.TdClassName
{
border-color: #CAC7DD;
}
.TagClassName
{
border-color: #CAC7DD;
}
</style>