Shades of Primrose #DEE98B
Tints of Primrose #DEE98B
RGB
CMYK
RGB Variations
Color information
#DEE98B (or 0xDEE98B) is known color: Primrose. HEX triplet: DE, E9 and 8B. RGB value is (222,233,139). Sum of RGB (Red+Green+Blue) = 222+233+139=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE98B is #211674. Grayscale: #DBDBDB. Windows color (decimal): -2168437 or 9169374. OLE color: 9169374.
HSL color Cylindrical-coordinate representation of color #DEE98B: hue angle of 67.02º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE98B is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 139 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.09 |
| HSL | 67.02º | 0.68% | 0.73% | - |
| HSV(B) | 67.02º | 0.4% | 0.91% | - |
| XYZ | 63.92 | 75.67 | 35.66 | - |
| YUV | 219 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 139 | 0.05 | 0 | 0.40 | 0.09 | 67.02 | 0.68 | 0.73 |
| Hex | DE | E9 | 8B | 5 | 0 | 28 | 9 | 43 | 44 | 49 |
| Octal | 336 | 351 | 213 | 5 | 0 | 50 | 11 | 103 | 104 | 111 |
| Binary | 11011110 | 11101001 | 10001011 | 101 | 0 | 101000 | 1001 | 1000011 | 1000100 | 1001001 |
Color Harmonies of #DEE98B
Complementary color
Monochromatic Colors of #DEE98B
Black with #DEE98B
Text Example
Text Example
White with #DEE98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE98B; }
p { color: rgb(222,233,139); }
H1.HeaderClassName
{
color: #DEE98B;
}
.AnyTagClassName
{
color: #DEE98B;
}
</style>
background-color css
<style>
a { background-color: #DEE98B; }
a { background-color: rgb(222,233,139); }
div.DivClassName
{
background-color: #DEE98B;
}
.BgClassName
{
background-color: #DEE98B;
}
</style>
border-color css
<style>
span { border-color: #DEE98B; }
span { border-color: rgb(222,233,139); }
td.TdClassName
{
border-color: #DEE98B;
}
.TagClassName
{
border-color: #DEE98B;
}
</style>