Shades of Primrose #DEE19A
Tints of Primrose #DEE19A
RGB
CMYK
RGB Variations
Color information
#DEE19A (or 0xDEE19A) is known color: Primrose. HEX triplet: DE, E1 and 9A. RGB value is (222,225,154). Sum of RGB (Red+Green+Blue) = 222+225+154=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE19A is #211E65. Grayscale: #D8D8D8. Windows color (decimal): -2170470 or 10150366. OLE color: 10150366.
HSL color Cylindrical-coordinate representation of color #DEE19A: hue angle of 62.54º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE19A is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 154 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.12 |
| HSL | 62.54º | 0.54% | 0.74% | - |
| HSV(B) | 62.54º | 0.32% | 0.88% | - |
| XYZ | 62.88 | 71.71 | 41.1 | - |
| YUV | 216.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 154 | 0.01 | 0 | 0.32 | 0.12 | 62.54 | 0.54 | 0.74 |
| Hex | DE | E1 | 9A | 1 | 0 | 20 | C | 3F | 36 | 4A |
| Octal | 336 | 341 | 232 | 1 | 0 | 40 | 14 | 77 | 66 | 112 |
| Binary | 11011110 | 11100001 | 10011010 | 1 | 0 | 100000 | 1100 | 111111 | 110110 | 1001010 |
Color Harmonies of #DEE19A
Complementary color
Monochromatic Colors of #DEE19A
Black with #DEE19A
Text Example
Text Example
White with #DEE19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE19A; }
p { color: rgb(222,225,154); }
H1.HeaderClassName
{
color: #DEE19A;
}
.AnyTagClassName
{
color: #DEE19A;
}
</style>
background-color css
<style>
a { background-color: #DEE19A; }
a { background-color: rgb(222,225,154); }
div.DivClassName
{
background-color: #DEE19A;
}
.BgClassName
{
background-color: #DEE19A;
}
</style>
border-color css
<style>
span { border-color: #DEE19A; }
span { border-color: rgb(222,225,154); }
td.TdClassName
{
border-color: #DEE19A;
}
.TagClassName
{
border-color: #DEE19A;
}
</style>