Shades of Primrose #DEE087
Tints of Primrose #DEE087
RGB
CMYK
RGB Variations
Color information
#DEE087 (or 0xDEE087) is known color: Primrose. HEX triplet: DE, E0 and 87. RGB value is (222,224,135). Sum of RGB (Red+Green+Blue) = 222+224+135=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE087 is #211F78. Grayscale: #D5D5D5. Windows color (decimal): -2170745 or 8904926. OLE color: 8904926.
HSL color Cylindrical-coordinate representation of color #DEE087: hue angle of 61.35º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE087 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 135 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.12 |
| HSL | 61.35º | 0.59% | 0.7% | - |
| HSV(B) | 61.35º | 0.4% | 0.88% | - |
| XYZ | 61.15 | 70.59 | 33.32 | - |
| YUV | 213.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 135 | 0.01 | 0 | 0.40 | 0.12 | 61.35 | 0.59 | 0.7 |
| Hex | DE | E0 | 87 | 1 | 0 | 28 | C | 3D | 3B | 46 |
| Octal | 336 | 340 | 207 | 1 | 0 | 50 | 14 | 75 | 73 | 106 |
| Binary | 11011110 | 11100000 | 10000111 | 1 | 0 | 101000 | 1100 | 111101 | 111011 | 1000110 |
Color Harmonies of #DEE087
Complementary color
Monochromatic Colors of #DEE087
Black with #DEE087
Text Example
Text Example
White with #DEE087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE087; }
p { color: rgb(222,224,135); }
H1.HeaderClassName
{
color: #DEE087;
}
.AnyTagClassName
{
color: #DEE087;
}
</style>
background-color css
<style>
a { background-color: #DEE087; }
a { background-color: rgb(222,224,135); }
div.DivClassName
{
background-color: #DEE087;
}
.BgClassName
{
background-color: #DEE087;
}
</style>
border-color css
<style>
span { border-color: #DEE087; }
span { border-color: rgb(222,224,135); }
td.TdClassName
{
border-color: #DEE087;
}
.TagClassName
{
border-color: #DEE087;
}
</style>