Shades of Harp #D3E0B2
Tints of Harp #D3E0B2
RGB
CMYK
RGB Variations
Color information
#D3E0B2 (or 0xD3E0B2) is known color: Harp. HEX triplet: D3, E0 and B2. RGB value is (211,224,178). Sum of RGB (Red+Green+Blue) = 211+224+178=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E0B2 is #2C1F4D. Grayscale: #D7D7D7. Windows color (decimal): -2891598 or 11722963. OLE color: 11722963.
HSL color Cylindrical-coordinate representation of color #D3E0B2: hue angle of 76.96º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3E0B2 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 178 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.12 |
| HSL | 76.96º | 0.43% | 0.79% | - |
| HSV(B) | 76.96º | 0.21% | 0.88% | - |
| XYZ | 61.56 | 70.37 | 52.46 | - |
| YUV | 214.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 178 | 0.06 | 0 | 0.21 | 0.12 | 76.96 | 0.43 | 0.79 |
| Hex | D3 | E0 | B2 | 6 | 0 | 15 | C | 4D | 2B | 4F |
| Octal | 323 | 340 | 262 | 6 | 0 | 25 | 14 | 115 | 53 | 117 |
| Binary | 11010011 | 11100000 | 10110010 | 110 | 0 | 10101 | 1100 | 1001101 | 101011 | 1001111 |
Color Harmonies of #D3E0B2
Complementary color
Monochromatic Colors of #D3E0B2
Black with #D3E0B2
Text Example
Text Example
White with #D3E0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E0B2; }
p { color: rgb(211,224,178); }
H1.HeaderClassName
{
color: #D3E0B2;
}
.AnyTagClassName
{
color: #D3E0B2;
}
</style>
background-color css
<style>
a { background-color: #D3E0B2; }
a { background-color: rgb(211,224,178); }
div.DivClassName
{
background-color: #D3E0B2;
}
.BgClassName
{
background-color: #D3E0B2;
}
</style>
border-color css
<style>
span { border-color: #D3E0B2; }
span { border-color: rgb(211,224,178); }
td.TdClassName
{
border-color: #D3E0B2;
}
.TagClassName
{
border-color: #D3E0B2;
}
</style>