Shades of Harp #D0DDB6
Tints of Harp #D0DDB6
RGB
CMYK
RGB Variations
Color information
#D0DDB6 (or 0xD0DDB6) is known color: Harp. HEX triplet: D0, DD and B6. RGB value is (208,221,182). Sum of RGB (Red+Green+Blue) = 208+221+182=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDB6 is #2F2249. Grayscale: #D4D4D4. Windows color (decimal): -3088970 or 11984336. OLE color: 11984336.
HSL color Cylindrical-coordinate representation of color #D0DDB6: hue angle of 80º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0DDB6 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 221 | 182 | - |
CMYK | 0.06 | 0 | 0.18 | 0.13 |
HSL | 80º | 0.36% | 0.79% | - |
HSV(B) | 80º | 0.18% | 0.87% | - |
XYZ | 60.31 | 68.5 | 54.3 | - |
YUV | 212.67 | 110.69 | 124.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 221 | 182 | 0.06 | 0 | 0.18 | 0.13 | 80 | 0.36 | 0.79 |
Hex | D0 | DD | B6 | 6 | 0 | 12 | D | 50 | 24 | 4F |
Octal | 320 | 335 | 266 | 6 | 0 | 22 | 15 | 120 | 44 | 117 |
Binary | 11010000 | 11011101 | 10110110 | 110 | 0 | 10010 | 1101 | 1010000 | 100100 | 1001111 |
Color Harmonies of #D0DDB6
Complementary color
Monochromatic Colors of #D0DDB6
Black with #D0DDB6
Text Example
Text Example
White with #D0DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDB6; }
p { color: rgb(208,221,182); }
H1.HeaderClassName
{
color: #D0DDB6;
}
.AnyTagClassName
{
color: #D0DDB6;
}
</style>
background-color css
<style>
a { background-color: #D0DDB6; }
a { background-color: rgb(208,221,182); }
div.DivClassName
{
background-color: #D0DDB6;
}
.BgClassName
{
background-color: #D0DDB6;
}
</style>
border-color css
<style>
span { border-color: #D0DDB6; }
span { border-color: rgb(208,221,182); }
td.TdClassName
{
border-color: #D0DDB6;
}
.TagClassName
{
border-color: #D0DDB6;
}
</style>