Shades of Primrose #DEE587
Tints of Primrose #DEE587
RGB
CMYK
RGB Variations
Color information
#DEE587 (or 0xDEE587) is known color: Primrose. HEX triplet: DE, E5 and 87. RGB value is (222,229,135). Sum of RGB (Red+Green+Blue) = 222+229+135=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 135 (53.12% from 255 or 23.04% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE587 is #211A78. Grayscale: #D8D8D8. Windows color (decimal): -2169465 or 8906206. OLE color: 8906206.
HSL color Cylindrical-coordinate representation of color #DEE587: hue angle of 64.47º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE587 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 135 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.10 |
| HSL | 64.47º | 0.64% | 0.71% | - |
| HSV(B) | 64.47º | 0.41% | 0.9% | - |
| XYZ | 62.52 | 73.32 | 33.78 | - |
| YUV | 216.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 135 | 0.03 | 0 | 0.41 | 0.10 | 64.47 | 0.64 | 0.71 |
| Hex | DE | E5 | 87 | 3 | 0 | 29 | A | 40 | 40 | 47 |
| Octal | 336 | 345 | 207 | 3 | 0 | 51 | 12 | 100 | 100 | 107 |
| Binary | 11011110 | 11100101 | 10000111 | 11 | 0 | 101001 | 1010 | 1000000 | 1000000 | 1000111 |
Color Harmonies of #DEE587
Complementary color
Monochromatic Colors of #DEE587
Black with #DEE587
Text Example
Text Example
White with #DEE587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE587; }
p { color: rgb(222,229,135); }
H1.HeaderClassName
{
color: #DEE587;
}
.AnyTagClassName
{
color: #DEE587;
}
</style>
background-color css
<style>
a { background-color: #DEE587; }
a { background-color: rgb(222,229,135); }
div.DivClassName
{
background-color: #DEE587;
}
.BgClassName
{
background-color: #DEE587;
}
</style>
border-color css
<style>
span { border-color: #DEE587; }
span { border-color: rgb(222,229,135); }
td.TdClassName
{
border-color: #DEE587;
}
.TagClassName
{
border-color: #DEE587;
}
</style>