Shades of Primrose #DEE19E
Tints of Primrose #DEE19E
RGB
CMYK
RGB Variations
Color information
#DEE19E (or 0xDEE19E) is known color: Primrose. HEX triplet: DE, E1 and 9E. RGB value is (222,225,158). Sum of RGB (Red+Green+Blue) = 222+225+158=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE19E is #211E61. Grayscale: #D8D8D8. Windows color (decimal): -2170466 or 10412510. OLE color: 10412510.
HSL color Cylindrical-coordinate representation of color #DEE19E: hue angle of 62.69º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEE19E is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 158 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.12 |
| HSL | 62.69º | 0.53% | 0.75% | - |
| HSV(B) | 62.69º | 0.3% | 0.88% | - |
| XYZ | 63.22 | 71.85 | 42.88 | - |
| YUV | 216.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 158 | 0.01 | 0 | 0.30 | 0.12 | 62.69 | 0.53 | 0.75 |
| Hex | DE | E1 | 9E | 1 | 0 | 1E | C | 3F | 35 | 4B |
| Octal | 336 | 341 | 236 | 1 | 0 | 36 | 14 | 77 | 65 | 113 |
| Binary | 11011110 | 11100001 | 10011110 | 1 | 0 | 11110 | 1100 | 111111 | 110101 | 1001011 |
Color Harmonies of #DEE19E
Complementary color
Monochromatic Colors of #DEE19E
Black with #DEE19E
Text Example
Text Example
White with #DEE19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE19E; }
p { color: rgb(222,225,158); }
H1.HeaderClassName
{
color: #DEE19E;
}
.AnyTagClassName
{
color: #DEE19E;
}
</style>
background-color css
<style>
a { background-color: #DEE19E; }
a { background-color: rgb(222,225,158); }
div.DivClassName
{
background-color: #DEE19E;
}
.BgClassName
{
background-color: #DEE19E;
}
</style>
border-color css
<style>
span { border-color: #DEE19E; }
span { border-color: rgb(222,225,158); }
td.TdClassName
{
border-color: #DEE19E;
}
.TagClassName
{
border-color: #DEE19E;
}
</style>