Shades of Primrose #DEE98D
Tints of Primrose #DEE98D
RGB
CMYK
RGB Variations
Color information
#DEE98D (or 0xDEE98D) is known color: Primrose. HEX triplet: DE, E9 and 8D. RGB value is (222,233,141). Sum of RGB (Red+Green+Blue) = 222+233+141=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE98D is #211672. Grayscale: #DBDBDB. Windows color (decimal): -2168435 or 9300446. OLE color: 9300446.
HSL color Cylindrical-coordinate representation of color #DEE98D: hue angle of 67.17º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEE98D is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 141 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.09 |
| HSL | 67.17º | 0.68% | 0.73% | - |
| HSV(B) | 67.17º | 0.39% | 0.91% | - |
| XYZ | 64.07 | 75.73 | 36.44 | - |
| YUV | 219.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 141 | 0.05 | 0 | 0.39 | 0.09 | 67.17 | 0.68 | 0.73 |
| Hex | DE | E9 | 8D | 5 | 0 | 27 | 9 | 43 | 44 | 49 |
| Octal | 336 | 351 | 215 | 5 | 0 | 47 | 11 | 103 | 104 | 111 |
| Binary | 11011110 | 11101001 | 10001101 | 101 | 0 | 100111 | 1001 | 1000011 | 1000100 | 1001001 |
Color Harmonies of #DEE98D
Complementary color
Monochromatic Colors of #DEE98D
Black with #DEE98D
Text Example
Text Example
White with #DEE98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE98D; }
p { color: rgb(222,233,141); }
H1.HeaderClassName
{
color: #DEE98D;
}
.AnyTagClassName
{
color: #DEE98D;
}
</style>
background-color css
<style>
a { background-color: #DEE98D; }
a { background-color: rgb(222,233,141); }
div.DivClassName
{
background-color: #DEE98D;
}
.BgClassName
{
background-color: #DEE98D;
}
</style>
border-color css
<style>
span { border-color: #DEE98D; }
span { border-color: rgb(222,233,141); }
td.TdClassName
{
border-color: #DEE98D;
}
.TagClassName
{
border-color: #DEE98D;
}
</style>