Shades of Primrose #DEE786
Tints of Primrose #DEE786
RGB
CMYK
RGB Variations
Color information
#DEE786 (or 0xDEE786) is known color: Primrose. HEX triplet: DE, E7 and 86. RGB value is (222,231,134). Sum of RGB (Red+Green+Blue) = 222+231+134=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE786 is #211879. Grayscale: #D9D9D9. Windows color (decimal): -2168954 or 8841182. OLE color: 8841182.
HSL color Cylindrical-coordinate representation of color #DEE786: hue angle of 65.57º degrees, saturation: 0.67, 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 #DEE786 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 134 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.09 |
| HSL | 65.57º | 0.67% | 0.72% | - |
| HSV(B) | 65.57º | 0.42% | 0.91% | - |
| XYZ | 63 | 74.4 | 33.59 | - |
| YUV | 217.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 134 | 0.04 | 0 | 0.42 | 0.09 | 65.57 | 0.67 | 0.72 |
| Hex | DE | E7 | 86 | 4 | 0 | 2A | 9 | 42 | 43 | 48 |
| Octal | 336 | 347 | 206 | 4 | 0 | 52 | 11 | 102 | 103 | 110 |
| Binary | 11011110 | 11100111 | 10000110 | 100 | 0 | 101010 | 1001 | 1000010 | 1000011 | 1001000 |
Color Harmonies of #DEE786
Complementary color
Monochromatic Colors of #DEE786
Black with #DEE786
Text Example
Text Example
White with #DEE786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE786; }
p { color: rgb(222,231,134); }
H1.HeaderClassName
{
color: #DEE786;
}
.AnyTagClassName
{
color: #DEE786;
}
</style>
background-color css
<style>
a { background-color: #DEE786; }
a { background-color: rgb(222,231,134); }
div.DivClassName
{
background-color: #DEE786;
}
.BgClassName
{
background-color: #DEE786;
}
</style>
border-color css
<style>
span { border-color: #DEE786; }
span { border-color: rgb(222,231,134); }
td.TdClassName
{
border-color: #DEE786;
}
.TagClassName
{
border-color: #DEE786;
}
</style>