Shades of Lavender Grey #C8C9D8
Tints of Lavender Grey #C8C9D8
RGB
CMYK
RGB Variations
Color information
#C8C9D8 (or 0xC8C9D8) is known color: Lavender Grey. HEX triplet: C8, C9 and D8. RGB value is (200,201,216). Sum of RGB (Red+Green+Blue) = 200+201+216=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8C9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9D8 is #373627. Grayscale: #CACACA. Windows color (decimal): -3618344 or 14207432. OLE color: 14207432.
HSL color Cylindrical-coordinate representation of color #C8C9D8: hue angle of 236.25º 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 #C8C9D8 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 201 | 216 | - |
CMYK | 0.07 | 0.07 | 0 | 0.15 |
HSL | 236.25º | 0.17% | 0.82% | - |
HSV(B) | 236.25º | 0.07% | 0.85% | - |
XYZ | 57.1 | 59.01 | 73.35 | - |
YUV | 202.41 | 135.67 | 126.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 201 | 216 | 0.07 | 0.07 | 0 | 0.15 | 236.25 | 0.17 | 0.82 |
Hex | C8 | C9 | D8 | 7 | 7 | 0 | F | EC | 11 | 52 |
Octal | 310 | 311 | 330 | 7 | 7 | 0 | 17 | 354 | 21 | 122 |
Binary | 11001000 | 11001001 | 11011000 | 111 | 111 | 0 | 1111 | 11101100 | 10001 | 1010010 |
Color Harmonies of #C8C9D8
Complementary color
Monochromatic Colors of #C8C9D8
Black with #C8C9D8
Text Example
Text Example
White with #C8C9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9D8; }
p { color: rgb(200,201,216); }
H1.HeaderClassName
{
color: #C8C9D8;
}
.AnyTagClassName
{
color: #C8C9D8;
}
</style>
background-color css
<style>
a { background-color: #C8C9D8; }
a { background-color: rgb(200,201,216); }
div.DivClassName
{
background-color: #C8C9D8;
}
.BgClassName
{
background-color: #C8C9D8;
}
</style>
border-color css
<style>
span { border-color: #C8C9D8; }
span { border-color: rgb(200,201,216); }
td.TdClassName
{
border-color: #C8C9D8;
}
.TagClassName
{
border-color: #C8C9D8;
}
</style>