Shades of Lavender Grey #CAC8D6
Tints of Lavender Grey #CAC8D6
RGB
CMYK
RGB Variations
Color information
#CAC8D6 (or 0xCAC8D6) is known color: Lavender Grey. HEX triplet: CA, C8 and D6. RGB value is (202,200,214). Sum of RGB (Red+Green+Blue) = 202+200+214=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAC8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8D6 is #353729. Grayscale: #CACACA. Windows color (decimal): -3487530 or 14076106. OLE color: 14076106.
HSL color Cylindrical-coordinate representation of color #CAC8D6: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAC8D6 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 200 | 214 | - |
CMYK | 0.06 | 0.07 | 0 | 0.16 |
HSL | 248.57º | 0.15% | 0.81% | - |
HSV(B) | 248.57º | 0.07% | 0.84% | - |
XYZ | 57.15 | 58.72 | 71.94 | - |
YUV | 202.19 | 134.66 | 127.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 214 | 0.06 | 0.07 | 0 | 0.16 | 248.57 | 0.15 | 0.81 |
Hex | CA | C8 | D6 | 6 | 7 | 0 | 10 | F9 | F | 51 |
Octal | 312 | 310 | 326 | 6 | 7 | 0 | 20 | 371 | 17 | 121 |
Binary | 11001010 | 11001000 | 11010110 | 110 | 111 | 0 | 10000 | 11111001 | 1111 | 1010001 |
Color Harmonies of #CAC8D6
Complementary color
Monochromatic Colors of #CAC8D6
Black with #CAC8D6
Text Example
Text Example
White with #CAC8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8D6; }
p { color: rgb(202,200,214); }
H1.HeaderClassName
{
color: #CAC8D6;
}
.AnyTagClassName
{
color: #CAC8D6;
}
</style>
background-color css
<style>
a { background-color: #CAC8D6; }
a { background-color: rgb(202,200,214); }
div.DivClassName
{
background-color: #CAC8D6;
}
.BgClassName
{
background-color: #CAC8D6;
}
</style>
border-color css
<style>
span { border-color: #CAC8D6; }
span { border-color: rgb(202,200,214); }
td.TdClassName
{
border-color: #CAC8D6;
}
.TagClassName
{
border-color: #CAC8D6;
}
</style>