Shades of Primrose #DEE491
Tints of Primrose #DEE491
RGB
CMYK
RGB Variations
Color information
#DEE491 (or 0xDEE491) is known color: Primrose. HEX triplet: DE, E4 and 91. RGB value is (222,228,145). Sum of RGB (Red+Green+Blue) = 222+228+145=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE491 is #211B6E. Grayscale: #D9D9D9. Windows color (decimal): -2169711 or 9561310. OLE color: 9561310.
HSL color Cylindrical-coordinate representation of color #DEE491: hue angle of 64.34º degrees, saturation: 0.61, 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 #DEE491 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 145 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.11 |
| HSL | 64.34º | 0.61% | 0.73% | - |
| HSV(B) | 64.34º | 0.36% | 0.89% | - |
| XYZ | 62.98 | 73.06 | 37.57 | - |
| YUV | 216.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 145 | 0.03 | 0 | 0.36 | 0.11 | 64.34 | 0.61 | 0.73 |
| Hex | DE | E4 | 91 | 3 | 0 | 24 | B | 40 | 3D | 49 |
| Octal | 336 | 344 | 221 | 3 | 0 | 44 | 13 | 100 | 75 | 111 |
| Binary | 11011110 | 11100100 | 10010001 | 11 | 0 | 100100 | 1011 | 1000000 | 111101 | 1001001 |
Color Harmonies of #DEE491
Complementary color
Monochromatic Colors of #DEE491
Black with #DEE491
Text Example
Text Example
White with #DEE491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE491; }
p { color: rgb(222,228,145); }
H1.HeaderClassName
{
color: #DEE491;
}
.AnyTagClassName
{
color: #DEE491;
}
</style>
background-color css
<style>
a { background-color: #DEE491; }
a { background-color: rgb(222,228,145); }
div.DivClassName
{
background-color: #DEE491;
}
.BgClassName
{
background-color: #DEE491;
}
</style>
border-color css
<style>
span { border-color: #DEE491; }
span { border-color: rgb(222,228,145); }
td.TdClassName
{
border-color: #DEE491;
}
.TagClassName
{
border-color: #DEE491;
}
</style>