Shades of Harp #D0DDB9
Tints of Harp #D0DDB9
RGB
CMYK
RGB Variations
Color information
#D0DDB9 (or 0xD0DDB9) is known color: Harp. HEX triplet: D0, DD and B9. RGB value is (208,221,185). Sum of RGB (Red+Green+Blue) = 208+221+185=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDB9 is #2F2246. Grayscale: #D5D5D5. Windows color (decimal): -3088967 or 12180944. OLE color: 12180944.
HSL color Cylindrical-coordinate representation of color #D0DDB9: hue angle of 81.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0DDB9 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 221 | 185 | - |
CMYK | 0.06 | 0 | 0.16 | 0.13 |
HSL | 81.67º | 0.35% | 0.8% | - |
HSV(B) | 81.67º | 0.16% | 0.87% | - |
XYZ | 60.63 | 68.63 | 55.95 | - |
YUV | 213.01 | 112.19 | 124.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 221 | 185 | 0.06 | 0 | 0.16 | 0.13 | 81.67 | 0.35 | 0.8 |
Hex | D0 | DD | B9 | 6 | 0 | 10 | D | 52 | 23 | 50 |
Octal | 320 | 335 | 271 | 6 | 0 | 20 | 15 | 122 | 43 | 120 |
Binary | 11010000 | 11011101 | 10111001 | 110 | 0 | 10000 | 1101 | 1010010 | 100011 | 1010000 |
Color Harmonies of #D0DDB9
Complementary color
Monochromatic Colors of #D0DDB9
Black with #D0DDB9
Text Example
Text Example
White with #D0DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDB9; }
p { color: rgb(208,221,185); }
H1.HeaderClassName
{
color: #D0DDB9;
}
.AnyTagClassName
{
color: #D0DDB9;
}
</style>
background-color css
<style>
a { background-color: #D0DDB9; }
a { background-color: rgb(208,221,185); }
div.DivClassName
{
background-color: #D0DDB9;
}
.BgClassName
{
background-color: #D0DDB9;
}
</style>
border-color css
<style>
span { border-color: #D0DDB9; }
span { border-color: rgb(208,221,185); }
td.TdClassName
{
border-color: #D0DDB9;
}
.TagClassName
{
border-color: #D0DDB9;
}
</style>