Shades of Harp #D2DBB5
Tints of Harp #D2DBB5
RGB
CMYK
RGB Variations
Color information
#D2DBB5 (or 0xD2DBB5) is known color: Harp. HEX triplet: D2, DB and B5. RGB value is (210,219,181). Sum of RGB (Red+Green+Blue) = 210+219+181=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBB5 is #2D244A. Grayscale: #D4D4D4. Windows color (decimal): -2958411 or 11918290. OLE color: 11918290.
HSL color Cylindrical-coordinate representation of color #D2DBB5: hue angle of 74.21º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2DBB5 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 181 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.14 |
| HSL | 74.21º | 0.35% | 0.78% | - |
| HSV(B) | 74.21º | 0.17% | 0.86% | - |
| XYZ | 60.25 | 67.7 | 53.61 | - |
| YUV | 211.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 181 | 0.04 | 0 | 0.17 | 0.14 | 74.21 | 0.35 | 0.78 |
| Hex | D2 | DB | B5 | 4 | 0 | 11 | E | 4A | 23 | 4E |
| Octal | 322 | 333 | 265 | 4 | 0 | 21 | 16 | 112 | 43 | 116 |
| Binary | 11010010 | 11011011 | 10110101 | 100 | 0 | 10001 | 1110 | 1001010 | 100011 | 1001110 |
Color Harmonies of #D2DBB5
Complementary color
Monochromatic Colors of #D2DBB5
Black with #D2DBB5
Text Example
Text Example
White with #D2DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBB5; }
p { color: rgb(210,219,181); }
H1.HeaderClassName
{
color: #D2DBB5;
}
.AnyTagClassName
{
color: #D2DBB5;
}
</style>
background-color css
<style>
a { background-color: #D2DBB5; }
a { background-color: rgb(210,219,181); }
div.DivClassName
{
background-color: #D2DBB5;
}
.BgClassName
{
background-color: #D2DBB5;
}
</style>
border-color css
<style>
span { border-color: #D2DBB5; }
span { border-color: rgb(210,219,181); }
td.TdClassName
{
border-color: #D2DBB5;
}
.TagClassName
{
border-color: #D2DBB5;
}
</style>