Shades of Primrose #DEE398
Tints of Primrose #DEE398
RGB
CMYK
RGB Variations
Color information
#DEE398 (or 0xDEE398) is known color: Primrose. HEX triplet: DE, E3 and 98. RGB value is (222,227,152). Sum of RGB (Red+Green+Blue) = 222+227+152=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE398 is #211C67. Grayscale: #D9D9D9. Windows color (decimal): -2169960 or 10019806. OLE color: 10019806.
HSL color Cylindrical-coordinate representation of color #DEE398: hue angle of 64º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEE398 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 152 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.11 |
| HSL | 64º | 0.57% | 0.74% | - |
| HSV(B) | 64º | 0.33% | 0.89% | - |
| XYZ | 63.26 | 72.73 | 40.41 | - |
| YUV | 216.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 152 | 0.02 | 0 | 0.33 | 0.11 | 64 | 0.57 | 0.74 |
| Hex | DE | E3 | 98 | 2 | 0 | 21 | B | 40 | 39 | 4A |
| Octal | 336 | 343 | 230 | 2 | 0 | 41 | 13 | 100 | 71 | 112 |
| Binary | 11011110 | 11100011 | 10011000 | 10 | 0 | 100001 | 1011 | 1000000 | 111001 | 1001010 |
Color Harmonies of #DEE398
Complementary color
Monochromatic Colors of #DEE398
Black with #DEE398
Text Example
Text Example
White with #DEE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE398; }
p { color: rgb(222,227,152); }
H1.HeaderClassName
{
color: #DEE398;
}
.AnyTagClassName
{
color: #DEE398;
}
</style>
background-color css
<style>
a { background-color: #DEE398; }
a { background-color: rgb(222,227,152); }
div.DivClassName
{
background-color: #DEE398;
}
.BgClassName
{
background-color: #DEE398;
}
</style>
border-color css
<style>
span { border-color: #DEE398; }
span { border-color: rgb(222,227,152); }
td.TdClassName
{
border-color: #DEE398;
}
.TagClassName
{
border-color: #DEE398;
}
</style>