Shades of Harp #D1D8BC
Tints of Harp #D1D8BC
RGB
CMYK
RGB Variations
Color information
#D1D8BC (or 0xD1D8BC) is known color: Harp. HEX triplet: D1, D8 and BC. RGB value is (209,216,188). Sum of RGB (Red+Green+Blue) = 209+216+188=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8BC is #2E2743. Grayscale: #D2D2D2. Windows color (decimal): -3024708 or 12376273. OLE color: 12376273.
HSL color Cylindrical-coordinate representation of color #D1D8BC: hue angle of 75º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1D8BC is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 188 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.15 |
| HSL | 75º | 0.26% | 0.79% | - |
| HSV(B) | 75º | 0.13% | 0.85% | - |
| XYZ | 59.93 | 66.3 | 57.22 | - |
| YUV | 210.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 188 | 0.03 | 0 | 0.13 | 0.15 | 75 | 0.26 | 0.79 |
| Hex | D1 | D8 | BC | 3 | 0 | D | F | 4B | 1A | 4F |
| Octal | 321 | 330 | 274 | 3 | 0 | 15 | 17 | 113 | 32 | 117 |
| Binary | 11010001 | 11011000 | 10111100 | 11 | 0 | 1101 | 1111 | 1001011 | 11010 | 1001111 |
Color Harmonies of #D1D8BC
Complementary color
Monochromatic Colors of #D1D8BC
Black with #D1D8BC
Text Example
Text Example
White with #D1D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D8BC; }
p { color: rgb(209,216,188); }
H1.HeaderClassName
{
color: #D1D8BC;
}
.AnyTagClassName
{
color: #D1D8BC;
}
</style>
background-color css
<style>
a { background-color: #D1D8BC; }
a { background-color: rgb(209,216,188); }
div.DivClassName
{
background-color: #D1D8BC;
}
.BgClassName
{
background-color: #D1D8BC;
}
</style>
border-color css
<style>
span { border-color: #D1D8BC; }
span { border-color: rgb(209,216,188); }
td.TdClassName
{
border-color: #D1D8BC;
}
.TagClassName
{
border-color: #D1D8BC;
}
</style>