Shades of Harp #D2DDB8
Tints of Harp #D2DDB8
RGB
CMYK
RGB Variations
Color information
#D2DDB8 (or 0xD2DDB8) is known color: Harp. HEX triplet: D2, DD and B8. RGB value is (210,221,184). Sum of RGB (Red+Green+Blue) = 210+221+184=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 184 (72.27% from 255 or 29.92% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDB8 is #2D2247. Grayscale: #D5D5D5. Windows color (decimal): -2957896 or 12115410. OLE color: 12115410.
HSL color Cylindrical-coordinate representation of color #D2DDB8: hue angle of 77.84º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2DDB8 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 184 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.13 |
| HSL | 77.84º | 0.35% | 0.79% | - |
| HSV(B) | 77.84º | 0.17% | 0.87% | - |
| XYZ | 61.09 | 68.88 | 55.42 | - |
| YUV | 213.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 184 | 0.05 | 0 | 0.17 | 0.13 | 77.84 | 0.35 | 0.79 |
| Hex | D2 | DD | B8 | 5 | 0 | 11 | D | 4E | 23 | 4F |
| Octal | 322 | 335 | 270 | 5 | 0 | 21 | 15 | 116 | 43 | 117 |
| Binary | 11010010 | 11011101 | 10111000 | 101 | 0 | 10001 | 1101 | 1001110 | 100011 | 1001111 |
Color Harmonies of #D2DDB8
Complementary color
Monochromatic Colors of #D2DDB8
Black with #D2DDB8
Text Example
Text Example
White with #D2DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDB8; }
p { color: rgb(210,221,184); }
H1.HeaderClassName
{
color: #D2DDB8;
}
.AnyTagClassName
{
color: #D2DDB8;
}
</style>
background-color css
<style>
a { background-color: #D2DDB8; }
a { background-color: rgb(210,221,184); }
div.DivClassName
{
background-color: #D2DDB8;
}
.BgClassName
{
background-color: #D2DDB8;
}
</style>
border-color css
<style>
span { border-color: #D2DDB8; }
span { border-color: rgb(210,221,184); }
td.TdClassName
{
border-color: #D2DDB8;
}
.TagClassName
{
border-color: #D2DDB8;
}
</style>