Shades of Jonquil #DBEE8A
Tints of Jonquil #DBEE8A
RGB
CMYK
RGB Variations
Color information
#DBEE8A (or 0xDBEE8A) is known color: Jonquil. HEX triplet: DB, EE and 8A. RGB value is (219,238,138). Sum of RGB (Red+Green+Blue) = 219+238+138=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEE8A is #241175. Grayscale: #DDDDDD. Windows color (decimal): -2363766 or 9105115. OLE color: 9105115.
HSL color Cylindrical-coordinate representation of color #DBEE8A: hue angle of 71.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBEE8A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 138 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.07 |
| HSL | 71.4º | 0.75% | 0.74% | - |
| HSV(B) | 71.4º | 0.42% | 0.93% | - |
| XYZ | 64.38 | 78.04 | 35.72 | - |
| YUV | 220.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 138 | 0.08 | 0 | 0.42 | 0.07 | 71.4 | 0.75 | 0.74 |
| Hex | DB | EE | 8A | 8 | 0 | 2A | 7 | 47 | 4B | 4A |
| Octal | 333 | 356 | 212 | 10 | 0 | 52 | 7 | 107 | 113 | 112 |
| Binary | 11011011 | 11101110 | 10001010 | 1000 | 0 | 101010 | 111 | 1000111 | 1001011 | 1001010 |
Color Harmonies of #DBEE8A
Complementary color
Monochromatic Colors of #DBEE8A
Black with #DBEE8A
Text Example
Text Example
White with #DBEE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE8A; }
p { color: rgb(219,238,138); }
H1.HeaderClassName
{
color: #DBEE8A;
}
.AnyTagClassName
{
color: #DBEE8A;
}
</style>
background-color css
<style>
a { background-color: #DBEE8A; }
a { background-color: rgb(219,238,138); }
div.DivClassName
{
background-color: #DBEE8A;
}
.BgClassName
{
background-color: #DBEE8A;
}
</style>
border-color css
<style>
span { border-color: #DBEE8A; }
span { border-color: rgb(219,238,138); }
td.TdClassName
{
border-color: #DBEE8A;
}
.TagClassName
{
border-color: #DBEE8A;
}
</style>