Shades of Harp #D2DBBB
Tints of Harp #D2DBBB
RGB
CMYK
RGB Variations
Color information
#D2DBBB (or 0xD2DBBB) is known color: Harp. HEX triplet: D2, DB and BB. RGB value is (210,219,187). Sum of RGB (Red+Green+Blue) = 210+219+187=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBBB is #2D2444. Grayscale: #D4D4D4. Windows color (decimal): -2958405 or 12311506. OLE color: 12311506.
HSL color Cylindrical-coordinate representation of color #D2DBBB: hue angle of 76.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DBBB is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 187 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.14 |
| HSL | 76.88º | 0.31% | 0.8% | - |
| HSV(B) | 76.88º | 0.15% | 0.86% | - |
| XYZ | 60.88 | 67.95 | 56.92 | - |
| YUV | 212.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 187 | 0.04 | 0 | 0.15 | 0.14 | 76.88 | 0.31 | 0.8 |
| Hex | D2 | DB | BB | 4 | 0 | F | E | 4D | 1F | 50 |
| Octal | 322 | 333 | 273 | 4 | 0 | 17 | 16 | 115 | 37 | 120 |
| Binary | 11010010 | 11011011 | 10111011 | 100 | 0 | 1111 | 1110 | 1001101 | 11111 | 1010000 |
Color Harmonies of #D2DBBB
Complementary color
Monochromatic Colors of #D2DBBB
Black with #D2DBBB
Text Example
Text Example
White with #D2DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBBB; }
p { color: rgb(210,219,187); }
H1.HeaderClassName
{
color: #D2DBBB;
}
.AnyTagClassName
{
color: #D2DBBB;
}
</style>
background-color css
<style>
a { background-color: #D2DBBB; }
a { background-color: rgb(210,219,187); }
div.DivClassName
{
background-color: #D2DBBB;
}
.BgClassName
{
background-color: #D2DBBB;
}
</style>
border-color css
<style>
span { border-color: #D2DBBB; }
span { border-color: rgb(210,219,187); }
td.TdClassName
{
border-color: #D2DBBB;
}
.TagClassName
{
border-color: #D2DBBB;
}
</style>