Shades of Melanie #D0BEC2
Tints of Melanie #D0BEC2
RGB
CMYK
RGB Variations
Color information
#D0BEC2 (or 0xD0BEC2) is known color: Melanie. HEX triplet: D0, BE and C2. RGB value is (208,190,194). Sum of RGB (Red+Green+Blue) = 208+190+194=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BEC2 is #2F413D. Grayscale: #C3C3C3. Windows color (decimal): -3096894 or 12762832. OLE color: 12762832.
HSL color Cylindrical-coordinate representation of color #D0BEC2: hue angle of 346.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0BEC2 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 194 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.18 |
| HSL | 346.67º | 0.16% | 0.78% | - |
| HSV(B) | 346.67º | 0.09% | 0.82% | - |
| XYZ | 54.16 | 54.13 | 58.63 | - |
| YUV | 195.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 194 | 0 | 0.09 | 0.07 | 0.18 | 346.67 | 0.16 | 0.78 |
| Hex | D0 | BE | C2 | 0 | 9 | 7 | 12 | 15B | 10 | 4E |
| Octal | 320 | 276 | 302 | 0 | 11 | 7 | 22 | 533 | 20 | 116 |
| Binary | 11010000 | 10111110 | 11000010 | 0 | 1001 | 111 | 10010 | 101011011 | 10000 | 1001110 |
Color Harmonies of #D0BEC2
Complementary color
Monochromatic Colors of #D0BEC2
Black with #D0BEC2
Text Example
Text Example
White with #D0BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEC2; }
p { color: rgb(208,190,194); }
H1.HeaderClassName
{
color: #D0BEC2;
}
.AnyTagClassName
{
color: #D0BEC2;
}
</style>
background-color css
<style>
a { background-color: #D0BEC2; }
a { background-color: rgb(208,190,194); }
div.DivClassName
{
background-color: #D0BEC2;
}
.BgClassName
{
background-color: #D0BEC2;
}
</style>
border-color css
<style>
span { border-color: #D0BEC2; }
span { border-color: rgb(208,190,194); }
td.TdClassName
{
border-color: #D0BEC2;
}
.TagClassName
{
border-color: #D0BEC2;
}
</style>