Shades of Melrose #D0CEDD
Tints of Melrose #D0CEDD
RGB
CMYK
RGB Variations
Color information
#D0CEDD (or 0xD0CEDD) is known color: Melrose. HEX triplet: D0, CE and DD. RGB value is (208,206,221). Sum of RGB (Red+Green+Blue) = 208+206+221=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEDD is #2F3122. Grayscale: #D0D0D0. Windows color (decimal): -3092771 or 14536400. OLE color: 14536400.
HSL color Cylindrical-coordinate representation of color #D0CEDD: hue angle of 248º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0CEDD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 206 | 221 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.13 |
| HSL | 248º | 0.18% | 0.84% | - |
| HSV(B) | 248º | 0.07% | 0.87% | - |
| XYZ | 61.13 | 62.77 | 77.3 | - |
| YUV | 208.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 221 | 0.06 | 0.07 | 0 | 0.13 | 248 | 0.18 | 0.84 |
| Hex | D0 | CE | DD | 6 | 7 | 0 | D | F8 | 12 | 54 |
| Octal | 320 | 316 | 335 | 6 | 7 | 0 | 15 | 370 | 22 | 124 |
| Binary | 11010000 | 11001110 | 11011101 | 110 | 111 | 0 | 1101 | 11111000 | 10010 | 1010100 |
Color Harmonies of #D0CEDD
Complementary color
Monochromatic Colors of #D0CEDD
Black with #D0CEDD
Text Example
Text Example
White with #D0CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEDD; }
p { color: rgb(208,206,221); }
H1.HeaderClassName
{
color: #D0CEDD;
}
.AnyTagClassName
{
color: #D0CEDD;
}
</style>
background-color css
<style>
a { background-color: #D0CEDD; }
a { background-color: rgb(208,206,221); }
div.DivClassName
{
background-color: #D0CEDD;
}
.BgClassName
{
background-color: #D0CEDD;
}
</style>
border-color css
<style>
span { border-color: #D0CEDD; }
span { border-color: rgb(208,206,221); }
td.TdClassName
{
border-color: #D0CEDD;
}
.TagClassName
{
border-color: #D0CEDD;
}
</style>