Shades of Harp #D1D5BF
Tints of Harp #D1D5BF
RGB
CMYK
RGB Variations
Color information
#D1D5BF (or 0xD1D5BF) is known color: Harp. HEX triplet: D1, D5 and BF. RGB value is (209,213,191). Sum of RGB (Red+Green+Blue) = 209+213+191=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5BF is #2E2A40. Grayscale: #D1D1D1. Windows color (decimal): -3025473 or 12572113. OLE color: 12572113.
HSL color Cylindrical-coordinate representation of color #D1D5BF: hue angle of 70.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1D5BF is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 191 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.16 |
| HSL | 70.91º | 0.21% | 0.79% | - |
| HSV(B) | 70.91º | 0.1% | 0.84% | - |
| XYZ | 59.49 | 64.91 | 58.68 | - |
| YUV | 209.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 191 | 0.02 | 0 | 0.10 | 0.16 | 70.91 | 0.21 | 0.79 |
| Hex | D1 | D5 | BF | 2 | 0 | A | 10 | 47 | 15 | 4F |
| Octal | 321 | 325 | 277 | 2 | 0 | 12 | 20 | 107 | 25 | 117 |
| Binary | 11010001 | 11010101 | 10111111 | 10 | 0 | 1010 | 10000 | 1000111 | 10101 | 1001111 |
Color Harmonies of #D1D5BF
Complementary color
Monochromatic Colors of #D1D5BF
Black with #D1D5BF
Text Example
Text Example
White with #D1D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5BF; }
p { color: rgb(209,213,191); }
H1.HeaderClassName
{
color: #D1D5BF;
}
.AnyTagClassName
{
color: #D1D5BF;
}
</style>
background-color css
<style>
a { background-color: #D1D5BF; }
a { background-color: rgb(209,213,191); }
div.DivClassName
{
background-color: #D1D5BF;
}
.BgClassName
{
background-color: #D1D5BF;
}
</style>
border-color css
<style>
span { border-color: #D1D5BF; }
span { border-color: rgb(209,213,191); }
td.TdClassName
{
border-color: #D1D5BF;
}
.TagClassName
{
border-color: #D1D5BF;
}
</style>