Shades of Harp #D5DBBD
Tints of Harp #D5DBBD
RGB
CMYK
RGB Variations
Color information
#D5DBBD (or 0xD5DBBD) is known color: Harp. HEX triplet: D5, DB and BD. RGB value is (213,219,189). Sum of RGB (Red+Green+Blue) = 213+219+189=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBBD is #2A2442. Grayscale: #D5D5D5. Windows color (decimal): -2761795 or 12442581. OLE color: 12442581.
HSL color Cylindrical-coordinate representation of color #D5DBBD: hue angle of 72º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5DBBD is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 219 | 189 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.14 |
| HSL | 72º | 0.29% | 0.8% | - |
| HSV(B) | 72º | 0.14% | 0.86% | - |
| XYZ | 61.96 | 68.48 | 58.1 | - |
| YUV | 213.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 219 | 189 | 0.03 | 0 | 0.14 | 0.14 | 72 | 0.29 | 0.8 |
| Hex | D5 | DB | BD | 3 | 0 | E | E | 48 | 1D | 50 |
| Octal | 325 | 333 | 275 | 3 | 0 | 16 | 16 | 110 | 35 | 120 |
| Binary | 11010101 | 11011011 | 10111101 | 11 | 0 | 1110 | 1110 | 1001000 | 11101 | 1010000 |
Color Harmonies of #D5DBBD
Complementary color
Monochromatic Colors of #D5DBBD
Black with #D5DBBD
Text Example
Text Example
White with #D5DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBBD; }
p { color: rgb(213,219,189); }
H1.HeaderClassName
{
color: #D5DBBD;
}
.AnyTagClassName
{
color: #D5DBBD;
}
</style>
background-color css
<style>
a { background-color: #D5DBBD; }
a { background-color: rgb(213,219,189); }
div.DivClassName
{
background-color: #D5DBBD;
}
.BgClassName
{
background-color: #D5DBBD;
}
</style>
border-color css
<style>
span { border-color: #D5DBBD; }
span { border-color: rgb(213,219,189); }
td.TdClassName
{
border-color: #D5DBBD;
}
.TagClassName
{
border-color: #D5DBBD;
}
</style>