Shades of Primrose #DEE698
Tints of Primrose #DEE698
RGB
CMYK
RGB Variations
Color information
#DEE698 (or 0xDEE698) is known color: Primrose. HEX triplet: DE, E6 and 98. RGB value is (222,230,152). Sum of RGB (Red+Green+Blue) = 222+230+152=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE698 is #211967. Grayscale: #DBDBDB. Windows color (decimal): -2169192 or 10020574. OLE color: 10020574.
HSL color Cylindrical-coordinate representation of color #DEE698: hue angle of 66.15º degrees, saturation: 0.61, 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 #DEE698 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 152 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.10 |
| HSL | 66.15º | 0.61% | 0.75% | - |
| HSV(B) | 66.15º | 0.34% | 0.9% | - |
| XYZ | 64.09 | 74.39 | 40.69 | - |
| YUV | 218.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 152 | 0.03 | 0 | 0.34 | 0.10 | 66.15 | 0.61 | 0.75 |
| Hex | DE | E6 | 98 | 3 | 0 | 22 | A | 42 | 3D | 4B |
| Octal | 336 | 346 | 230 | 3 | 0 | 42 | 12 | 102 | 75 | 113 |
| Binary | 11011110 | 11100110 | 10011000 | 11 | 0 | 100010 | 1010 | 1000010 | 111101 | 1001011 |
Color Harmonies of #DEE698
Complementary color
Monochromatic Colors of #DEE698
Black with #DEE698
Text Example
Text Example
White with #DEE698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE698; }
p { color: rgb(222,230,152); }
H1.HeaderClassName
{
color: #DEE698;
}
.AnyTagClassName
{
color: #DEE698;
}
</style>
background-color css
<style>
a { background-color: #DEE698; }
a { background-color: rgb(222,230,152); }
div.DivClassName
{
background-color: #DEE698;
}
.BgClassName
{
background-color: #DEE698;
}
</style>
border-color css
<style>
span { border-color: #DEE698; }
span { border-color: rgb(222,230,152); }
td.TdClassName
{
border-color: #DEE698;
}
.TagClassName
{
border-color: #DEE698;
}
</style>