Shades of Lavender Grey #C9C6DD
Tints of Lavender Grey #C9C6DD
RGB
CMYK
RGB Variations
Color information
#C9C6DD (or 0xC9C6DD) is known color: Lavender Grey. HEX triplet: C9, C6 and DD. RGB value is (201,198,221). Sum of RGB (Red+Green+Blue) = 201+198+221=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9C6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6DD is #363922. Grayscale: #C9C9C9. Windows color (decimal): -3553571 or 14534345. OLE color: 14534345.
HSL color Cylindrical-coordinate representation of color #C9C6DD: hue angle of 247.83º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9C6DD is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 198 | 221 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.13 |
| HSL | 247.83º | 0.25% | 0.82% | - |
| HSV(B) | 247.83º | 0.1% | 0.87% | - |
| XYZ | 57.33 | 58.03 | 76.59 | - |
| YUV | 201.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 221 | 0.09 | 0.10 | 0 | 0.13 | 247.83 | 0.25 | 0.82 |
| Hex | C9 | C6 | DD | 9 | A | 0 | D | F8 | 19 | 52 |
| Octal | 311 | 306 | 335 | 11 | 12 | 0 | 15 | 370 | 31 | 122 |
| Binary | 11001001 | 11000110 | 11011101 | 1001 | 1010 | 0 | 1101 | 11111000 | 11001 | 1010010 |
Color Harmonies of #C9C6DD
Complementary color
Monochromatic Colors of #C9C6DD
Black with #C9C6DD
Text Example
Text Example
White with #C9C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C6DD; }
p { color: rgb(201,198,221); }
H1.HeaderClassName
{
color: #C9C6DD;
}
.AnyTagClassName
{
color: #C9C6DD;
}
</style>
background-color css
<style>
a { background-color: #C9C6DD; }
a { background-color: rgb(201,198,221); }
div.DivClassName
{
background-color: #C9C6DD;
}
.BgClassName
{
background-color: #C9C6DD;
}
</style>
border-color css
<style>
span { border-color: #C9C6DD; }
span { border-color: rgb(201,198,221); }
td.TdClassName
{
border-color: #C9C6DD;
}
.TagClassName
{
border-color: #C9C6DD;
}
</style>