Shades of Primrose #DEE598
Tints of Primrose #DEE598
RGB
CMYK
RGB Variations
Color information
#DEE598 (or 0xDEE598) is known color: Primrose. HEX triplet: DE, E5 and 98. RGB value is (222,229,152). Sum of RGB (Red+Green+Blue) = 222+229+152=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE598 is #211A67. Grayscale: #DADADA. Windows color (decimal): -2169448 or 10020318. OLE color: 10020318.
HSL color Cylindrical-coordinate representation of color #DEE598: hue angle of 65.45º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEE598 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 152 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.10 |
| HSL | 65.45º | 0.6% | 0.75% | - |
| HSV(B) | 65.45º | 0.34% | 0.9% | - |
| XYZ | 63.81 | 73.84 | 40.59 | - |
| YUV | 218.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 152 | 0.03 | 0 | 0.34 | 0.10 | 65.45 | 0.6 | 0.75 |
| Hex | DE | E5 | 98 | 3 | 0 | 22 | A | 41 | 3C | 4B |
| Octal | 336 | 345 | 230 | 3 | 0 | 42 | 12 | 101 | 74 | 113 |
| Binary | 11011110 | 11100101 | 10011000 | 11 | 0 | 100010 | 1010 | 1000001 | 111100 | 1001011 |
Color Harmonies of #DEE598
Complementary color
Monochromatic Colors of #DEE598
Black with #DEE598
Text Example
Text Example
White with #DEE598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE598; }
p { color: rgb(222,229,152); }
H1.HeaderClassName
{
color: #DEE598;
}
.AnyTagClassName
{
color: #DEE598;
}
</style>
background-color css
<style>
a { background-color: #DEE598; }
a { background-color: rgb(222,229,152); }
div.DivClassName
{
background-color: #DEE598;
}
.BgClassName
{
background-color: #DEE598;
}
</style>
border-color css
<style>
span { border-color: #DEE598; }
span { border-color: rgb(222,229,152); }
td.TdClassName
{
border-color: #DEE598;
}
.TagClassName
{
border-color: #DEE598;
}
</style>