Shades of Mindaro #DBEE86
Tints of Mindaro #DBEE86
RGB
CMYK
RGB Variations
Color information
#DBEE86 (or 0xDBEE86) is known color: Mindaro. HEX triplet: DB, EE and 86. RGB value is (219,238,134). Sum of RGB (Red+Green+Blue) = 219+238+134=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 134 (52.73% from 255 or 22.67% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEE86 is #241179. Grayscale: #DCDCDC. Windows color (decimal): -2363770 or 8842971. OLE color: 8842971.
HSL color Cylindrical-coordinate representation of color #DBEE86: hue angle of 70.96º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBEE86 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 134 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.07 |
| HSL | 70.96º | 0.75% | 0.73% | - |
| HSV(B) | 70.96º | 0.44% | 0.93% | - |
| XYZ | 64.09 | 77.93 | 34.22 | - |
| YUV | 220.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 134 | 0.08 | 0 | 0.44 | 0.07 | 70.96 | 0.75 | 0.73 |
| Hex | DB | EE | 86 | 8 | 0 | 2C | 7 | 47 | 4B | 49 |
| Octal | 333 | 356 | 206 | 10 | 0 | 54 | 7 | 107 | 113 | 111 |
| Binary | 11011011 | 11101110 | 10000110 | 1000 | 0 | 101100 | 111 | 1000111 | 1001011 | 1001001 |
Color Harmonies of #DBEE86
Complementary color
Monochromatic Colors of #DBEE86
Black with #DBEE86
Text Example
Text Example
White with #DBEE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE86; }
p { color: rgb(219,238,134); }
H1.HeaderClassName
{
color: #DBEE86;
}
.AnyTagClassName
{
color: #DBEE86;
}
</style>
background-color css
<style>
a { background-color: #DBEE86; }
a { background-color: rgb(219,238,134); }
div.DivClassName
{
background-color: #DBEE86;
}
.BgClassName
{
background-color: #DBEE86;
}
</style>
border-color css
<style>
span { border-color: #DBEE86; }
span { border-color: rgb(219,238,134); }
td.TdClassName
{
border-color: #DBEE86;
}
.TagClassName
{
border-color: #DBEE86;
}
</style>