Shades of Jonquil #DDEF8C
Tints of Jonquil #DDEF8C
RGB
CMYK
RGB Variations
Color information
#DDEF8C (or 0xDDEF8C) is known color: Jonquil. HEX triplet: DD, EF and 8C. RGB value is (221,239,140). Sum of RGB (Red+Green+Blue) = 221+239+140=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF8C is #221073. Grayscale: #DEDEDE. Windows color (decimal): -2232436 or 9236445. OLE color: 9236445.
HSL color Cylindrical-coordinate representation of color #DDEF8C: hue angle of 70.91º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDEF8C is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 140 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.06 |
| HSL | 70.91º | 0.76% | 0.74% | - |
| HSV(B) | 70.91º | 0.41% | 0.94% | - |
| XYZ | 65.42 | 79 | 36.61 | - |
| YUV | 222.33 | 81.54 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 140 | 0.08 | 0 | 0.41 | 0.06 | 70.91 | 0.76 | 0.74 |
| Hex | DD | EF | 8C | 8 | 0 | 29 | 6 | 47 | 4C | 4A |
| Octal | 335 | 357 | 214 | 10 | 0 | 51 | 6 | 107 | 114 | 112 |
| Binary | 11011101 | 11101111 | 10001100 | 1000 | 0 | 101001 | 110 | 1000111 | 1001100 | 1001010 |
Color Harmonies of #DDEF8C
Complementary color
Monochromatic Colors of #DDEF8C
Black with #DDEF8C
Text Example
Text Example
White with #DDEF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF8C; }
p { color: rgb(221,239,140); }
H1.HeaderClassName
{
color: #DDEF8C;
}
.AnyTagClassName
{
color: #DDEF8C;
}
</style>
background-color css
<style>
a { background-color: #DDEF8C; }
a { background-color: rgb(221,239,140); }
div.DivClassName
{
background-color: #DDEF8C;
}
.BgClassName
{
background-color: #DDEF8C;
}
</style>
border-color css
<style>
span { border-color: #DDEF8C; }
span { border-color: rgb(221,239,140); }
td.TdClassName
{
border-color: #DDEF8C;
}
.TagClassName
{
border-color: #DDEF8C;
}
</style>