Shades of Harp #D3DABF
Tints of Harp #D3DABF
RGB
CMYK
RGB Variations
Color information
#D3DABF (or 0xD3DABF) is known color: Harp. HEX triplet: D3, DA and BF. RGB value is (211,218,191). Sum of RGB (Red+Green+Blue) = 211+218+191=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DABF is #2C2540. Grayscale: #D4D4D4. Windows color (decimal): -2893121 or 12573395. OLE color: 12573395.
HSL color Cylindrical-coordinate representation of color #D3DABF: hue angle of 75.56º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3DABF is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 191 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.15 |
| HSL | 75.56º | 0.27% | 0.8% | - |
| HSV(B) | 75.56º | 0.12% | 0.85% | - |
| XYZ | 61.34 | 67.75 | 59.13 | - |
| YUV | 212.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 191 | 0.03 | 0 | 0.12 | 0.15 | 75.56 | 0.27 | 0.8 |
| Hex | D3 | DA | BF | 3 | 0 | C | F | 4C | 1B | 50 |
| Octal | 323 | 332 | 277 | 3 | 0 | 14 | 17 | 114 | 33 | 120 |
| Binary | 11010011 | 11011010 | 10111111 | 11 | 0 | 1100 | 1111 | 1001100 | 11011 | 1010000 |
Color Harmonies of #D3DABF
Complementary color
Monochromatic Colors of #D3DABF
Black with #D3DABF
Text Example
Text Example
White with #D3DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DABF; }
p { color: rgb(211,218,191); }
H1.HeaderClassName
{
color: #D3DABF;
}
.AnyTagClassName
{
color: #D3DABF;
}
</style>
background-color css
<style>
a { background-color: #D3DABF; }
a { background-color: rgb(211,218,191); }
div.DivClassName
{
background-color: #D3DABF;
}
.BgClassName
{
background-color: #D3DABF;
}
</style>
border-color css
<style>
span { border-color: #D3DABF; }
span { border-color: rgb(211,218,191); }
td.TdClassName
{
border-color: #D3DABF;
}
.TagClassName
{
border-color: #D3DABF;
}
</style>