Shades of Harp #D0DFB3
Tints of Harp #D0DFB3
RGB
CMYK
RGB Variations
Color information
#D0DFB3 (or 0xD0DFB3) is known color: Harp. HEX triplet: D0, DF and B3. RGB value is (208,223,179). Sum of RGB (Red+Green+Blue) = 208+223+179=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFB3 is #2F204C. Grayscale: #D5D5D5. Windows color (decimal): -3088461 or 11788240. OLE color: 11788240.
HSL color Cylindrical-coordinate representation of color #D0DFB3: hue angle of 80.45º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0DFB3 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 179 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.13 |
| HSL | 80.45º | 0.41% | 0.79% | - |
| HSV(B) | 80.45º | 0.2% | 0.87% | - |
| XYZ | 60.54 | 69.44 | 52.86 | - |
| YUV | 213.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 179 | 0.07 | 0 | 0.20 | 0.13 | 80.45 | 0.41 | 0.79 |
| Hex | D0 | DF | B3 | 7 | 0 | 14 | D | 50 | 29 | 4F |
| Octal | 320 | 337 | 263 | 7 | 0 | 24 | 15 | 120 | 51 | 117 |
| Binary | 11010000 | 11011111 | 10110011 | 111 | 0 | 10100 | 1101 | 1010000 | 101001 | 1001111 |
Color Harmonies of #D0DFB3
Complementary color
Monochromatic Colors of #D0DFB3
Black with #D0DFB3
Text Example
Text Example
White with #D0DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFB3; }
p { color: rgb(208,223,179); }
H1.HeaderClassName
{
color: #D0DFB3;
}
.AnyTagClassName
{
color: #D0DFB3;
}
</style>
background-color css
<style>
a { background-color: #D0DFB3; }
a { background-color: rgb(208,223,179); }
div.DivClassName
{
background-color: #D0DFB3;
}
.BgClassName
{
background-color: #D0DFB3;
}
</style>
border-color css
<style>
span { border-color: #D0DFB3; }
span { border-color: rgb(208,223,179); }
td.TdClassName
{
border-color: #D0DFB3;
}
.TagClassName
{
border-color: #D0DFB3;
}
</style>