Shades of Jonquil #DEEE8C
Tints of Jonquil #DEEE8C
RGB
CMYK
RGB Variations
Color information
#DEEE8C (or 0xDEEE8C) is known color: Jonquil. HEX triplet: DE, EE and 8C. RGB value is (222,238,140). Sum of RGB (Red+Green+Blue) = 222+238+140=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEE8C is #211173. Grayscale: #DEDEDE. Windows color (decimal): -2167156 or 9236190. OLE color: 9236190.
HSL color Cylindrical-coordinate representation of color #DEEE8C: hue angle of 69.8º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEEE8C is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 140 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.07 |
| HSL | 69.8º | 0.74% | 0.74% | - |
| HSV(B) | 69.8º | 0.41% | 0.93% | - |
| XYZ | 65.43 | 78.57 | 36.53 | - |
| YUV | 222.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 140 | 0.07 | 0 | 0.41 | 0.07 | 69.8 | 0.74 | 0.74 |
| Hex | DE | EE | 8C | 7 | 0 | 29 | 7 | 46 | 4A | 4A |
| Octal | 336 | 356 | 214 | 7 | 0 | 51 | 7 | 106 | 112 | 112 |
| Binary | 11011110 | 11101110 | 10001100 | 111 | 0 | 101001 | 111 | 1000110 | 1001010 | 1001010 |
Color Harmonies of #DEEE8C
Complementary color
Monochromatic Colors of #DEEE8C
Black with #DEEE8C
Text Example
Text Example
White with #DEEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE8C; }
p { color: rgb(222,238,140); }
H1.HeaderClassName
{
color: #DEEE8C;
}
.AnyTagClassName
{
color: #DEEE8C;
}
</style>
background-color css
<style>
a { background-color: #DEEE8C; }
a { background-color: rgb(222,238,140); }
div.DivClassName
{
background-color: #DEEE8C;
}
.BgClassName
{
background-color: #DEEE8C;
}
</style>
border-color css
<style>
span { border-color: #DEEE8C; }
span { border-color: rgb(222,238,140); }
td.TdClassName
{
border-color: #DEEE8C;
}
.TagClassName
{
border-color: #DEEE8C;
}
</style>