Shades of Harp #D3DBBA
Tints of Harp #D3DBBA
RGB
CMYK
RGB Variations
Color information
#D3DBBA (or 0xD3DBBA) is known color: Harp. HEX triplet: D3, DB and BA. RGB value is (211,219,186). Sum of RGB (Red+Green+Blue) = 211+219+186=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBBA is #2C2445. Grayscale: #D4D4D4. Windows color (decimal): -2892870 or 12245971. OLE color: 12245971.
HSL color Cylindrical-coordinate representation of color #D3DBBA: hue angle of 74.55º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3DBBA is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 186 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.14 |
| HSL | 74.55º | 0.31% | 0.79% | - |
| HSV(B) | 74.55º | 0.15% | 0.86% | - |
| XYZ | 61.06 | 68.06 | 56.37 | - |
| YUV | 212.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 186 | 0.04 | 0 | 0.15 | 0.14 | 74.55 | 0.31 | 0.79 |
| Hex | D3 | DB | BA | 4 | 0 | F | E | 4B | 1F | 4F |
| Octal | 323 | 333 | 272 | 4 | 0 | 17 | 16 | 113 | 37 | 117 |
| Binary | 11010011 | 11011011 | 10111010 | 100 | 0 | 1111 | 1110 | 1001011 | 11111 | 1001111 |
Color Harmonies of #D3DBBA
Complementary color
Monochromatic Colors of #D3DBBA
Black with #D3DBBA
Text Example
Text Example
White with #D3DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBBA; }
p { color: rgb(211,219,186); }
H1.HeaderClassName
{
color: #D3DBBA;
}
.AnyTagClassName
{
color: #D3DBBA;
}
</style>
background-color css
<style>
a { background-color: #D3DBBA; }
a { background-color: rgb(211,219,186); }
div.DivClassName
{
background-color: #D3DBBA;
}
.BgClassName
{
background-color: #D3DBBA;
}
</style>
border-color css
<style>
span { border-color: #D3DBBA; }
span { border-color: rgb(211,219,186); }
td.TdClassName
{
border-color: #D3DBBA;
}
.TagClassName
{
border-color: #D3DBBA;
}
</style>