Shades of Melrose #C9C0DB
Tints of Melrose #C9C0DB
RGB
CMYK
RGB Variations
Color information
#C9C0DB (or 0xC9C0DB) is known color: Melrose. HEX triplet: C9, C0 and DB. RGB value is (201,192,219). Sum of RGB (Red+Green+Blue) = 201+192+219=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0DB is #363F24. Grayscale: #C5C5C5. Windows color (decimal): -3555109 or 14401737. OLE color: 14401737.
HSL color Cylindrical-coordinate representation of color #C9C0DB: hue angle of 260º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9C0DB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 192 | 219 | - |
CMYK | 0.08 | 0.12 | 0 | 0.14 |
HSL | 260º | 0.27% | 0.81% | - |
HSV(B) | 260º | 0.12% | 0.86% | - |
XYZ | 55.72 | 55.23 | 74.74 | - |
YUV | 197.77 | 139.98 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 192 | 219 | 0.08 | 0.12 | 0 | 0.14 | 260 | 0.27 | 0.81 |
Hex | C9 | C0 | DB | 8 | C | 0 | E | 104 | 1B | 51 |
Octal | 311 | 300 | 333 | 10 | 14 | 0 | 16 | 404 | 33 | 121 |
Binary | 11001001 | 11000000 | 11011011 | 1000 | 1100 | 0 | 1110 | 100000100 | 11011 | 1010001 |
Color Harmonies of #C9C0DB
Complementary color
Monochromatic Colors of #C9C0DB
Black with #C9C0DB
Text Example
Text Example
White with #C9C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0DB; }
p { color: rgb(201,192,219); }
H1.HeaderClassName
{
color: #C9C0DB;
}
.AnyTagClassName
{
color: #C9C0DB;
}
</style>
background-color css
<style>
a { background-color: #C9C0DB; }
a { background-color: rgb(201,192,219); }
div.DivClassName
{
background-color: #C9C0DB;
}
.BgClassName
{
background-color: #C9C0DB;
}
</style>
border-color css
<style>
span { border-color: #C9C0DB; }
span { border-color: rgb(201,192,219); }
td.TdClassName
{
border-color: #C9C0DB;
}
.TagClassName
{
border-color: #C9C0DB;
}
</style>