Shades of Primrose #DEE392
Tints of Primrose #DEE392
RGB
CMYK
RGB Variations
Color information
#DEE392 (or 0xDEE392) is known color: Primrose. HEX triplet: DE, E3 and 92. RGB value is (222,227,146). Sum of RGB (Red+Green+Blue) = 222+227+146=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE392 is #211C6D. Grayscale: #D8D8D8. Windows color (decimal): -2169966 or 9626590. OLE color: 9626590.
HSL color Cylindrical-coordinate representation of color #DEE392: hue angle of 63.7º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEE392 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 146 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.11 |
| HSL | 63.7º | 0.59% | 0.73% | - |
| HSV(B) | 63.7º | 0.36% | 0.89% | - |
| XYZ | 62.78 | 72.54 | 37.89 | - |
| YUV | 216.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 146 | 0.02 | 0 | 0.36 | 0.11 | 63.7 | 0.59 | 0.73 |
| Hex | DE | E3 | 92 | 2 | 0 | 24 | B | 40 | 3B | 49 |
| Octal | 336 | 343 | 222 | 2 | 0 | 44 | 13 | 100 | 73 | 111 |
| Binary | 11011110 | 11100011 | 10010010 | 10 | 0 | 100100 | 1011 | 1000000 | 111011 | 1001001 |
Color Harmonies of #DEE392
Complementary color
Monochromatic Colors of #DEE392
Black with #DEE392
Text Example
Text Example
White with #DEE392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE392; }
p { color: rgb(222,227,146); }
H1.HeaderClassName
{
color: #DEE392;
}
.AnyTagClassName
{
color: #DEE392;
}
</style>
background-color css
<style>
a { background-color: #DEE392; }
a { background-color: rgb(222,227,146); }
div.DivClassName
{
background-color: #DEE392;
}
.BgClassName
{
background-color: #DEE392;
}
</style>
border-color css
<style>
span { border-color: #DEE392; }
span { border-color: rgb(222,227,146); }
td.TdClassName
{
border-color: #DEE392;
}
.TagClassName
{
border-color: #DEE392;
}
</style>