Shades of Harp #D1D6BF
Tints of Harp #D1D6BF
RGB
CMYK
RGB Variations
Color information
#D1D6BF (or 0xD1D6BF) is known color: Harp. HEX triplet: D1, D6 and BF. RGB value is (209,214,191). Sum of RGB (Red+Green+Blue) = 209+214+191=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6BF is #2E2940. Grayscale: #D1D1D1. Windows color (decimal): -3025217 or 12572369. OLE color: 12572369.
HSL color Cylindrical-coordinate representation of color #D1D6BF: hue angle of 73.04º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1D6BF is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 191 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.16 |
| HSL | 73.04º | 0.22% | 0.79% | - |
| HSV(B) | 73.04º | 0.11% | 0.84% | - |
| XYZ | 59.75 | 65.41 | 58.77 | - |
| YUV | 209.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 191 | 0.02 | 0 | 0.11 | 0.16 | 73.04 | 0.22 | 0.79 |
| Hex | D1 | D6 | BF | 2 | 0 | B | 10 | 49 | 16 | 4F |
| Octal | 321 | 326 | 277 | 2 | 0 | 13 | 20 | 111 | 26 | 117 |
| Binary | 11010001 | 11010110 | 10111111 | 10 | 0 | 1011 | 10000 | 1001001 | 10110 | 1001111 |
Color Harmonies of #D1D6BF
Complementary color
Monochromatic Colors of #D1D6BF
Black with #D1D6BF
Text Example
Text Example
White with #D1D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D6BF; }
p { color: rgb(209,214,191); }
H1.HeaderClassName
{
color: #D1D6BF;
}
.AnyTagClassName
{
color: #D1D6BF;
}
</style>
background-color css
<style>
a { background-color: #D1D6BF; }
a { background-color: rgb(209,214,191); }
div.DivClassName
{
background-color: #D1D6BF;
}
.BgClassName
{
background-color: #D1D6BF;
}
</style>
border-color css
<style>
span { border-color: #D1D6BF; }
span { border-color: rgb(209,214,191); }
td.TdClassName
{
border-color: #D1D6BF;
}
.TagClassName
{
border-color: #D1D6BF;
}
</style>