Shades of Primrose #DEE886
Tints of Primrose #DEE886
RGB
CMYK
RGB Variations
Color information
#DEE886 (or 0xDEE886) is known color: Primrose. HEX triplet: DE, E8 and 86. RGB value is (222,232,134). Sum of RGB (Red+Green+Blue) = 222+232+134=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE886 is #211779. Grayscale: #DADADA. Windows color (decimal): -2168698 or 8841438. OLE color: 8841438.
HSL color Cylindrical-coordinate representation of color #DEE886: hue angle of 66.12º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEE886 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 134 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.09 |
| HSL | 66.12º | 0.68% | 0.72% | - |
| HSV(B) | 66.12º | 0.42% | 0.91% | - |
| XYZ | 63.28 | 74.96 | 33.69 | - |
| YUV | 217.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 134 | 0.04 | 0 | 0.42 | 0.09 | 66.12 | 0.68 | 0.72 |
| Hex | DE | E8 | 86 | 4 | 0 | 2A | 9 | 42 | 44 | 48 |
| Octal | 336 | 350 | 206 | 4 | 0 | 52 | 11 | 102 | 104 | 110 |
| Binary | 11011110 | 11101000 | 10000110 | 100 | 0 | 101010 | 1001 | 1000010 | 1000100 | 1001000 |
Color Harmonies of #DEE886
Complementary color
Monochromatic Colors of #DEE886
Black with #DEE886
Text Example
Text Example
White with #DEE886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE886; }
p { color: rgb(222,232,134); }
H1.HeaderClassName
{
color: #DEE886;
}
.AnyTagClassName
{
color: #DEE886;
}
</style>
background-color css
<style>
a { background-color: #DEE886; }
a { background-color: rgb(222,232,134); }
div.DivClassName
{
background-color: #DEE886;
}
.BgClassName
{
background-color: #DEE886;
}
</style>
border-color css
<style>
span { border-color: #DEE886; }
span { border-color: rgb(222,232,134); }
td.TdClassName
{
border-color: #DEE886;
}
.TagClassName
{
border-color: #DEE886;
}
</style>