Shades of Lavender Grey #C8C9D6
Tints of Lavender Grey #C8C9D6
RGB
CMYK
RGB Variations
Color information
#C8C9D6 (or 0xC8C9D6) is known color: Lavender Grey. HEX triplet: C8, C9 and D6. RGB value is (200,201,214). Sum of RGB (Red+Green+Blue) = 200+201+214=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 214 - color contains mainly: blue. Hex color #C8C9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9D6 is #373629. Grayscale: #CACACA. Windows color (decimal): -3618346 or 14076360. OLE color: 14076360.
HSL color Cylindrical-coordinate representation of color #C8C9D6: hue angle of 235.71º 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 #C8C9D6 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 201 | 214 | - |
CMYK | 0.07 | 0.06 | 0 | 0.16 |
HSL | 235.71º | 0.15% | 0.81% | - |
HSV(B) | 235.71º | 0.07% | 0.84% | - |
XYZ | 56.84 | 58.91 | 71.99 | - |
YUV | 202.18 | 134.67 | 126.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 201 | 214 | 0.07 | 0.06 | 0 | 0.16 | 235.71 | 0.15 | 0.81 |
Hex | C8 | C9 | D6 | 7 | 6 | 0 | 10 | EC | F | 51 |
Octal | 310 | 311 | 326 | 7 | 6 | 0 | 20 | 354 | 17 | 121 |
Binary | 11001000 | 11001001 | 11010110 | 111 | 110 | 0 | 10000 | 11101100 | 1111 | 1010001 |
Color Harmonies of #C8C9D6
Complementary color
Monochromatic Colors of #C8C9D6
Black with #C8C9D6
Text Example
Text Example
White with #C8C9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9D6; }
p { color: rgb(200,201,214); }
H1.HeaderClassName
{
color: #C8C9D6;
}
.AnyTagClassName
{
color: #C8C9D6;
}
</style>
background-color css
<style>
a { background-color: #C8C9D6; }
a { background-color: rgb(200,201,214); }
div.DivClassName
{
background-color: #C8C9D6;
}
.BgClassName
{
background-color: #C8C9D6;
}
</style>
border-color css
<style>
span { border-color: #C8C9D6; }
span { border-color: rgb(200,201,214); }
td.TdClassName
{
border-color: #C8C9D6;
}
.TagClassName
{
border-color: #C8C9D6;
}
</style>