Shades of Harp #D3DDB5
Tints of Harp #D3DDB5
RGB
CMYK
RGB Variations
Color information
#D3DDB5 (or 0xD3DDB5) is known color: Harp. HEX triplet: D3, DD and B5. RGB value is (211,221,181). Sum of RGB (Red+Green+Blue) = 211+221+181=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDB5 is #2C224A. Grayscale: #D5D5D5. Windows color (decimal): -2892363 or 11918803. OLE color: 11918803.
HSL color Cylindrical-coordinate representation of color #D3DDB5: hue angle of 75º degrees, saturation: 0.37, 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 #D3DDB5 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 181 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.13 |
| HSL | 75º | 0.37% | 0.79% | - |
| HSV(B) | 75º | 0.18% | 0.87% | - |
| XYZ | 61.06 | 68.9 | 53.8 | - |
| YUV | 213.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 181 | 0.05 | 0 | 0.18 | 0.13 | 75 | 0.37 | 0.79 |
| Hex | D3 | DD | B5 | 5 | 0 | 12 | D | 4B | 25 | 4F |
| Octal | 323 | 335 | 265 | 5 | 0 | 22 | 15 | 113 | 45 | 117 |
| Binary | 11010011 | 11011101 | 10110101 | 101 | 0 | 10010 | 1101 | 1001011 | 100101 | 1001111 |
Color Harmonies of #D3DDB5
Complementary color
Monochromatic Colors of #D3DDB5
Black with #D3DDB5
Text Example
Text Example
White with #D3DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDB5; }
p { color: rgb(211,221,181); }
H1.HeaderClassName
{
color: #D3DDB5;
}
.AnyTagClassName
{
color: #D3DDB5;
}
</style>
background-color css
<style>
a { background-color: #D3DDB5; }
a { background-color: rgb(211,221,181); }
div.DivClassName
{
background-color: #D3DDB5;
}
.BgClassName
{
background-color: #D3DDB5;
}
</style>
border-color css
<style>
span { border-color: #D3DDB5; }
span { border-color: rgb(211,221,181); }
td.TdClassName
{
border-color: #D3DDB5;
}
.TagClassName
{
border-color: #D3DDB5;
}
</style>