Shades of Primrose #DEE486
Tints of Primrose #DEE486
RGB
CMYK
RGB Variations
Color information
#DEE486 (or 0xDEE486) is known color: Primrose. HEX triplet: DE, E4 and 86. RGB value is (222,228,134). Sum of RGB (Red+Green+Blue) = 222+228+134=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE486 is #211B79. Grayscale: #D7D7D7. Windows color (decimal): -2169722 or 8840414. OLE color: 8840414.
HSL color Cylindrical-coordinate representation of color #DEE486: hue angle of 63.83º degrees, saturation: 0.64, 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 #DEE486 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 134 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.11 |
| HSL | 63.83º | 0.64% | 0.71% | - |
| HSV(B) | 63.83º | 0.41% | 0.89% | - |
| XYZ | 62.17 | 72.74 | 33.32 | - |
| YUV | 215.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 134 | 0.03 | 0 | 0.41 | 0.11 | 63.83 | 0.64 | 0.71 |
| Hex | DE | E4 | 86 | 3 | 0 | 29 | B | 40 | 40 | 47 |
| Octal | 336 | 344 | 206 | 3 | 0 | 51 | 13 | 100 | 100 | 107 |
| Binary | 11011110 | 11100100 | 10000110 | 11 | 0 | 101001 | 1011 | 1000000 | 1000000 | 1000111 |
Color Harmonies of #DEE486
Complementary color
Monochromatic Colors of #DEE486
Black with #DEE486
Text Example
Text Example
White with #DEE486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE486; }
p { color: rgb(222,228,134); }
H1.HeaderClassName
{
color: #DEE486;
}
.AnyTagClassName
{
color: #DEE486;
}
</style>
background-color css
<style>
a { background-color: #DEE486; }
a { background-color: rgb(222,228,134); }
div.DivClassName
{
background-color: #DEE486;
}
.BgClassName
{
background-color: #DEE486;
}
</style>
border-color css
<style>
span { border-color: #DEE486; }
span { border-color: rgb(222,228,134); }
td.TdClassName
{
border-color: #DEE486;
}
.TagClassName
{
border-color: #DEE486;
}
</style>