Shades of Jonquil #DDEE8D
Tints of Jonquil #DDEE8D
RGB
CMYK
RGB Variations
Color information
#DDEE8D (or 0xDDEE8D) is known color: Jonquil. HEX triplet: DD, EE and 8D. RGB value is (221,238,141). Sum of RGB (Red+Green+Blue) = 221+238+141=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEE8D is #221172. Grayscale: #DEDEDE. Windows color (decimal): -2232691 or 9301725. OLE color: 9301725.
HSL color Cylindrical-coordinate representation of color #DDEE8D: hue angle of 70.52º 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 #DDEE8D is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 141 | - |
CMYK | 0.07 | 0 | 0.41 | 0.07 |
HSL | 70.52º | 0.74% | 0.74% | - |
HSV(B) | 70.52º | 0.41% | 0.93% | - |
XYZ | 65.2 | 78.44 | 36.9 | - |
YUV | 221.86 | 82.37 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 141 | 0.07 | 0 | 0.41 | 0.07 | 70.52 | 0.74 | 0.74 |
Hex | DD | EE | 8D | 7 | 0 | 29 | 7 | 47 | 4A | 4A |
Octal | 335 | 356 | 215 | 7 | 0 | 51 | 7 | 107 | 112 | 112 |
Binary | 11011101 | 11101110 | 10001101 | 111 | 0 | 101001 | 111 | 1000111 | 1001010 | 1001010 |
Color Harmonies of #DDEE8D
Complementary color
Monochromatic Colors of #DDEE8D
Black with #DDEE8D
Text Example
Text Example
White with #DDEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE8D; }
p { color: rgb(221,238,141); }
H1.HeaderClassName
{
color: #DDEE8D;
}
.AnyTagClassName
{
color: #DDEE8D;
}
</style>
background-color css
<style>
a { background-color: #DDEE8D; }
a { background-color: rgb(221,238,141); }
div.DivClassName
{
background-color: #DDEE8D;
}
.BgClassName
{
background-color: #DDEE8D;
}
</style>
border-color css
<style>
span { border-color: #DDEE8D; }
span { border-color: rgb(221,238,141); }
td.TdClassName
{
border-color: #DDEE8D;
}
.TagClassName
{
border-color: #DDEE8D;
}
</style>