Shades of Lavender Grey #CAC8D8
Tints of Lavender Grey #CAC8D8
RGB
CMYK
RGB Variations
Color information
#CAC8D8 (or 0xCAC8D8) is known color: Lavender Grey. HEX triplet: CA, C8 and D8. RGB value is (202,200,216). Sum of RGB (Red+Green+Blue) = 202+200+216=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAC8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8D8 is #353727. Grayscale: #CACACA. Windows color (decimal): -3487528 or 14207178. OLE color: 14207178.
HSL color Cylindrical-coordinate representation of color #CAC8D8: hue angle of 247.5º degrees, saturation: 0.17, 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 #CAC8D8 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 200 | 216 | - |
CMYK | 0.06 | 0.07 | 0 | 0.15 |
HSL | 247.5º | 0.17% | 0.82% | - |
HSV(B) | 247.5º | 0.07% | 0.85% | - |
XYZ | 57.41 | 58.82 | 73.29 | - |
YUV | 202.42 | 135.66 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 216 | 0.06 | 0.07 | 0 | 0.15 | 247.5 | 0.17 | 0.82 |
Hex | CA | C8 | D8 | 6 | 7 | 0 | F | F8 | 11 | 52 |
Octal | 312 | 310 | 330 | 6 | 7 | 0 | 17 | 370 | 21 | 122 |
Binary | 11001010 | 11001000 | 11011000 | 110 | 111 | 0 | 1111 | 11111000 | 10001 | 1010010 |
Color Harmonies of #CAC8D8
Complementary color
Monochromatic Colors of #CAC8D8
Black with #CAC8D8
Text Example
Text Example
White with #CAC8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8D8; }
p { color: rgb(202,200,216); }
H1.HeaderClassName
{
color: #CAC8D8;
}
.AnyTagClassName
{
color: #CAC8D8;
}
</style>
background-color css
<style>
a { background-color: #CAC8D8; }
a { background-color: rgb(202,200,216); }
div.DivClassName
{
background-color: #CAC8D8;
}
.BgClassName
{
background-color: #CAC8D8;
}
</style>
border-color css
<style>
span { border-color: #CAC8D8; }
span { border-color: rgb(202,200,216); }
td.TdClassName
{
border-color: #CAC8D8;
}
.TagClassName
{
border-color: #CAC8D8;
}
</style>