Shades of Mindaro #DBED87
Tints of Mindaro #DBED87
RGB
CMYK
RGB Variations
Color information
#DBED87 (or 0xDBED87) is known color: Mindaro. HEX triplet: DB, ED and 87. RGB value is (219,237,135). Sum of RGB (Red+Green+Blue) = 219+237+135=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 135 (53.12% from 255 or 22.84% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBED87 is #241278. Grayscale: #DCDCDC. Windows color (decimal): -2364025 or 8908251. OLE color: 8908251.
HSL color Cylindrical-coordinate representation of color #DBED87: hue angle of 70.59º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBED87 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 135 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.07 |
| HSL | 70.59º | 0.74% | 0.73% | - |
| HSV(B) | 70.59º | 0.43% | 0.93% | - |
| XYZ | 63.87 | 77.38 | 34.49 | - |
| YUV | 219.99 | 80.04 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 135 | 0.08 | 0 | 0.43 | 0.07 | 70.59 | 0.74 | 0.73 |
| Hex | DB | ED | 87 | 8 | 0 | 2B | 7 | 47 | 4A | 49 |
| Octal | 333 | 355 | 207 | 10 | 0 | 53 | 7 | 107 | 112 | 111 |
| Binary | 11011011 | 11101101 | 10000111 | 1000 | 0 | 101011 | 111 | 1000111 | 1001010 | 1001001 |
Color Harmonies of #DBED87
Complementary color
Monochromatic Colors of #DBED87
Black with #DBED87
Text Example
Text Example
White with #DBED87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED87; }
p { color: rgb(219,237,135); }
H1.HeaderClassName
{
color: #DBED87;
}
.AnyTagClassName
{
color: #DBED87;
}
</style>
background-color css
<style>
a { background-color: #DBED87; }
a { background-color: rgb(219,237,135); }
div.DivClassName
{
background-color: #DBED87;
}
.BgClassName
{
background-color: #DBED87;
}
</style>
border-color css
<style>
span { border-color: #DBED87; }
span { border-color: rgb(219,237,135); }
td.TdClassName
{
border-color: #DBED87;
}
.TagClassName
{
border-color: #DBED87;
}
</style>