Shades of Melrose #D0CEDB
Tints of Melrose #D0CEDB
RGB
CMYK
RGB Variations
Color information
#D0CEDB (or 0xD0CEDB) is known color: Melrose. HEX triplet: D0, CE and DB. RGB value is (208,206,219). Sum of RGB (Red+Green+Blue) = 208+206+219=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEDB is #2F3124. Grayscale: #D0D0D0. Windows color (decimal): -3092773 or 14405328. OLE color: 14405328.
HSL color Cylindrical-coordinate representation of color #D0CEDB: hue angle of 249.23º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0CEDB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 206 | 219 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.14 |
| HSL | 249.23º | 0.15% | 0.83% | - |
| HSV(B) | 249.23º | 0.06% | 0.86% | - |
| XYZ | 60.87 | 62.67 | 75.91 | - |
| YUV | 208.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 219 | 0.05 | 0.06 | 0 | 0.14 | 249.23 | 0.15 | 0.83 |
| Hex | D0 | CE | DB | 5 | 6 | 0 | E | F9 | F | 53 |
| Octal | 320 | 316 | 333 | 5 | 6 | 0 | 16 | 371 | 17 | 123 |
| Binary | 11010000 | 11001110 | 11011011 | 101 | 110 | 0 | 1110 | 11111001 | 1111 | 1010011 |
Color Harmonies of #D0CEDB
Complementary color
Monochromatic Colors of #D0CEDB
Black with #D0CEDB
Text Example
Text Example
White with #D0CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEDB; }
p { color: rgb(208,206,219); }
H1.HeaderClassName
{
color: #D0CEDB;
}
.AnyTagClassName
{
color: #D0CEDB;
}
</style>
background-color css
<style>
a { background-color: #D0CEDB; }
a { background-color: rgb(208,206,219); }
div.DivClassName
{
background-color: #D0CEDB;
}
.BgClassName
{
background-color: #D0CEDB;
}
</style>
border-color css
<style>
span { border-color: #D0CEDB; }
span { border-color: rgb(208,206,219); }
td.TdClassName
{
border-color: #D0CEDB;
}
.TagClassName
{
border-color: #D0CEDB;
}
</style>