Shades of Mindaro #DBE886
Tints of Mindaro #DBE886
RGB
CMYK
RGB Variations
Color information
#DBE886 (or 0xDBE886) is known color: Mindaro. HEX triplet: DB, E8 and 86. RGB value is (219,232,134). Sum of RGB (Red+Green+Blue) = 219+232+134=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE886 is #241779. Grayscale: #D9D9D9. Windows color (decimal): -2365306 or 8841435. OLE color: 8841435.
HSL color Cylindrical-coordinate representation of color #DBE886: hue angle of 67.96º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE886 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 134 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.09 |
| HSL | 67.96º | 0.68% | 0.72% | - |
| HSV(B) | 67.96º | 0.42% | 0.91% | - |
| XYZ | 62.37 | 74.49 | 33.65 | - |
| YUV | 216.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 134 | 0.06 | 0 | 0.42 | 0.09 | 67.96 | 0.68 | 0.72 |
| Hex | DB | E8 | 86 | 6 | 0 | 2A | 9 | 44 | 44 | 48 |
| Octal | 333 | 350 | 206 | 6 | 0 | 52 | 11 | 104 | 104 | 110 |
| Binary | 11011011 | 11101000 | 10000110 | 110 | 0 | 101010 | 1001 | 1000100 | 1000100 | 1001000 |
Color Harmonies of #DBE886
Complementary color
Monochromatic Colors of #DBE886
Black with #DBE886
Text Example
Text Example
White with #DBE886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE886; }
p { color: rgb(219,232,134); }
H1.HeaderClassName
{
color: #DBE886;
}
.AnyTagClassName
{
color: #DBE886;
}
</style>
background-color css
<style>
a { background-color: #DBE886; }
a { background-color: rgb(219,232,134); }
div.DivClassName
{
background-color: #DBE886;
}
.BgClassName
{
background-color: #DBE886;
}
</style>
border-color css
<style>
span { border-color: #DBE886; }
span { border-color: rgb(219,232,134); }
td.TdClassName
{
border-color: #DBE886;
}
.TagClassName
{
border-color: #DBE886;
}
</style>