Shades of Lavender Grey #C9C8DC
Tints of Lavender Grey #C9C8DC
RGB
CMYK
RGB Variations
Color information
#C9C8DC (or 0xC9C8DC) is known color: Lavender Grey. HEX triplet: C9, C8 and DC. RGB value is (201,200,220). Sum of RGB (Red+Green+Blue) = 201+200+220=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8DC is #363723. Grayscale: #CACACA. Windows color (decimal): -3553060 or 14469321. OLE color: 14469321.
HSL color Cylindrical-coordinate representation of color #C9C8DC: hue angle of 243º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9C8DC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 200 | 220 | - |
CMYK | 0.09 | 0.09 | 0 | 0.14 |
HSL | 243º | 0.22% | 0.82% | - |
HSV(B) | 243º | 0.09% | 0.86% | - |
XYZ | 57.66 | 58.89 | 76.04 | - |
YUV | 202.58 | 137.83 | 126.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 200 | 220 | 0.09 | 0.09 | 0 | 0.14 | 243 | 0.22 | 0.82 |
Hex | C9 | C8 | DC | 9 | 9 | 0 | E | F3 | 16 | 52 |
Octal | 311 | 310 | 334 | 11 | 11 | 0 | 16 | 363 | 26 | 122 |
Binary | 11001001 | 11001000 | 11011100 | 1001 | 1001 | 0 | 1110 | 11110011 | 10110 | 1010010 |
Color Harmonies of #C9C8DC
Complementary color
Monochromatic Colors of #C9C8DC
Black with #C9C8DC
Text Example
Text Example
White with #C9C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8DC; }
p { color: rgb(201,200,220); }
H1.HeaderClassName
{
color: #C9C8DC;
}
.AnyTagClassName
{
color: #C9C8DC;
}
</style>
background-color css
<style>
a { background-color: #C9C8DC; }
a { background-color: rgb(201,200,220); }
div.DivClassName
{
background-color: #C9C8DC;
}
.BgClassName
{
background-color: #C9C8DC;
}
</style>
border-color css
<style>
span { border-color: #C9C8DC; }
span { border-color: rgb(201,200,220); }
td.TdClassName
{
border-color: #C9C8DC;
}
.TagClassName
{
border-color: #C9C8DC;
}
</style>