Shades of Harp #D3DABA
Tints of Harp #D3DABA
RGB
CMYK
RGB Variations
Color information
#D3DABA (or 0xD3DABA) is known color: Harp. HEX triplet: D3, DA and BA. RGB value is (211,218,186). Sum of RGB (Red+Green+Blue) = 211+218+186=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DABA is #2C2545. Grayscale: #D4D4D4. Windows color (decimal): -2893126 or 12245715. OLE color: 12245715.
HSL color Cylindrical-coordinate representation of color #D3DABA: hue angle of 73.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3DABA is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 186 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.15 |
| HSL | 73.13º | 0.3% | 0.79% | - |
| HSV(B) | 73.13º | 0.15% | 0.85% | - |
| XYZ | 60.8 | 67.54 | 56.29 | - |
| YUV | 212.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 186 | 0.03 | 0 | 0.15 | 0.15 | 73.13 | 0.3 | 0.79 |
| Hex | D3 | DA | BA | 3 | 0 | F | F | 49 | 1E | 4F |
| Octal | 323 | 332 | 272 | 3 | 0 | 17 | 17 | 111 | 36 | 117 |
| Binary | 11010011 | 11011010 | 10111010 | 11 | 0 | 1111 | 1111 | 1001001 | 11110 | 1001111 |
Color Harmonies of #D3DABA
Complementary color
Monochromatic Colors of #D3DABA
Black with #D3DABA
Text Example
Text Example
White with #D3DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DABA; }
p { color: rgb(211,218,186); }
H1.HeaderClassName
{
color: #D3DABA;
}
.AnyTagClassName
{
color: #D3DABA;
}
</style>
background-color css
<style>
a { background-color: #D3DABA; }
a { background-color: rgb(211,218,186); }
div.DivClassName
{
background-color: #D3DABA;
}
.BgClassName
{
background-color: #D3DABA;
}
</style>
border-color css
<style>
span { border-color: #D3DABA; }
span { border-color: rgb(211,218,186); }
td.TdClassName
{
border-color: #D3DABA;
}
.TagClassName
{
border-color: #D3DABA;
}
</style>