Shades of Primrose #DEE18E
Tints of Primrose #DEE18E
RGB
CMYK
RGB Variations
Color information
#DEE18E (or 0xDEE18E) is known color: Primrose. HEX triplet: DE, E1 and 8E. RGB value is (222,225,142). Sum of RGB (Red+Green+Blue) = 222+225+142=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE18E is #211E71. Grayscale: #D6D6D6. Windows color (decimal): -2170482 or 9363934. OLE color: 9363934.
HSL color Cylindrical-coordinate representation of color #DEE18E: hue angle of 62.17º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEE18E is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 142 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.12 |
| HSL | 62.17º | 0.58% | 0.72% | - |
| HSV(B) | 62.17º | 0.37% | 0.88% | - |
| XYZ | 61.93 | 71.33 | 36.1 | - |
| YUV | 214.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 142 | 0.01 | 0 | 0.37 | 0.12 | 62.17 | 0.58 | 0.72 |
| Hex | DE | E1 | 8E | 1 | 0 | 25 | C | 3E | 3A | 48 |
| Octal | 336 | 341 | 216 | 1 | 0 | 45 | 14 | 76 | 72 | 110 |
| Binary | 11011110 | 11100001 | 10001110 | 1 | 0 | 100101 | 1100 | 111110 | 111010 | 1001000 |
Color Harmonies of #DEE18E
Complementary color
Monochromatic Colors of #DEE18E
Black with #DEE18E
Text Example
Text Example
White with #DEE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE18E; }
p { color: rgb(222,225,142); }
H1.HeaderClassName
{
color: #DEE18E;
}
.AnyTagClassName
{
color: #DEE18E;
}
</style>
background-color css
<style>
a { background-color: #DEE18E; }
a { background-color: rgb(222,225,142); }
div.DivClassName
{
background-color: #DEE18E;
}
.BgClassName
{
background-color: #DEE18E;
}
</style>
border-color css
<style>
span { border-color: #DEE18E; }
span { border-color: rgb(222,225,142); }
td.TdClassName
{
border-color: #DEE18E;
}
.TagClassName
{
border-color: #DEE18E;
}
</style>