Shades of Primrose #DEE584
Tints of Primrose #DEE584
RGB
CMYK
RGB Variations
Color information
#DEE584 (or 0xDEE584) is known color: Primrose. HEX triplet: DE, E5 and 84. RGB value is (222,229,132). Sum of RGB (Red+Green+Blue) = 222+229+132=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE584 is #211A7B. Grayscale: #D8D8D8. Windows color (decimal): -2169468 or 8709598. OLE color: 8709598.
HSL color Cylindrical-coordinate representation of color #DEE584: hue angle of 64.33º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEE584 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 132 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.10 |
| HSL | 64.33º | 0.65% | 0.71% | - |
| HSV(B) | 64.33º | 0.42% | 0.9% | - |
| XYZ | 62.31 | 73.23 | 32.68 | - |
| YUV | 215.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 132 | 0.03 | 0 | 0.42 | 0.10 | 64.33 | 0.65 | 0.71 |
| Hex | DE | E5 | 84 | 3 | 0 | 2A | A | 40 | 41 | 47 |
| Octal | 336 | 345 | 204 | 3 | 0 | 52 | 12 | 100 | 101 | 107 |
| Binary | 11011110 | 11100101 | 10000100 | 11 | 0 | 101010 | 1010 | 1000000 | 1000001 | 1000111 |
Color Harmonies of #DEE584
Complementary color
Monochromatic Colors of #DEE584
Black with #DEE584
Text Example
Text Example
White with #DEE584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE584; }
p { color: rgb(222,229,132); }
H1.HeaderClassName
{
color: #DEE584;
}
.AnyTagClassName
{
color: #DEE584;
}
</style>
background-color css
<style>
a { background-color: #DEE584; }
a { background-color: rgb(222,229,132); }
div.DivClassName
{
background-color: #DEE584;
}
.BgClassName
{
background-color: #DEE584;
}
</style>
border-color css
<style>
span { border-color: #DEE584; }
span { border-color: rgb(222,229,132); }
td.TdClassName
{
border-color: #DEE584;
}
.TagClassName
{
border-color: #DEE584;
}
</style>