Shades of Primrose #DEE384
Tints of Primrose #DEE384
RGB
CMYK
RGB Variations
Color information
#DEE384 (or 0xDEE384) is known color: Primrose. HEX triplet: DE, E3 and 84. RGB value is (222,227,132). Sum of RGB (Red+Green+Blue) = 222+227+132=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE384 is #211C7B. Grayscale: #D7D7D7. Windows color (decimal): -2169980 or 8709086. OLE color: 8709086.
HSL color Cylindrical-coordinate representation of color #DEE384: hue angle of 63.16º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEE384 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 132 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.11 |
| HSL | 63.16º | 0.63% | 0.7% | - |
| HSV(B) | 63.16º | 0.42% | 0.89% | - |
| XYZ | 61.76 | 72.13 | 32.5 | - |
| YUV | 214.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 132 | 0.02 | 0 | 0.42 | 0.11 | 63.16 | 0.63 | 0.7 |
| Hex | DE | E3 | 84 | 2 | 0 | 2A | B | 3F | 3F | 46 |
| Octal | 336 | 343 | 204 | 2 | 0 | 52 | 13 | 77 | 77 | 106 |
| Binary | 11011110 | 11100011 | 10000100 | 10 | 0 | 101010 | 1011 | 111111 | 111111 | 1000110 |
Color Harmonies of #DEE384
Complementary color
Monochromatic Colors of #DEE384
Black with #DEE384
Text Example
Text Example
White with #DEE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE384; }
p { color: rgb(222,227,132); }
H1.HeaderClassName
{
color: #DEE384;
}
.AnyTagClassName
{
color: #DEE384;
}
</style>
background-color css
<style>
a { background-color: #DEE384; }
a { background-color: rgb(222,227,132); }
div.DivClassName
{
background-color: #DEE384;
}
.BgClassName
{
background-color: #DEE384;
}
</style>
border-color css
<style>
span { border-color: #DEE384; }
span { border-color: rgb(222,227,132); }
td.TdClassName
{
border-color: #DEE384;
}
.TagClassName
{
border-color: #DEE384;
}
</style>