Shades of Primrose #DEE292
Tints of Primrose #DEE292
RGB
CMYK
RGB Variations
Color information
#DEE292 (or 0xDEE292) is known color: Primrose. HEX triplet: DE, E2 and 92. RGB value is (222,226,146). Sum of RGB (Red+Green+Blue) = 222+226+146=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE292 is #211D6D. Grayscale: #D8D8D8. Windows color (decimal): -2170222 or 9626334. OLE color: 9626334.
HSL color Cylindrical-coordinate representation of color #DEE292: hue angle of 63º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEE292 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 146 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.11 |
| HSL | 63º | 0.58% | 0.73% | - |
| HSV(B) | 63º | 0.35% | 0.89% | - |
| XYZ | 62.51 | 72 | 37.8 | - |
| YUV | 215.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 146 | 0.02 | 0 | 0.35 | 0.11 | 63 | 0.58 | 0.73 |
| Hex | DE | E2 | 92 | 2 | 0 | 23 | B | 3F | 3A | 49 |
| Octal | 336 | 342 | 222 | 2 | 0 | 43 | 13 | 77 | 72 | 111 |
| Binary | 11011110 | 11100010 | 10010010 | 10 | 0 | 100011 | 1011 | 111111 | 111010 | 1001001 |
Color Harmonies of #DEE292
Complementary color
Monochromatic Colors of #DEE292
Black with #DEE292
Text Example
Text Example
White with #DEE292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE292; }
p { color: rgb(222,226,146); }
H1.HeaderClassName
{
color: #DEE292;
}
.AnyTagClassName
{
color: #DEE292;
}
</style>
background-color css
<style>
a { background-color: #DEE292; }
a { background-color: rgb(222,226,146); }
div.DivClassName
{
background-color: #DEE292;
}
.BgClassName
{
background-color: #DEE292;
}
</style>
border-color css
<style>
span { border-color: #DEE292; }
span { border-color: rgb(222,226,146); }
td.TdClassName
{
border-color: #DEE292;
}
.TagClassName
{
border-color: #DEE292;
}
</style>