Shades of Jonquil #DDEE8B
Tints of Jonquil #DDEE8B
RGB
CMYK
RGB Variations
Color information
#DDEE8B (or 0xDDEE8B) is known color: Jonquil. HEX triplet: DD, EE and 8B. RGB value is (221,238,139). Sum of RGB (Red+Green+Blue) = 221+238+139=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 139 (54.69% from 255 or 23.24% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEE8B is #221174. Grayscale: #DEDEDE. Windows color (decimal): -2232693 or 9170653. OLE color: 9170653.
HSL color Cylindrical-coordinate representation of color #DDEE8B: hue angle of 70.3º degrees, saturation: 0.74, 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 #DDEE8B is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 139 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.07 |
| HSL | 70.3º | 0.74% | 0.74% | - |
| HSV(B) | 70.3º | 0.42% | 0.93% | - |
| XYZ | 65.05 | 78.39 | 36.13 | - |
| YUV | 221.63 | 81.37 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 139 | 0.07 | 0 | 0.42 | 0.07 | 70.3 | 0.74 | 0.74 |
| Hex | DD | EE | 8B | 7 | 0 | 2A | 7 | 46 | 4A | 4A |
| Octal | 335 | 356 | 213 | 7 | 0 | 52 | 7 | 106 | 112 | 112 |
| Binary | 11011101 | 11101110 | 10001011 | 111 | 0 | 101010 | 111 | 1000110 | 1001010 | 1001010 |
Color Harmonies of #DDEE8B
Complementary color
Monochromatic Colors of #DDEE8B
Black with #DDEE8B
Text Example
Text Example
White with #DDEE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE8B; }
p { color: rgb(221,238,139); }
H1.HeaderClassName
{
color: #DDEE8B;
}
.AnyTagClassName
{
color: #DDEE8B;
}
</style>
background-color css
<style>
a { background-color: #DDEE8B; }
a { background-color: rgb(221,238,139); }
div.DivClassName
{
background-color: #DDEE8B;
}
.BgClassName
{
background-color: #DDEE8B;
}
</style>
border-color css
<style>
span { border-color: #DDEE8B; }
span { border-color: rgb(221,238,139); }
td.TdClassName
{
border-color: #DDEE8B;
}
.TagClassName
{
border-color: #DDEE8B;
}
</style>