Shades of Melrose #C8C2DB
Tints of Melrose #C8C2DB
RGB
CMYK
RGB Variations
Color information
#C8C2DB (or 0xC8C2DB) is known color: Melrose. HEX triplet: C8, C2 and DB. RGB value is (200,194,219). Sum of RGB (Red+Green+Blue) = 200+194+219=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2DB is #373D24. Grayscale: #C6C6C6. Windows color (decimal): -3620133 or 14402248. OLE color: 14402248.
HSL color Cylindrical-coordinate representation of color #C8C2DB: hue angle of 254.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8C2DB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 194 | 219 | - |
CMYK | 0.09 | 0.11 | 0 | 0.14 |
HSL | 254.4º | 0.26% | 0.81% | - |
HSV(B) | 254.4º | 0.11% | 0.86% | - |
XYZ | 55.9 | 55.98 | 74.88 | - |
YUV | 198.64 | 139.49 | 128.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 194 | 219 | 0.09 | 0.11 | 0 | 0.14 | 254.4 | 0.26 | 0.81 |
Hex | C8 | C2 | DB | 9 | B | 0 | E | FE | 1A | 51 |
Octal | 310 | 302 | 333 | 11 | 13 | 0 | 16 | 376 | 32 | 121 |
Binary | 11001000 | 11000010 | 11011011 | 1001 | 1011 | 0 | 1110 | 11111110 | 11010 | 1010001 |
Color Harmonies of #C8C2DB
Complementary color
Monochromatic Colors of #C8C2DB
Black with #C8C2DB
Text Example
Text Example
White with #C8C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2DB; }
p { color: rgb(200,194,219); }
H1.HeaderClassName
{
color: #C8C2DB;
}
.AnyTagClassName
{
color: #C8C2DB;
}
</style>
background-color css
<style>
a { background-color: #C8C2DB; }
a { background-color: rgb(200,194,219); }
div.DivClassName
{
background-color: #C8C2DB;
}
.BgClassName
{
background-color: #C8C2DB;
}
</style>
border-color css
<style>
span { border-color: #C8C2DB; }
span { border-color: rgb(200,194,219); }
td.TdClassName
{
border-color: #C8C2DB;
}
.TagClassName
{
border-color: #C8C2DB;
}
</style>