Shades of Lavender Grey #CACADD
Tints of Lavender Grey #CACADD
RGB
CMYK
RGB Variations
Color information
#CACADD (or 0xCACADD) is known color: Lavender Grey. HEX triplet: CA, CA and DD. RGB value is (202,202,221). Sum of RGB (Red+Green+Blue) = 202+202+221=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #CACADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACADD is #353522. Grayscale: #CCCCCC. Windows color (decimal): -3487011 or 14535370. OLE color: 14535370.
HSL color Cylindrical-coordinate representation of color #CACADD: hue angle of 240º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACADD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 202 | 221 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.13 |
| HSL | 240º | 0.22% | 0.83% | - |
| HSV(B) | 240º | 0.09% | 0.87% | - |
| XYZ | 58.53 | 60.02 | 76.91 | - |
| YUV | 204.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 221 | 0.09 | 0.09 | 0 | 0.13 | 240 | 0.22 | 0.83 |
| Hex | CA | CA | DD | 9 | 9 | 0 | D | F0 | 16 | 53 |
| Octal | 312 | 312 | 335 | 11 | 11 | 0 | 15 | 360 | 26 | 123 |
| Binary | 11001010 | 11001010 | 11011101 | 1001 | 1001 | 0 | 1101 | 11110000 | 10110 | 1010011 |
Color Harmonies of #CACADD
Complementary color
Monochromatic Colors of #CACADD
Black with #CACADD
Text Example
Text Example
White with #CACADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACADD; }
p { color: rgb(202,202,221); }
H1.HeaderClassName
{
color: #CACADD;
}
.AnyTagClassName
{
color: #CACADD;
}
</style>
background-color css
<style>
a { background-color: #CACADD; }
a { background-color: rgb(202,202,221); }
div.DivClassName
{
background-color: #CACADD;
}
.BgClassName
{
background-color: #CACADD;
}
</style>
border-color css
<style>
span { border-color: #CACADD; }
span { border-color: rgb(202,202,221); }
td.TdClassName
{
border-color: #CACADD;
}
.TagClassName
{
border-color: #CACADD;
}
</style>