Shades of Primrose #DEE49A
Tints of Primrose #DEE49A
RGB
CMYK
RGB Variations
Color information
#DEE49A (or 0xDEE49A) is known color: Primrose. HEX triplet: DE, E4 and 9A. RGB value is (222,228,154). Sum of RGB (Red+Green+Blue) = 222+228+154=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE49A is #211B65. Grayscale: #DADADA. Windows color (decimal): -2169702 or 10151134. OLE color: 10151134.
HSL color Cylindrical-coordinate representation of color #DEE49A: hue angle of 64.86º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE49A is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 154 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.11 |
| HSL | 64.86º | 0.58% | 0.75% | - |
| HSV(B) | 64.86º | 0.32% | 0.89% | - |
| XYZ | 63.7 | 73.35 | 41.37 | - |
| YUV | 217.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 154 | 0.03 | 0 | 0.32 | 0.11 | 64.86 | 0.58 | 0.75 |
| Hex | DE | E4 | 9A | 3 | 0 | 20 | B | 41 | 3A | 4B |
| Octal | 336 | 344 | 232 | 3 | 0 | 40 | 13 | 101 | 72 | 113 |
| Binary | 11011110 | 11100100 | 10011010 | 11 | 0 | 100000 | 1011 | 1000001 | 111010 | 1001011 |
Color Harmonies of #DEE49A
Complementary color
Monochromatic Colors of #DEE49A
Black with #DEE49A
Text Example
Text Example
White with #DEE49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE49A; }
p { color: rgb(222,228,154); }
H1.HeaderClassName
{
color: #DEE49A;
}
.AnyTagClassName
{
color: #DEE49A;
}
</style>
background-color css
<style>
a { background-color: #DEE49A; }
a { background-color: rgb(222,228,154); }
div.DivClassName
{
background-color: #DEE49A;
}
.BgClassName
{
background-color: #DEE49A;
}
</style>
border-color css
<style>
span { border-color: #DEE49A; }
span { border-color: rgb(222,228,154); }
td.TdClassName
{
border-color: #DEE49A;
}
.TagClassName
{
border-color: #DEE49A;
}
</style>