Shades of Harp #D2DCBC
Tints of Harp #D2DCBC
RGB
CMYK
RGB Variations
Color information
#D2DCBC (or 0xD2DCBC) is known color: Harp. HEX triplet: D2, DC and BC. RGB value is (210,220,188). Sum of RGB (Red+Green+Blue) = 210+220+188=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCBC is #2D2343. Grayscale: #D5D5D5. Windows color (decimal): -2958148 or 12377298. OLE color: 12377298.
HSL color Cylindrical-coordinate representation of color #D2DCBC: hue angle of 78.75º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DCBC is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 188 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.14 |
| HSL | 78.75º | 0.31% | 0.8% | - |
| HSV(B) | 78.75º | 0.15% | 0.86% | - |
| XYZ | 61.25 | 68.52 | 57.57 | - |
| YUV | 213.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 188 | 0.05 | 0 | 0.15 | 0.14 | 78.75 | 0.31 | 0.8 |
| Hex | D2 | DC | BC | 5 | 0 | F | E | 4F | 1F | 50 |
| Octal | 322 | 334 | 274 | 5 | 0 | 17 | 16 | 117 | 37 | 120 |
| Binary | 11010010 | 11011100 | 10111100 | 101 | 0 | 1111 | 1110 | 1001111 | 11111 | 1010000 |
Color Harmonies of #D2DCBC
Complementary color
Monochromatic Colors of #D2DCBC
Black with #D2DCBC
Text Example
Text Example
White with #D2DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCBC; }
p { color: rgb(210,220,188); }
H1.HeaderClassName
{
color: #D2DCBC;
}
.AnyTagClassName
{
color: #D2DCBC;
}
</style>
background-color css
<style>
a { background-color: #D2DCBC; }
a { background-color: rgb(210,220,188); }
div.DivClassName
{
background-color: #D2DCBC;
}
.BgClassName
{
background-color: #D2DCBC;
}
</style>
border-color css
<style>
span { border-color: #D2DCBC; }
span { border-color: rgb(210,220,188); }
td.TdClassName
{
border-color: #D2DCBC;
}
.TagClassName
{
border-color: #D2DCBC;
}
</style>