Shades of Lavender Grey #C9C6DB
Tints of Lavender Grey #C9C6DB
RGB
CMYK
RGB Variations
Color information
#C9C6DB (or 0xC9C6DB) is known color: Lavender Grey. HEX triplet: C9, C6 and DB. RGB value is (201,198,219). Sum of RGB (Red+Green+Blue) = 201+198+219=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6DB is #363924. Grayscale: #C9C9C9. Windows color (decimal): -3553573 or 14403273. OLE color: 14403273.
HSL color Cylindrical-coordinate representation of color #C9C6DB: hue angle of 248.57º 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 #C9C6DB is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 198 | 219 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.14 |
| HSL | 248.57º | 0.23% | 0.82% | - |
| HSV(B) | 248.57º | 0.1% | 0.86% | - |
| XYZ | 57.07 | 57.92 | 75.19 | - |
| YUV | 201.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 219 | 0.08 | 0.10 | 0 | 0.14 | 248.57 | 0.23 | 0.82 |
| Hex | C9 | C6 | DB | 8 | A | 0 | E | F9 | 17 | 52 |
| Octal | 311 | 306 | 333 | 10 | 12 | 0 | 16 | 371 | 27 | 122 |
| Binary | 11001001 | 11000110 | 11011011 | 1000 | 1010 | 0 | 1110 | 11111001 | 10111 | 1010010 |
Color Harmonies of #C9C6DB
Complementary color
Monochromatic Colors of #C9C6DB
Black with #C9C6DB
Text Example
Text Example
White with #C9C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C6DB; }
p { color: rgb(201,198,219); }
H1.HeaderClassName
{
color: #C9C6DB;
}
.AnyTagClassName
{
color: #C9C6DB;
}
</style>
background-color css
<style>
a { background-color: #C9C6DB; }
a { background-color: rgb(201,198,219); }
div.DivClassName
{
background-color: #C9C6DB;
}
.BgClassName
{
background-color: #C9C6DB;
}
</style>
border-color css
<style>
span { border-color: #C9C6DB; }
span { border-color: rgb(201,198,219); }
td.TdClassName
{
border-color: #C9C6DB;
}
.TagClassName
{
border-color: #C9C6DB;
}
</style>