Shades of Primrose #DEE186
Tints of Primrose #DEE186
RGB
CMYK
RGB Variations
Color information
#DEE186 (or 0xDEE186) is known color: Primrose. HEX triplet: DE, E1 and 86. RGB value is (222,225,134). Sum of RGB (Red+Green+Blue) = 222+225+134=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE186 is #211E79. Grayscale: #D6D6D6. Windows color (decimal): -2170490 or 8839646. OLE color: 8839646.
HSL color Cylindrical-coordinate representation of color #DEE186: hue angle of 61.98º degrees, saturation: 0.6, 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 #DEE186 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 134 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.12 |
| HSL | 61.98º | 0.6% | 0.7% | - |
| HSV(B) | 61.98º | 0.4% | 0.88% | - |
| XYZ | 61.35 | 71.1 | 33.04 | - |
| YUV | 213.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 134 | 0.01 | 0 | 0.40 | 0.12 | 61.98 | 0.6 | 0.7 |
| Hex | DE | E1 | 86 | 1 | 0 | 28 | C | 3E | 3C | 46 |
| Octal | 336 | 341 | 206 | 1 | 0 | 50 | 14 | 76 | 74 | 106 |
| Binary | 11011110 | 11100001 | 10000110 | 1 | 0 | 101000 | 1100 | 111110 | 111100 | 1000110 |
Color Harmonies of #DEE186
Complementary color
Monochromatic Colors of #DEE186
Black with #DEE186
Text Example
Text Example
White with #DEE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE186; }
p { color: rgb(222,225,134); }
H1.HeaderClassName
{
color: #DEE186;
}
.AnyTagClassName
{
color: #DEE186;
}
</style>
background-color css
<style>
a { background-color: #DEE186; }
a { background-color: rgb(222,225,134); }
div.DivClassName
{
background-color: #DEE186;
}
.BgClassName
{
background-color: #DEE186;
}
</style>
border-color css
<style>
span { border-color: #DEE186; }
span { border-color: rgb(222,225,134); }
td.TdClassName
{
border-color: #DEE186;
}
.TagClassName
{
border-color: #DEE186;
}
</style>