Shades of Lavender Grey #C9C7DB
Tints of Lavender Grey #C9C7DB
RGB
CMYK
RGB Variations
Color information
#C9C7DB (or 0xC9C7DB) is known color: Lavender Grey. HEX triplet: C9, C7 and DB. RGB value is (201,199,219). Sum of RGB (Red+Green+Blue) = 201+199+219=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7DB is #363824. Grayscale: #C9C9C9. Windows color (decimal): -3553317 or 14403529. OLE color: 14403529.
HSL color Cylindrical-coordinate representation of color #C9C7DB: hue angle of 246º 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 #C9C7DB is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 199 | 219 | - |
CMYK | 0.08 | 0.09 | 0 | 0.14 |
HSL | 246º | 0.22% | 0.82% | - |
HSV(B) | 246º | 0.09% | 0.86% | - |
XYZ | 57.3 | 58.38 | 75.27 | - |
YUV | 201.88 | 137.66 | 127.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 199 | 219 | 0.08 | 0.09 | 0 | 0.14 | 246 | 0.22 | 0.82 |
Hex | C9 | C7 | DB | 8 | 9 | 0 | E | F6 | 16 | 52 |
Octal | 311 | 307 | 333 | 10 | 11 | 0 | 16 | 366 | 26 | 122 |
Binary | 11001001 | 11000111 | 11011011 | 1000 | 1001 | 0 | 1110 | 11110110 | 10110 | 1010010 |
Color Harmonies of #C9C7DB
Complementary color
Monochromatic Colors of #C9C7DB
Black with #C9C7DB
Text Example
Text Example
White with #C9C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C7DB; }
p { color: rgb(201,199,219); }
H1.HeaderClassName
{
color: #C9C7DB;
}
.AnyTagClassName
{
color: #C9C7DB;
}
</style>
background-color css
<style>
a { background-color: #C9C7DB; }
a { background-color: rgb(201,199,219); }
div.DivClassName
{
background-color: #C9C7DB;
}
.BgClassName
{
background-color: #C9C7DB;
}
</style>
border-color css
<style>
span { border-color: #C9C7DB; }
span { border-color: rgb(201,199,219); }
td.TdClassName
{
border-color: #C9C7DB;
}
.TagClassName
{
border-color: #C9C7DB;
}
</style>