Shades of Harp #D1D8B6
Tints of Harp #D1D8B6
RGB
CMYK
RGB Variations
Color information
#D1D8B6 (or 0xD1D8B6) is known color: Harp. HEX triplet: D1, D8 and B6. RGB value is (209,216,182). Sum of RGB (Red+Green+Blue) = 209+216+182=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8B6 is #2E2749. Grayscale: #D2D2D2. Windows color (decimal): -3024714 or 11983057. OLE color: 11983057.
HSL color Cylindrical-coordinate representation of color #D1D8B6: hue angle of 72.35º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1D8B6 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 182 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.15 |
| HSL | 72.35º | 0.3% | 0.78% | - |
| HSV(B) | 72.35º | 0.16% | 0.85% | - |
| XYZ | 59.29 | 66.04 | 53.88 | - |
| YUV | 210.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 182 | 0.03 | 0 | 0.16 | 0.15 | 72.35 | 0.3 | 0.78 |
| Hex | D1 | D8 | B6 | 3 | 0 | 10 | F | 48 | 1E | 4E |
| Octal | 321 | 330 | 266 | 3 | 0 | 20 | 17 | 110 | 36 | 116 |
| Binary | 11010001 | 11011000 | 10110110 | 11 | 0 | 10000 | 1111 | 1001000 | 11110 | 1001110 |
Color Harmonies of #D1D8B6
Complementary color
Monochromatic Colors of #D1D8B6
Black with #D1D8B6
Text Example
Text Example
White with #D1D8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D8B6; }
p { color: rgb(209,216,182); }
H1.HeaderClassName
{
color: #D1D8B6;
}
.AnyTagClassName
{
color: #D1D8B6;
}
</style>
background-color css
<style>
a { background-color: #D1D8B6; }
a { background-color: rgb(209,216,182); }
div.DivClassName
{
background-color: #D1D8B6;
}
.BgClassName
{
background-color: #D1D8B6;
}
</style>
border-color css
<style>
span { border-color: #D1D8B6; }
span { border-color: rgb(209,216,182); }
td.TdClassName
{
border-color: #D1D8B6;
}
.TagClassName
{
border-color: #D1D8B6;
}
</style>