Shades of Harp #D0DABC
Tints of Harp #D0DABC
RGB
CMYK
RGB Variations
Color information
#D0DABC (or 0xD0DABC) is known color: Harp. HEX triplet: D0, DA and BC. RGB value is (208,218,188). Sum of RGB (Red+Green+Blue) = 208+218+188=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DABC is #2F2543. Grayscale: #D3D3D3. Windows color (decimal): -3089732 or 12376784. OLE color: 12376784.
HSL color Cylindrical-coordinate representation of color #D0DABC: hue angle of 80º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0DABC is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 188 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.15 |
| HSL | 80º | 0.29% | 0.8% | - |
| HSV(B) | 80º | 0.14% | 0.85% | - |
| XYZ | 60.16 | 67.18 | 57.37 | - |
| YUV | 211.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 188 | 0.05 | 0 | 0.14 | 0.15 | 80 | 0.29 | 0.8 |
| Hex | D0 | DA | BC | 5 | 0 | E | F | 50 | 1D | 50 |
| Octal | 320 | 332 | 274 | 5 | 0 | 16 | 17 | 120 | 35 | 120 |
| Binary | 11010000 | 11011010 | 10111100 | 101 | 0 | 1110 | 1111 | 1010000 | 11101 | 1010000 |
Color Harmonies of #D0DABC
Complementary color
Monochromatic Colors of #D0DABC
Black with #D0DABC
Text Example
Text Example
White with #D0DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DABC; }
p { color: rgb(208,218,188); }
H1.HeaderClassName
{
color: #D0DABC;
}
.AnyTagClassName
{
color: #D0DABC;
}
</style>
background-color css
<style>
a { background-color: #D0DABC; }
a { background-color: rgb(208,218,188); }
div.DivClassName
{
background-color: #D0DABC;
}
.BgClassName
{
background-color: #D0DABC;
}
</style>
border-color css
<style>
span { border-color: #D0DABC; }
span { border-color: rgb(208,218,188); }
td.TdClassName
{
border-color: #D0DABC;
}
.TagClassName
{
border-color: #D0DABC;
}
</style>