Shades of Harp #D3DBBE
Tints of Harp #D3DBBE
RGB
CMYK
RGB Variations
Color information
#D3DBBE (or 0xD3DBBE) is known color: Harp. HEX triplet: D3, DB and BE. RGB value is (211,219,190). Sum of RGB (Red+Green+Blue) = 211+219+190=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBBE is #2C2441. Grayscale: #D5D5D5. Windows color (decimal): -2892866 or 12508115. OLE color: 12508115.
HSL color Cylindrical-coordinate representation of color #D3DBBE: hue angle of 76.55º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3DBBE is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 190 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.14 |
| HSL | 76.55º | 0.29% | 0.8% | - |
| HSV(B) | 76.55º | 0.13% | 0.86% | - |
| XYZ | 61.49 | 68.23 | 58.64 | - |
| YUV | 213.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 190 | 0.04 | 0 | 0.13 | 0.14 | 76.55 | 0.29 | 0.8 |
| Hex | D3 | DB | BE | 4 | 0 | D | E | 4D | 1D | 50 |
| Octal | 323 | 333 | 276 | 4 | 0 | 15 | 16 | 115 | 35 | 120 |
| Binary | 11010011 | 11011011 | 10111110 | 100 | 0 | 1101 | 1110 | 1001101 | 11101 | 1010000 |
Color Harmonies of #D3DBBE
Complementary color
Monochromatic Colors of #D3DBBE
Black with #D3DBBE
Text Example
Text Example
White with #D3DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBBE; }
p { color: rgb(211,219,190); }
H1.HeaderClassName
{
color: #D3DBBE;
}
.AnyTagClassName
{
color: #D3DBBE;
}
</style>
background-color css
<style>
a { background-color: #D3DBBE; }
a { background-color: rgb(211,219,190); }
div.DivClassName
{
background-color: #D3DBBE;
}
.BgClassName
{
background-color: #D3DBBE;
}
</style>
border-color css
<style>
span { border-color: #D3DBBE; }
span { border-color: rgb(211,219,190); }
td.TdClassName
{
border-color: #D3DBBE;
}
.TagClassName
{
border-color: #D3DBBE;
}
</style>