Shades of Lavender Grey #CACAD9
Tints of Lavender Grey #CACAD9
RGB
CMYK
RGB Variations
Color information
#CACAD9 (or 0xCACAD9) is known color: Lavender Grey. HEX triplet: CA, CA and D9. RGB value is (202,202,217). Sum of RGB (Red+Green+Blue) = 202+202+217=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 217 - color contains mainly: blue. Hex color #CACAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAD9 is #353526. Grayscale: #CBCBCB. Windows color (decimal): -3487015 or 14273226. OLE color: 14273226.
HSL color Cylindrical-coordinate representation of color #CACAD9: hue angle of 240º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACAD9 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 202 | 217 | - |
CMYK | 0.07 | 0.07 | 0 | 0.15 |
HSL | 240º | 0.16% | 0.82% | - |
HSV(B) | 240º | 0.07% | 0.85% | - |
XYZ | 58 | 59.81 | 74.13 | - |
YUV | 203.71 | 135.5 | 126.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 217 | 0.07 | 0.07 | 0 | 0.15 | 240 | 0.16 | 0.82 |
Hex | CA | CA | D9 | 7 | 7 | 0 | F | F0 | 10 | 52 |
Octal | 312 | 312 | 331 | 7 | 7 | 0 | 17 | 360 | 20 | 122 |
Binary | 11001010 | 11001010 | 11011001 | 111 | 111 | 0 | 1111 | 11110000 | 10000 | 1010010 |
Color Harmonies of #CACAD9
Complementary color
Monochromatic Colors of #CACAD9
Black with #CACAD9
Text Example
Text Example
White with #CACAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAD9; }
p { color: rgb(202,202,217); }
H1.HeaderClassName
{
color: #CACAD9;
}
.AnyTagClassName
{
color: #CACAD9;
}
</style>
background-color css
<style>
a { background-color: #CACAD9; }
a { background-color: rgb(202,202,217); }
div.DivClassName
{
background-color: #CACAD9;
}
.BgClassName
{
background-color: #CACAD9;
}
</style>
border-color css
<style>
span { border-color: #CACAD9; }
span { border-color: rgb(202,202,217); }
td.TdClassName
{
border-color: #CACAD9;
}
.TagClassName
{
border-color: #CACAD9;
}
</style>