Shades of Harp #D0DDB8
Tints of Harp #D0DDB8
RGB
CMYK
RGB Variations
Color information
#D0DDB8 (or 0xD0DDB8) is known color: Harp. HEX triplet: D0, DD and B8. RGB value is (208,221,184). Sum of RGB (Red+Green+Blue) = 208+221+184=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDB8 is #2F2247. Grayscale: #D5D5D5. Windows color (decimal): -3088968 or 12115408. OLE color: 12115408.
HSL color Cylindrical-coordinate representation of color #D0DDB8: hue angle of 81.08º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DDB8 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 184 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.13 |
| HSL | 81.08º | 0.35% | 0.79% | - |
| HSV(B) | 81.08º | 0.17% | 0.87% | - |
| XYZ | 60.52 | 68.58 | 55.4 | - |
| YUV | 212.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 184 | 0.06 | 0 | 0.17 | 0.13 | 81.08 | 0.35 | 0.79 |
| Hex | D0 | DD | B8 | 6 | 0 | 11 | D | 51 | 23 | 4F |
| Octal | 320 | 335 | 270 | 6 | 0 | 21 | 15 | 121 | 43 | 117 |
| Binary | 11010000 | 11011101 | 10111000 | 110 | 0 | 10001 | 1101 | 1010001 | 100011 | 1001111 |
Color Harmonies of #D0DDB8
Complementary color
Monochromatic Colors of #D0DDB8
Black with #D0DDB8
Text Example
Text Example
White with #D0DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDB8; }
p { color: rgb(208,221,184); }
H1.HeaderClassName
{
color: #D0DDB8;
}
.AnyTagClassName
{
color: #D0DDB8;
}
</style>
background-color css
<style>
a { background-color: #D0DDB8; }
a { background-color: rgb(208,221,184); }
div.DivClassName
{
background-color: #D0DDB8;
}
.BgClassName
{
background-color: #D0DDB8;
}
</style>
border-color css
<style>
span { border-color: #D0DDB8; }
span { border-color: rgb(208,221,184); }
td.TdClassName
{
border-color: #D0DDB8;
}
.TagClassName
{
border-color: #D0DDB8;
}
</style>