Shades of Harp #D0DEB5
Tints of Harp #D0DEB5
RGB
CMYK
RGB Variations
Color information
#D0DEB5 (or 0xD0DEB5) is known color: Harp. HEX triplet: D0, DE and B5. RGB value is (208,222,181). Sum of RGB (Red+Green+Blue) = 208+222+181=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEB5 is #2F214A. Grayscale: #D5D5D5. Windows color (decimal): -3088715 or 11919056. OLE color: 11919056.
HSL color Cylindrical-coordinate representation of color #D0DEB5: hue angle of 80.49º degrees, saturation: 0.38, 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 #D0DEB5 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 181 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.13 |
| HSL | 80.49º | 0.38% | 0.79% | - |
| HSV(B) | 80.49º | 0.18% | 0.87% | - |
| XYZ | 60.47 | 68.99 | 53.84 | - |
| YUV | 213.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 181 | 0.06 | 0 | 0.18 | 0.13 | 80.49 | 0.38 | 0.79 |
| Hex | D0 | DE | B5 | 6 | 0 | 12 | D | 50 | 26 | 4F |
| Octal | 320 | 336 | 265 | 6 | 0 | 22 | 15 | 120 | 46 | 117 |
| Binary | 11010000 | 11011110 | 10110101 | 110 | 0 | 10010 | 1101 | 1010000 | 100110 | 1001111 |
Color Harmonies of #D0DEB5
Complementary color
Monochromatic Colors of #D0DEB5
Black with #D0DEB5
Text Example
Text Example
White with #D0DEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEB5; }
p { color: rgb(208,222,181); }
H1.HeaderClassName
{
color: #D0DEB5;
}
.AnyTagClassName
{
color: #D0DEB5;
}
</style>
background-color css
<style>
a { background-color: #D0DEB5; }
a { background-color: rgb(208,222,181); }
div.DivClassName
{
background-color: #D0DEB5;
}
.BgClassName
{
background-color: #D0DEB5;
}
</style>
border-color css
<style>
span { border-color: #D0DEB5; }
span { border-color: rgb(208,222,181); }
td.TdClassName
{
border-color: #D0DEB5;
}
.TagClassName
{
border-color: #D0DEB5;
}
</style>