Shades of Primrose #DEE388
Tints of Primrose #DEE388
RGB
CMYK
RGB Variations
Color information
#DEE388 (or 0xDEE388) is known color: Primrose. HEX triplet: DE, E3 and 88. RGB value is (222,227,136). Sum of RGB (Red+Green+Blue) = 222+227+136=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE388 is #211C77. Grayscale: #D7D7D7. Windows color (decimal): -2169976 or 8971230. OLE color: 8971230.
HSL color Cylindrical-coordinate representation of color #DEE388: hue angle of 63.3º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE388 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 136 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.11 |
| HSL | 63.3º | 0.62% | 0.71% | - |
| HSV(B) | 63.3º | 0.4% | 0.89% | - |
| XYZ | 62.04 | 72.25 | 33.97 | - |
| YUV | 215.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 136 | 0.02 | 0 | 0.40 | 0.11 | 63.3 | 0.62 | 0.71 |
| Hex | DE | E3 | 88 | 2 | 0 | 28 | B | 3F | 3E | 47 |
| Octal | 336 | 343 | 210 | 2 | 0 | 50 | 13 | 77 | 76 | 107 |
| Binary | 11011110 | 11100011 | 10001000 | 10 | 0 | 101000 | 1011 | 111111 | 111110 | 1000111 |
Color Harmonies of #DEE388
Complementary color
Monochromatic Colors of #DEE388
Black with #DEE388
Text Example
Text Example
White with #DEE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE388; }
p { color: rgb(222,227,136); }
H1.HeaderClassName
{
color: #DEE388;
}
.AnyTagClassName
{
color: #DEE388;
}
</style>
background-color css
<style>
a { background-color: #DEE388; }
a { background-color: rgb(222,227,136); }
div.DivClassName
{
background-color: #DEE388;
}
.BgClassName
{
background-color: #DEE388;
}
</style>
border-color css
<style>
span { border-color: #DEE388; }
span { border-color: rgb(222,227,136); }
td.TdClassName
{
border-color: #DEE388;
}
.TagClassName
{
border-color: #DEE388;
}
</style>