Shades of Harp #D2DDB5
Tints of Harp #D2DDB5
RGB
CMYK
RGB Variations
Color information
#D2DDB5 (or 0xD2DDB5) is known color: Harp. HEX triplet: D2, DD and B5. RGB value is (210,221,181). Sum of RGB (Red+Green+Blue) = 210+221+181=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDB5 is #2D224A. Grayscale: #D5D5D5. Windows color (decimal): -2957899 or 11918802. OLE color: 11918802.
HSL color Cylindrical-coordinate representation of color #D2DDB5: hue angle of 76.5º degrees, saturation: 0.37, 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 #D2DDB5 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 181 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.13 |
| HSL | 76.5º | 0.37% | 0.79% | - |
| HSV(B) | 76.5º | 0.18% | 0.87% | - |
| XYZ | 60.78 | 68.75 | 53.78 | - |
| YUV | 213.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 181 | 0.05 | 0 | 0.18 | 0.13 | 76.5 | 0.37 | 0.79 |
| Hex | D2 | DD | B5 | 5 | 0 | 12 | D | 4C | 25 | 4F |
| Octal | 322 | 335 | 265 | 5 | 0 | 22 | 15 | 114 | 45 | 117 |
| Binary | 11010010 | 11011101 | 10110101 | 101 | 0 | 10010 | 1101 | 1001100 | 100101 | 1001111 |
Color Harmonies of #D2DDB5
Complementary color
Monochromatic Colors of #D2DDB5
Black with #D2DDB5
Text Example
Text Example
White with #D2DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDB5; }
p { color: rgb(210,221,181); }
H1.HeaderClassName
{
color: #D2DDB5;
}
.AnyTagClassName
{
color: #D2DDB5;
}
</style>
background-color css
<style>
a { background-color: #D2DDB5; }
a { background-color: rgb(210,221,181); }
div.DivClassName
{
background-color: #D2DDB5;
}
.BgClassName
{
background-color: #D2DDB5;
}
</style>
border-color css
<style>
span { border-color: #D2DDB5; }
span { border-color: rgb(210,221,181); }
td.TdClassName
{
border-color: #D2DDB5;
}
.TagClassName
{
border-color: #D2DDB5;
}
</style>