Shades of Lavender Grey #CACAD5
Tints of Lavender Grey #CACAD5
RGB
CMYK
RGB Variations
Color information
#CACAD5 (or 0xCACAD5) is known color: Lavender Grey. HEX triplet: CA, CA and D5. RGB value is (202,202,213). Sum of RGB (Red+Green+Blue) = 202+202+213=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 213 - color contains mainly: blue. Hex color #CACAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAD5 is #35352A. Grayscale: #CBCBCB. Windows color (decimal): -3487019 or 14011082. OLE color: 14011082.
HSL color Cylindrical-coordinate representation of color #CACAD5: hue angle of 240º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CACAD5 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 202 | 213 | - |
CMYK | 0.05 | 0.05 | 0 | 0.16 |
HSL | 240º | 0.12% | 0.81% | - |
HSV(B) | 240º | 0.05% | 0.84% | - |
XYZ | 57.49 | 59.6 | 71.43 | - |
YUV | 203.25 | 133.5 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 213 | 0.05 | 0.05 | 0 | 0.16 | 240 | 0.12 | 0.81 |
Hex | CA | CA | D5 | 5 | 5 | 0 | 10 | F0 | C | 51 |
Octal | 312 | 312 | 325 | 5 | 5 | 0 | 20 | 360 | 14 | 121 |
Binary | 11001010 | 11001010 | 11010101 | 101 | 101 | 0 | 10000 | 11110000 | 1100 | 1010001 |
Color Harmonies of #CACAD5
Complementary color
Monochromatic Colors of #CACAD5
Black with #CACAD5
Text Example
Text Example
White with #CACAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACAD5; }
p { color: rgb(202,202,213); }
H1.HeaderClassName
{
color: #CACAD5;
}
.AnyTagClassName
{
color: #CACAD5;
}
</style>
background-color css
<style>
a { background-color: #CACAD5; }
a { background-color: rgb(202,202,213); }
div.DivClassName
{
background-color: #CACAD5;
}
.BgClassName
{
background-color: #CACAD5;
}
</style>
border-color css
<style>
span { border-color: #CACAD5; }
span { border-color: rgb(202,202,213); }
td.TdClassName
{
border-color: #CACAD5;
}
.TagClassName
{
border-color: #CACAD5;
}
</style>