Shades of Harp #D1DABB
Tints of Harp #D1DABB
RGB
CMYK
RGB Variations
Color information
#D1DABB (or 0xD1DABB) is known color: Harp. HEX triplet: D1, DA and BB. RGB value is (209,218,187). Sum of RGB (Red+Green+Blue) = 209+218+187=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DABB is #2E2544. Grayscale: #D3D3D3. Windows color (decimal): -3024197 or 12311249. OLE color: 12311249.
HSL color Cylindrical-coordinate representation of color #D1DABB: hue angle of 77.42º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1DABB is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 187 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.15 |
| HSL | 77.42º | 0.3% | 0.79% | - |
| HSV(B) | 77.42º | 0.14% | 0.85% | - |
| XYZ | 60.34 | 67.29 | 56.82 | - |
| YUV | 211.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 187 | 0.04 | 0 | 0.14 | 0.15 | 77.42 | 0.3 | 0.79 |
| Hex | D1 | DA | BB | 4 | 0 | E | F | 4D | 1E | 4F |
| Octal | 321 | 332 | 273 | 4 | 0 | 16 | 17 | 115 | 36 | 117 |
| Binary | 11010001 | 11011010 | 10111011 | 100 | 0 | 1110 | 1111 | 1001101 | 11110 | 1001111 |
Color Harmonies of #D1DABB
Complementary color
Monochromatic Colors of #D1DABB
Black with #D1DABB
Text Example
Text Example
White with #D1DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DABB; }
p { color: rgb(209,218,187); }
H1.HeaderClassName
{
color: #D1DABB;
}
.AnyTagClassName
{
color: #D1DABB;
}
</style>
background-color css
<style>
a { background-color: #D1DABB; }
a { background-color: rgb(209,218,187); }
div.DivClassName
{
background-color: #D1DABB;
}
.BgClassName
{
background-color: #D1DABB;
}
</style>
border-color css
<style>
span { border-color: #D1DABB; }
span { border-color: rgb(209,218,187); }
td.TdClassName
{
border-color: #D1DABB;
}
.TagClassName
{
border-color: #D1DABB;
}
</style>