Shades of Lavender Grey #C9C9DC
Tints of Lavender Grey #C9C9DC
RGB
CMYK
RGB Variations
Color information
#C9C9DC (or 0xC9C9DC) is known color: Lavender Grey. HEX triplet: C9, C9 and DC. RGB value is (201,201,220). Sum of RGB (Red+Green+Blue) = 201+201+220=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C9DC is #363623. Grayscale: #CBCBCB. Windows color (decimal): -3552804 or 14469577. OLE color: 14469577.
HSL color Cylindrical-coordinate representation of color #C9C9DC: hue angle of 240º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9C9DC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 201 | 220 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.14 |
| HSL | 240º | 0.21% | 0.83% | - |
| HSV(B) | 240º | 0.09% | 0.86% | - |
| XYZ | 57.89 | 59.36 | 76.12 | - |
| YUV | 203.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 201 | 220 | 0.09 | 0.09 | 0 | 0.14 | 240 | 0.21 | 0.83 |
| Hex | C9 | C9 | DC | 9 | 9 | 0 | E | F0 | 15 | 53 |
| Octal | 311 | 311 | 334 | 11 | 11 | 0 | 16 | 360 | 25 | 123 |
| Binary | 11001001 | 11001001 | 11011100 | 1001 | 1001 | 0 | 1110 | 11110000 | 10101 | 1010011 |
Color Harmonies of #C9C9DC
Complementary color
Monochromatic Colors of #C9C9DC
Black with #C9C9DC
Text Example
Text Example
White with #C9C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C9DC; }
p { color: rgb(201,201,220); }
H1.HeaderClassName
{
color: #C9C9DC;
}
.AnyTagClassName
{
color: #C9C9DC;
}
</style>
background-color css
<style>
a { background-color: #C9C9DC; }
a { background-color: rgb(201,201,220); }
div.DivClassName
{
background-color: #C9C9DC;
}
.BgClassName
{
background-color: #C9C9DC;
}
</style>
border-color css
<style>
span { border-color: #C9C9DC; }
span { border-color: rgb(201,201,220); }
td.TdClassName
{
border-color: #C9C9DC;
}
.TagClassName
{
border-color: #C9C9DC;
}
</style>