Shades of Primrose #DEE499
Tints of Primrose #DEE499
RGB
CMYK
RGB Variations
Color information
#DEE499 (or 0xDEE499) is known color: Primrose. HEX triplet: DE, E4 and 99. RGB value is (222,228,153). Sum of RGB (Red+Green+Blue) = 222+228+153=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE499 is #211B66. Grayscale: #D9D9D9. Windows color (decimal): -2169703 or 10085598. OLE color: 10085598.
HSL color Cylindrical-coordinate representation of color #DEE499: hue angle of 64.8º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEE499 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 153 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.11 |
| HSL | 64.8º | 0.58% | 0.75% | - |
| HSV(B) | 64.8º | 0.33% | 0.89% | - |
| XYZ | 63.62 | 73.32 | 40.94 | - |
| YUV | 217.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 153 | 0.03 | 0 | 0.33 | 0.11 | 64.8 | 0.58 | 0.75 |
| Hex | DE | E4 | 99 | 3 | 0 | 21 | B | 41 | 3A | 4B |
| Octal | 336 | 344 | 231 | 3 | 0 | 41 | 13 | 101 | 72 | 113 |
| Binary | 11011110 | 11100100 | 10011001 | 11 | 0 | 100001 | 1011 | 1000001 | 111010 | 1001011 |
Color Harmonies of #DEE499
Complementary color
Monochromatic Colors of #DEE499
Black with #DEE499
Text Example
Text Example
White with #DEE499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE499; }
p { color: rgb(222,228,153); }
H1.HeaderClassName
{
color: #DEE499;
}
.AnyTagClassName
{
color: #DEE499;
}
</style>
background-color css
<style>
a { background-color: #DEE499; }
a { background-color: rgb(222,228,153); }
div.DivClassName
{
background-color: #DEE499;
}
.BgClassName
{
background-color: #DEE499;
}
</style>
border-color css
<style>
span { border-color: #DEE499; }
span { border-color: rgb(222,228,153); }
td.TdClassName
{
border-color: #DEE499;
}
.TagClassName
{
border-color: #DEE499;
}
</style>