Shades of Primrose #DEE098
Tints of Primrose #DEE098
RGB
CMYK
RGB Variations
Color information
#DEE098 (or 0xDEE098) is known color: Primrose. HEX triplet: DE, E0 and 98. RGB value is (222,224,152). Sum of RGB (Red+Green+Blue) = 222+224+152=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE098 is #211F67. Grayscale: #D7D7D7. Windows color (decimal): -2170728 or 10019038. OLE color: 10019038.
HSL color Cylindrical-coordinate representation of color #DEE098: hue angle of 61.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE098 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 152 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.12 |
| HSL | 61.67º | 0.54% | 0.74% | - |
| HSV(B) | 61.67º | 0.32% | 0.88% | - |
| XYZ | 62.45 | 71.11 | 40.14 | - |
| YUV | 215.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 152 | 0.01 | 0 | 0.32 | 0.12 | 61.67 | 0.54 | 0.74 |
| Hex | DE | E0 | 98 | 1 | 0 | 20 | C | 3E | 36 | 4A |
| Octal | 336 | 340 | 230 | 1 | 0 | 40 | 14 | 76 | 66 | 112 |
| Binary | 11011110 | 11100000 | 10011000 | 1 | 0 | 100000 | 1100 | 111110 | 110110 | 1001010 |
Color Harmonies of #DEE098
Complementary color
Monochromatic Colors of #DEE098
Black with #DEE098
Text Example
Text Example
White with #DEE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE098; }
p { color: rgb(222,224,152); }
H1.HeaderClassName
{
color: #DEE098;
}
.AnyTagClassName
{
color: #DEE098;
}
</style>
background-color css
<style>
a { background-color: #DEE098; }
a { background-color: rgb(222,224,152); }
div.DivClassName
{
background-color: #DEE098;
}
.BgClassName
{
background-color: #DEE098;
}
</style>
border-color css
<style>
span { border-color: #DEE098; }
span { border-color: rgb(222,224,152); }
td.TdClassName
{
border-color: #DEE098;
}
.TagClassName
{
border-color: #DEE098;
}
</style>