Shades of Primrose #DEE299
Tints of Primrose #DEE299
RGB
CMYK
RGB Variations
Color information
#DEE299 (or 0xDEE299) is known color: Primrose. HEX triplet: DE, E2 and 99. RGB value is (222,226,153). Sum of RGB (Red+Green+Blue) = 222+226+153=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE299 is #211D66. Grayscale: #D8D8D8. Windows color (decimal): -2170215 or 10085086. OLE color: 10085086.
HSL color Cylindrical-coordinate representation of color #DEE299: hue angle of 63.29º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE299 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 153 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.11 |
| HSL | 63.29º | 0.56% | 0.74% | - |
| HSV(B) | 63.29º | 0.32% | 0.89% | - |
| XYZ | 63.07 | 72.22 | 40.75 | - |
| YUV | 216.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 153 | 0.02 | 0 | 0.32 | 0.11 | 63.29 | 0.56 | 0.74 |
| Hex | DE | E2 | 99 | 2 | 0 | 20 | B | 3F | 38 | 4A |
| Octal | 336 | 342 | 231 | 2 | 0 | 40 | 13 | 77 | 70 | 112 |
| Binary | 11011110 | 11100010 | 10011001 | 10 | 0 | 100000 | 1011 | 111111 | 111000 | 1001010 |
Color Harmonies of #DEE299
Complementary color
Monochromatic Colors of #DEE299
Black with #DEE299
Text Example
Text Example
White with #DEE299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE299; }
p { color: rgb(222,226,153); }
H1.HeaderClassName
{
color: #DEE299;
}
.AnyTagClassName
{
color: #DEE299;
}
</style>
background-color css
<style>
a { background-color: #DEE299; }
a { background-color: rgb(222,226,153); }
div.DivClassName
{
background-color: #DEE299;
}
.BgClassName
{
background-color: #DEE299;
}
</style>
border-color css
<style>
span { border-color: #DEE299; }
span { border-color: rgb(222,226,153); }
td.TdClassName
{
border-color: #DEE299;
}
.TagClassName
{
border-color: #DEE299;
}
</style>