Shades of Mindaro #DBED6F
Tints of Mindaro #DBED6F
RGB
CMYK
RGB Variations
Color information
#DBED6F (or 0xDBED6F) is known color: Mindaro. HEX triplet: DB, ED and 6F. RGB value is (219,237,111). Sum of RGB (Red+Green+Blue) = 219+237+111=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED6F is #241290. Grayscale: #D9D9D9. Windows color (decimal): -2364049 or 7335387. OLE color: 7335387.
HSL color Cylindrical-coordinate representation of color #DBED6F: hue angle of 68.57º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBED6F is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 111 | - |
CMYK | 0.08 | 0 | 0.53 | 0.07 |
HSL | 68.57º | 0.78% | 0.68% | - |
HSV(B) | 68.57º | 0.53% | 0.93% | - |
XYZ | 62.37 | 76.78 | 26.57 | - |
YUV | 217.25 | 68.04 | 129.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 111 | 0.08 | 0 | 0.53 | 0.07 | 68.57 | 0.78 | 0.68 |
Hex | DB | ED | 6F | 8 | 0 | 35 | 7 | 45 | 4E | 44 |
Octal | 333 | 355 | 157 | 10 | 0 | 65 | 7 | 105 | 116 | 104 |
Binary | 11011011 | 11101101 | 1101111 | 1000 | 0 | 110101 | 111 | 1000101 | 1001110 | 1000100 |
Color Harmonies of #DBED6F
Complementary color
Monochromatic Colors of #DBED6F
Black with #DBED6F
Text Example
Text Example
White with #DBED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED6F; }
p { color: rgb(219,237,111); }
H1.HeaderClassName
{
color: #DBED6F;
}
.AnyTagClassName
{
color: #DBED6F;
}
</style>
background-color css
<style>
a { background-color: #DBED6F; }
a { background-color: rgb(219,237,111); }
div.DivClassName
{
background-color: #DBED6F;
}
.BgClassName
{
background-color: #DBED6F;
}
</style>
border-color css
<style>
span { border-color: #DBED6F; }
span { border-color: rgb(219,237,111); }
td.TdClassName
{
border-color: #DBED6F;
}
.TagClassName
{
border-color: #DBED6F;
}
</style>