Shades of Primrose #DEE391
Tints of Primrose #DEE391
RGB
CMYK
RGB Variations
Color information
#DEE391 (or 0xDEE391) is known color: Primrose. HEX triplet: DE, E3 and 91. RGB value is (222,227,145). Sum of RGB (Red+Green+Blue) = 222+227+145=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE391 is #211C6E. Grayscale: #D8D8D8. Windows color (decimal): -2169967 or 9561054. OLE color: 9561054.
HSL color Cylindrical-coordinate representation of color #DEE391: hue angle of 63.66º 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 #DEE391 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 145 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.11 |
| HSL | 63.66º | 0.59% | 0.73% | - |
| HSV(B) | 63.66º | 0.36% | 0.89% | - |
| XYZ | 62.7 | 72.51 | 37.48 | - |
| YUV | 216.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 145 | 0.02 | 0 | 0.36 | 0.11 | 63.66 | 0.59 | 0.73 |
| Hex | DE | E3 | 91 | 2 | 0 | 24 | B | 40 | 3B | 49 |
| Octal | 336 | 343 | 221 | 2 | 0 | 44 | 13 | 100 | 73 | 111 |
| Binary | 11011110 | 11100011 | 10010001 | 10 | 0 | 100100 | 1011 | 1000000 | 111011 | 1001001 |
Color Harmonies of #DEE391
Complementary color
Monochromatic Colors of #DEE391
Black with #DEE391
Text Example
Text Example
White with #DEE391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE391; }
p { color: rgb(222,227,145); }
H1.HeaderClassName
{
color: #DEE391;
}
.AnyTagClassName
{
color: #DEE391;
}
</style>
background-color css
<style>
a { background-color: #DEE391; }
a { background-color: rgb(222,227,145); }
div.DivClassName
{
background-color: #DEE391;
}
.BgClassName
{
background-color: #DEE391;
}
</style>
border-color css
<style>
span { border-color: #DEE391; }
span { border-color: rgb(222,227,145); }
td.TdClassName
{
border-color: #DEE391;
}
.TagClassName
{
border-color: #DEE391;
}
</style>