Shades of Lavender Grey #C9C7DC
Tints of Lavender Grey #C9C7DC
RGB
CMYK
RGB Variations
Color information
#C9C7DC (or 0xC9C7DC) is known color: Lavender Grey. HEX triplet: C9, C7 and DC. RGB value is (201,199,220). Sum of RGB (Red+Green+Blue) = 201+199+220=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7DC is #363823. Grayscale: #C9C9C9. Windows color (decimal): -3553316 or 14469065. OLE color: 14469065.
HSL color Cylindrical-coordinate representation of color #C9C7DC: hue angle of 245.71º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9C7DC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 199 | 220 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.14 |
| HSL | 245.71º | 0.23% | 0.82% | - |
| HSV(B) | 245.71º | 0.1% | 0.86% | - |
| XYZ | 57.43 | 58.43 | 75.96 | - |
| YUV | 201.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 220 | 0.09 | 0.10 | 0 | 0.14 | 245.71 | 0.23 | 0.82 |
| Hex | C9 | C7 | DC | 9 | A | 0 | E | F6 | 17 | 52 |
| Octal | 311 | 307 | 334 | 11 | 12 | 0 | 16 | 366 | 27 | 122 |
| Binary | 11001001 | 11000111 | 11011100 | 1001 | 1010 | 0 | 1110 | 11110110 | 10111 | 1010010 |
Color Harmonies of #C9C7DC
Complementary color
Monochromatic Colors of #C9C7DC
Black with #C9C7DC
Text Example
Text Example
White with #C9C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C7DC; }
p { color: rgb(201,199,220); }
H1.HeaderClassName
{
color: #C9C7DC;
}
.AnyTagClassName
{
color: #C9C7DC;
}
</style>
background-color css
<style>
a { background-color: #C9C7DC; }
a { background-color: rgb(201,199,220); }
div.DivClassName
{
background-color: #C9C7DC;
}
.BgClassName
{
background-color: #C9C7DC;
}
</style>
border-color css
<style>
span { border-color: #C9C7DC; }
span { border-color: rgb(201,199,220); }
td.TdClassName
{
border-color: #C9C7DC;
}
.TagClassName
{
border-color: #C9C7DC;
}
</style>