Shades of Harp #D1DAB4
Tints of Harp #D1DAB4
RGB
CMYK
RGB Variations
Color information
#D1DAB4 (or 0xD1DAB4) is known color: Harp. HEX triplet: D1, DA and B4. RGB value is (209,218,180). Sum of RGB (Red+Green+Blue) = 209+218+180=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DAB4 is #2E254B. Grayscale: #D3D3D3. Windows color (decimal): -3024204 or 11852497. OLE color: 11852497.
HSL color Cylindrical-coordinate representation of color #D1DAB4: hue angle of 74.21º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1DAB4 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 180 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.15 |
| HSL | 74.21º | 0.34% | 0.78% | - |
| HSV(B) | 74.21º | 0.17% | 0.85% | - |
| XYZ | 59.6 | 66.99 | 52.97 | - |
| YUV | 210.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 180 | 0.04 | 0 | 0.17 | 0.15 | 74.21 | 0.34 | 0.78 |
| Hex | D1 | DA | B4 | 4 | 0 | 11 | F | 4A | 22 | 4E |
| Octal | 321 | 332 | 264 | 4 | 0 | 21 | 17 | 112 | 42 | 116 |
| Binary | 11010001 | 11011010 | 10110100 | 100 | 0 | 10001 | 1111 | 1001010 | 100010 | 1001110 |
Color Harmonies of #D1DAB4
Complementary color
Monochromatic Colors of #D1DAB4
Black with #D1DAB4
Text Example
Text Example
White with #D1DAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAB4; }
p { color: rgb(209,218,180); }
H1.HeaderClassName
{
color: #D1DAB4;
}
.AnyTagClassName
{
color: #D1DAB4;
}
</style>
background-color css
<style>
a { background-color: #D1DAB4; }
a { background-color: rgb(209,218,180); }
div.DivClassName
{
background-color: #D1DAB4;
}
.BgClassName
{
background-color: #D1DAB4;
}
</style>
border-color css
<style>
span { border-color: #D1DAB4; }
span { border-color: rgb(209,218,180); }
td.TdClassName
{
border-color: #D1DAB4;
}
.TagClassName
{
border-color: #D1DAB4;
}
</style>