Shades of Mindaro #DBEB83
Tints of Mindaro #DBEB83
RGB
CMYK
RGB Variations
Color information
#DBEB83 (or 0xDBEB83) is known color: Mindaro. HEX triplet: DB, EB and 83. RGB value is (219,235,131). Sum of RGB (Red+Green+Blue) = 219+235+131=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEB83 is #24147C. Grayscale: #DADADA. Windows color (decimal): -2364541 or 8645595. OLE color: 8645595.
HSL color Cylindrical-coordinate representation of color #DBEB83: hue angle of 69.23º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBEB83 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 131 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.08 |
| HSL | 69.23º | 0.72% | 0.72% | - |
| HSV(B) | 69.23º | 0.44% | 0.92% | - |
| XYZ | 63.02 | 76.12 | 32.84 | - |
| YUV | 218.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 131 | 0.07 | 0 | 0.44 | 0.08 | 69.23 | 0.72 | 0.72 |
| Hex | DB | EB | 83 | 7 | 0 | 2C | 8 | 45 | 48 | 48 |
| Octal | 333 | 353 | 203 | 7 | 0 | 54 | 10 | 105 | 110 | 110 |
| Binary | 11011011 | 11101011 | 10000011 | 111 | 0 | 101100 | 1000 | 1000101 | 1001000 | 1001000 |
Color Harmonies of #DBEB83
Complementary color
Monochromatic Colors of #DBEB83
Black with #DBEB83
Text Example
Text Example
White with #DBEB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB83; }
p { color: rgb(219,235,131); }
H1.HeaderClassName
{
color: #DBEB83;
}
.AnyTagClassName
{
color: #DBEB83;
}
</style>
background-color css
<style>
a { background-color: #DBEB83; }
a { background-color: rgb(219,235,131); }
div.DivClassName
{
background-color: #DBEB83;
}
.BgClassName
{
background-color: #DBEB83;
}
</style>
border-color css
<style>
span { border-color: #DBEB83; }
span { border-color: rgb(219,235,131); }
td.TdClassName
{
border-color: #DBEB83;
}
.TagClassName
{
border-color: #DBEB83;
}
</style>