Shades of Harp #D1DABD
Tints of Harp #D1DABD
RGB
CMYK
RGB Variations
Color information
#D1DABD (or 0xD1DABD) is known color: Harp. HEX triplet: D1, DA and BD. RGB value is (209,218,189). Sum of RGB (Red+Green+Blue) = 209+218+189=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DABD is #2E2542. Grayscale: #D4D4D4. Windows color (decimal): -3024195 or 12442321. OLE color: 12442321.
HSL color Cylindrical-coordinate representation of color #D1DABD: hue angle of 78.62º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1DABD is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 189 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.15 |
| HSL | 78.62º | 0.28% | 0.8% | - |
| HSV(B) | 78.62º | 0.13% | 0.85% | - |
| XYZ | 60.55 | 67.37 | 57.96 | - |
| YUV | 212 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 189 | 0.04 | 0 | 0.13 | 0.15 | 78.62 | 0.28 | 0.8 |
| Hex | D1 | DA | BD | 4 | 0 | D | F | 4F | 1C | 50 |
| Octal | 321 | 332 | 275 | 4 | 0 | 15 | 17 | 117 | 34 | 120 |
| Binary | 11010001 | 11011010 | 10111101 | 100 | 0 | 1101 | 1111 | 1001111 | 11100 | 1010000 |
Color Harmonies of #D1DABD
Complementary color
Monochromatic Colors of #D1DABD
Black with #D1DABD
Text Example
Text Example
White with #D1DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DABD; }
p { color: rgb(209,218,189); }
H1.HeaderClassName
{
color: #D1DABD;
}
.AnyTagClassName
{
color: #D1DABD;
}
</style>
background-color css
<style>
a { background-color: #D1DABD; }
a { background-color: rgb(209,218,189); }
div.DivClassName
{
background-color: #D1DABD;
}
.BgClassName
{
background-color: #D1DABD;
}
</style>
border-color css
<style>
span { border-color: #D1DABD; }
span { border-color: rgb(209,218,189); }
td.TdClassName
{
border-color: #D1DABD;
}
.TagClassName
{
border-color: #D1DABD;
}
</style>