Shades of Jonquil #DBEF8B
Tints of Jonquil #DBEF8B
RGB
CMYK
RGB Variations
Color information
#DBEF8B (or 0xDBEF8B) is known color: Jonquil. HEX triplet: DB, EF and 8B. RGB value is (219,239,139). Sum of RGB (Red+Green+Blue) = 219+239+139=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF8B is #241074. Grayscale: #DDDDDD. Windows color (decimal): -2363509 or 9170907. OLE color: 9170907.
HSL color Cylindrical-coordinate representation of color #DBEF8B: hue angle of 72º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBEF8B is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 139 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.06 |
| HSL | 72º | 0.76% | 0.74% | - |
| HSV(B) | 72º | 0.42% | 0.94% | - |
| XYZ | 64.74 | 78.66 | 36.2 | - |
| YUV | 221.62 | 81.37 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 139 | 0.08 | 0 | 0.42 | 0.06 | 72 | 0.76 | 0.74 |
| Hex | DB | EF | 8B | 8 | 0 | 2A | 6 | 48 | 4C | 4A |
| Octal | 333 | 357 | 213 | 10 | 0 | 52 | 6 | 110 | 114 | 112 |
| Binary | 11011011 | 11101111 | 10001011 | 1000 | 0 | 101010 | 110 | 1001000 | 1001100 | 1001010 |
Color Harmonies of #DBEF8B
Complementary color
Monochromatic Colors of #DBEF8B
Black with #DBEF8B
Text Example
Text Example
White with #DBEF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF8B; }
p { color: rgb(219,239,139); }
H1.HeaderClassName
{
color: #DBEF8B;
}
.AnyTagClassName
{
color: #DBEF8B;
}
</style>
background-color css
<style>
a { background-color: #DBEF8B; }
a { background-color: rgb(219,239,139); }
div.DivClassName
{
background-color: #DBEF8B;
}
.BgClassName
{
background-color: #DBEF8B;
}
</style>
border-color css
<style>
span { border-color: #DBEF8B; }
span { border-color: rgb(219,239,139); }
td.TdClassName
{
border-color: #DBEF8B;
}
.TagClassName
{
border-color: #DBEF8B;
}
</style>