Shades of Primrose #DEE490
Tints of Primrose #DEE490
RGB
CMYK
RGB Variations
Color information
#DEE490 (or 0xDEE490) is known color: Primrose. HEX triplet: DE, E4 and 90. RGB value is (222,228,144). Sum of RGB (Red+Green+Blue) = 222+228+144=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE490 is #211B6F. Grayscale: #D8D8D8. Windows color (decimal): -2169712 or 9495774. OLE color: 9495774.
HSL color Cylindrical-coordinate representation of color #DEE490: hue angle of 64.29º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEE490 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 144 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.11 |
| HSL | 64.29º | 0.61% | 0.73% | - |
| HSV(B) | 64.29º | 0.37% | 0.89% | - |
| XYZ | 62.9 | 73.03 | 37.17 | - |
| YUV | 216.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 144 | 0.03 | 0 | 0.37 | 0.11 | 64.29 | 0.61 | 0.73 |
| Hex | DE | E4 | 90 | 3 | 0 | 25 | B | 40 | 3D | 49 |
| Octal | 336 | 344 | 220 | 3 | 0 | 45 | 13 | 100 | 75 | 111 |
| Binary | 11011110 | 11100100 | 10010000 | 11 | 0 | 100101 | 1011 | 1000000 | 111101 | 1001001 |
Color Harmonies of #DEE490
Complementary color
Monochromatic Colors of #DEE490
Black with #DEE490
Text Example
Text Example
White with #DEE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE490; }
p { color: rgb(222,228,144); }
H1.HeaderClassName
{
color: #DEE490;
}
.AnyTagClassName
{
color: #DEE490;
}
</style>
background-color css
<style>
a { background-color: #DEE490; }
a { background-color: rgb(222,228,144); }
div.DivClassName
{
background-color: #DEE490;
}
.BgClassName
{
background-color: #DEE490;
}
</style>
border-color css
<style>
span { border-color: #DEE490; }
span { border-color: rgb(222,228,144); }
td.TdClassName
{
border-color: #DEE490;
}
.TagClassName
{
border-color: #DEE490;
}
</style>