Shades of Primrose #DEE287
Tints of Primrose #DEE287
RGB
CMYK
RGB Variations
Color information
#DEE287 (or 0xDEE287) is known color: Primrose. HEX triplet: DE, E2 and 87. RGB value is (222,226,135). Sum of RGB (Red+Green+Blue) = 222+226+135=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 135 (53.12% from 255 or 23.16% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE287 is #211D78. Grayscale: #D6D6D6. Windows color (decimal): -2170233 or 8905438. OLE color: 8905438.
HSL color Cylindrical-coordinate representation of color #DEE287: hue angle of 62.64º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE287 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 135 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.11 |
| HSL | 62.64º | 0.61% | 0.71% | - |
| HSV(B) | 62.64º | 0.4% | 0.89% | - |
| XYZ | 61.69 | 71.67 | 33.5 | - |
| YUV | 214.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 135 | 0.02 | 0 | 0.40 | 0.11 | 62.64 | 0.61 | 0.71 |
| Hex | DE | E2 | 87 | 2 | 0 | 28 | B | 3F | 3D | 47 |
| Octal | 336 | 342 | 207 | 2 | 0 | 50 | 13 | 77 | 75 | 107 |
| Binary | 11011110 | 11100010 | 10000111 | 10 | 0 | 101000 | 1011 | 111111 | 111101 | 1000111 |
Color Harmonies of #DEE287
Complementary color
Monochromatic Colors of #DEE287
Black with #DEE287
Text Example
Text Example
White with #DEE287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE287; }
p { color: rgb(222,226,135); }
H1.HeaderClassName
{
color: #DEE287;
}
.AnyTagClassName
{
color: #DEE287;
}
</style>
background-color css
<style>
a { background-color: #DEE287; }
a { background-color: rgb(222,226,135); }
div.DivClassName
{
background-color: #DEE287;
}
.BgClassName
{
background-color: #DEE287;
}
</style>
border-color css
<style>
span { border-color: #DEE287; }
span { border-color: rgb(222,226,135); }
td.TdClassName
{
border-color: #DEE287;
}
.TagClassName
{
border-color: #DEE287;
}
</style>