Shades of Harp #D3DEB5
Tints of Harp #D3DEB5
RGB
CMYK
RGB Variations
Color information
#D3DEB5 (or 0xD3DEB5) is known color: Harp. HEX triplet: D3, DE and B5. RGB value is (211,222,181). Sum of RGB (Red+Green+Blue) = 211+222+181=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DEB5 is #2C214A. Grayscale: #D6D6D6. Windows color (decimal): -2892107 or 11919059. OLE color: 11919059.
HSL color Cylindrical-coordinate representation of color #D3DEB5: hue angle of 76.1º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3DEB5 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 222 | 181 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.13 |
| HSL | 76.1º | 0.38% | 0.79% | - |
| HSV(B) | 76.1º | 0.18% | 0.87% | - |
| XYZ | 61.33 | 69.43 | 53.88 | - |
| YUV | 214.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 181 | 0.05 | 0 | 0.18 | 0.13 | 76.1 | 0.38 | 0.79 |
| Hex | D3 | DE | B5 | 5 | 0 | 12 | D | 4C | 26 | 4F |
| Octal | 323 | 336 | 265 | 5 | 0 | 22 | 15 | 114 | 46 | 117 |
| Binary | 11010011 | 11011110 | 10110101 | 101 | 0 | 10010 | 1101 | 1001100 | 100110 | 1001111 |
Color Harmonies of #D3DEB5
Complementary color
Monochromatic Colors of #D3DEB5
Black with #D3DEB5
Text Example
Text Example
White with #D3DEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DEB5; }
p { color: rgb(211,222,181); }
H1.HeaderClassName
{
color: #D3DEB5;
}
.AnyTagClassName
{
color: #D3DEB5;
}
</style>
background-color css
<style>
a { background-color: #D3DEB5; }
a { background-color: rgb(211,222,181); }
div.DivClassName
{
background-color: #D3DEB5;
}
.BgClassName
{
background-color: #D3DEB5;
}
</style>
border-color css
<style>
span { border-color: #D3DEB5; }
span { border-color: rgb(211,222,181); }
td.TdClassName
{
border-color: #D3DEB5;
}
.TagClassName
{
border-color: #D3DEB5;
}
</style>