Shades of Harp #D4DABB
Tints of Harp #D4DABB
RGB
CMYK
RGB Variations
Color information
#D4DABB (or 0xD4DABB) is known color: Harp. HEX triplet: D4, DA and BB. RGB value is (212,218,187). Sum of RGB (Red+Green+Blue) = 212+218+187=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DABB is #2B2544. Grayscale: #D4D4D4. Windows color (decimal): -2827589 or 12311252. OLE color: 12311252.
HSL color Cylindrical-coordinate representation of color #D4DABB: hue angle of 71.61º 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 #D4DABB is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 187 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.15 |
| HSL | 71.61º | 0.3% | 0.79% | - |
| HSV(B) | 71.61º | 0.14% | 0.85% | - |
| XYZ | 61.19 | 67.73 | 56.86 | - |
| YUV | 212.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 187 | 0.03 | 0 | 0.14 | 0.15 | 71.61 | 0.3 | 0.79 |
| Hex | D4 | DA | BB | 3 | 0 | E | F | 48 | 1E | 4F |
| Octal | 324 | 332 | 273 | 3 | 0 | 16 | 17 | 110 | 36 | 117 |
| Binary | 11010100 | 11011010 | 10111011 | 11 | 0 | 1110 | 1111 | 1001000 | 11110 | 1001111 |
Color Harmonies of #D4DABB
Complementary color
Monochromatic Colors of #D4DABB
Black with #D4DABB
Text Example
Text Example
White with #D4DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DABB; }
p { color: rgb(212,218,187); }
H1.HeaderClassName
{
color: #D4DABB;
}
.AnyTagClassName
{
color: #D4DABB;
}
</style>
background-color css
<style>
a { background-color: #D4DABB; }
a { background-color: rgb(212,218,187); }
div.DivClassName
{
background-color: #D4DABB;
}
.BgClassName
{
background-color: #D4DABB;
}
</style>
border-color css
<style>
span { border-color: #D4DABB; }
span { border-color: rgb(212,218,187); }
td.TdClassName
{
border-color: #D4DABB;
}
.TagClassName
{
border-color: #D4DABB;
}
</style>