Shades of Primrose #DEE28E
Tints of Primrose #DEE28E
RGB
CMYK
RGB Variations
Color information
#DEE28E (or 0xDEE28E) is known color: Primrose. HEX triplet: DE, E2 and 8E. RGB value is (222,226,142). Sum of RGB (Red+Green+Blue) = 222+226+142=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE28E is #211D71. Grayscale: #D7D7D7. Windows color (decimal): -2170226 or 9364190. OLE color: 9364190.
HSL color Cylindrical-coordinate representation of color #DEE28E: hue angle of 62.86º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEE28E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 142 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.11 |
| HSL | 62.86º | 0.59% | 0.72% | - |
| HSV(B) | 62.86º | 0.37% | 0.89% | - |
| XYZ | 62.2 | 71.88 | 36.19 | - |
| YUV | 215.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 142 | 0.02 | 0 | 0.37 | 0.11 | 62.86 | 0.59 | 0.72 |
| Hex | DE | E2 | 8E | 2 | 0 | 25 | B | 3F | 3B | 48 |
| Octal | 336 | 342 | 216 | 2 | 0 | 45 | 13 | 77 | 73 | 110 |
| Binary | 11011110 | 11100010 | 10001110 | 10 | 0 | 100101 | 1011 | 111111 | 111011 | 1001000 |
Color Harmonies of #DEE28E
Complementary color
Monochromatic Colors of #DEE28E
Black with #DEE28E
Text Example
Text Example
White with #DEE28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE28E; }
p { color: rgb(222,226,142); }
H1.HeaderClassName
{
color: #DEE28E;
}
.AnyTagClassName
{
color: #DEE28E;
}
</style>
background-color css
<style>
a { background-color: #DEE28E; }
a { background-color: rgb(222,226,142); }
div.DivClassName
{
background-color: #DEE28E;
}
.BgClassName
{
background-color: #DEE28E;
}
</style>
border-color css
<style>
span { border-color: #DEE28E; }
span { border-color: rgb(222,226,142); }
td.TdClassName
{
border-color: #DEE28E;
}
.TagClassName
{
border-color: #DEE28E;
}
</style>