Shades of Harp #D5DDBB
Tints of Harp #D5DDBB
RGB
CMYK
RGB Variations
Color information
#D5DDBB (or 0xD5DDBB) is known color: Harp. HEX triplet: D5, DD and BB. RGB value is (213,221,187). Sum of RGB (Red+Green+Blue) = 213+221+187=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDBB is #2A2244. Grayscale: #D6D6D6. Windows color (decimal): -2761285 or 12312021. OLE color: 12312021.
HSL color Cylindrical-coordinate representation of color #D5DDBB: hue angle of 74.12º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DDBB is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 187 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.13 |
| HSL | 74.12º | 0.33% | 0.8% | - |
| HSV(B) | 74.12º | 0.15% | 0.87% | - |
| XYZ | 62.27 | 69.45 | 57.14 | - |
| YUV | 214.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 187 | 0.04 | 0 | 0.15 | 0.13 | 74.12 | 0.33 | 0.8 |
| Hex | D5 | DD | BB | 4 | 0 | F | D | 4A | 21 | 50 |
| Octal | 325 | 335 | 273 | 4 | 0 | 17 | 15 | 112 | 41 | 120 |
| Binary | 11010101 | 11011101 | 10111011 | 100 | 0 | 1111 | 1101 | 1001010 | 100001 | 1010000 |
Color Harmonies of #D5DDBB
Complementary color
Monochromatic Colors of #D5DDBB
Black with #D5DDBB
Text Example
Text Example
White with #D5DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDBB; }
p { color: rgb(213,221,187); }
H1.HeaderClassName
{
color: #D5DDBB;
}
.AnyTagClassName
{
color: #D5DDBB;
}
</style>
background-color css
<style>
a { background-color: #D5DDBB; }
a { background-color: rgb(213,221,187); }
div.DivClassName
{
background-color: #D5DDBB;
}
.BgClassName
{
background-color: #D5DDBB;
}
</style>
border-color css
<style>
span { border-color: #D5DDBB; }
span { border-color: rgb(213,221,187); }
td.TdClassName
{
border-color: #D5DDBB;
}
.TagClassName
{
border-color: #D5DDBB;
}
</style>