Shades of Lavender Grey #C8C5D9
Tints of Lavender Grey #C8C5D9
RGB
CMYK
RGB Variations
Color information
#C8C5D9 (or 0xC8C5D9) is known color: Lavender Grey. HEX triplet: C8, C5 and D9. RGB value is (200,197,217). Sum of RGB (Red+Green+Blue) = 200+197+217=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8C5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5D9 is #373A26. Grayscale: #C8C8C8. Windows color (decimal): -3619367 or 14271944. OLE color: 14271944.
HSL color Cylindrical-coordinate representation of color #C8C5D9: hue angle of 249º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C5D9 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 197 | 217 | - |
CMYK | 0.08 | 0.09 | 0 | 0.15 |
HSL | 249º | 0.21% | 0.81% | - |
HSV(B) | 249º | 0.09% | 0.85% | - |
XYZ | 56.31 | 57.22 | 73.72 | - |
YUV | 200.18 | 137.49 | 127.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 197 | 217 | 0.08 | 0.09 | 0 | 0.15 | 249 | 0.21 | 0.81 |
Hex | C8 | C5 | D9 | 8 | 9 | 0 | F | F9 | 15 | 51 |
Octal | 310 | 305 | 331 | 10 | 11 | 0 | 17 | 371 | 25 | 121 |
Binary | 11001000 | 11000101 | 11011001 | 1000 | 1001 | 0 | 1111 | 11111001 | 10101 | 1010001 |
Color Harmonies of #C8C5D9
Complementary color
Monochromatic Colors of #C8C5D9
Black with #C8C5D9
Text Example
Text Example
White with #C8C5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5D9; }
p { color: rgb(200,197,217); }
H1.HeaderClassName
{
color: #C8C5D9;
}
.AnyTagClassName
{
color: #C8C5D9;
}
</style>
background-color css
<style>
a { background-color: #C8C5D9; }
a { background-color: rgb(200,197,217); }
div.DivClassName
{
background-color: #C8C5D9;
}
.BgClassName
{
background-color: #C8C5D9;
}
</style>
border-color css
<style>
span { border-color: #C8C5D9; }
span { border-color: rgb(200,197,217); }
td.TdClassName
{
border-color: #C8C5D9;
}
.TagClassName
{
border-color: #C8C5D9;
}
</style>