Shades of Primrose #DEE286
Tints of Primrose #DEE286
RGB
CMYK
RGB Variations
Color information
#DEE286 (or 0xDEE286) is known color: Primrose. HEX triplet: DE, E2 and 86. RGB value is (222,226,134). Sum of RGB (Red+Green+Blue) = 222+226+134=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE286 is #211D79. Grayscale: #D6D6D6. Windows color (decimal): -2170234 or 8839902. OLE color: 8839902.
HSL color Cylindrical-coordinate representation of color #DEE286: hue angle of 62.61º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE286 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 134 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.11 |
| HSL | 62.61º | 0.61% | 0.71% | - |
| HSV(B) | 62.61º | 0.41% | 0.89% | - |
| XYZ | 61.62 | 71.64 | 33.13 | - |
| YUV | 214.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 134 | 0.02 | 0 | 0.41 | 0.11 | 62.61 | 0.61 | 0.71 |
| Hex | DE | E2 | 86 | 2 | 0 | 29 | B | 3F | 3D | 47 |
| Octal | 336 | 342 | 206 | 2 | 0 | 51 | 13 | 77 | 75 | 107 |
| Binary | 11011110 | 11100010 | 10000110 | 10 | 0 | 101001 | 1011 | 111111 | 111101 | 1000111 |
Color Harmonies of #DEE286
Complementary color
Monochromatic Colors of #DEE286
Black with #DEE286
Text Example
Text Example
White with #DEE286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE286; }
p { color: rgb(222,226,134); }
H1.HeaderClassName
{
color: #DEE286;
}
.AnyTagClassName
{
color: #DEE286;
}
</style>
background-color css
<style>
a { background-color: #DEE286; }
a { background-color: rgb(222,226,134); }
div.DivClassName
{
background-color: #DEE286;
}
.BgClassName
{
background-color: #DEE286;
}
</style>
border-color css
<style>
span { border-color: #DEE286; }
span { border-color: rgb(222,226,134); }
td.TdClassName
{
border-color: #DEE286;
}
.TagClassName
{
border-color: #DEE286;
}
</style>