Shades of Primrose #DEE588
Tints of Primrose #DEE588
RGB
CMYK
RGB Variations
Color information
#DEE588 (or 0xDEE588) is known color: Primrose. HEX triplet: DE, E5 and 88. RGB value is (222,229,136). Sum of RGB (Red+Green+Blue) = 222+229+136=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE588 is #211A77. Grayscale: #D8D8D8. Windows color (decimal): -2169464 or 8971742. OLE color: 8971742.
HSL color Cylindrical-coordinate representation of color #DEE588: hue angle of 64.52º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE588 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 136 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.10 |
| HSL | 64.52º | 0.64% | 0.72% | - |
| HSV(B) | 64.52º | 0.41% | 0.9% | - |
| XYZ | 62.59 | 73.35 | 34.15 | - |
| YUV | 216.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 136 | 0.03 | 0 | 0.41 | 0.10 | 64.52 | 0.64 | 0.72 |
| Hex | DE | E5 | 88 | 3 | 0 | 29 | A | 41 | 40 | 48 |
| Octal | 336 | 345 | 210 | 3 | 0 | 51 | 12 | 101 | 100 | 110 |
| Binary | 11011110 | 11100101 | 10001000 | 11 | 0 | 101001 | 1010 | 1000001 | 1000000 | 1001000 |
Color Harmonies of #DEE588
Complementary color
Monochromatic Colors of #DEE588
Black with #DEE588
Text Example
Text Example
White with #DEE588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE588; }
p { color: rgb(222,229,136); }
H1.HeaderClassName
{
color: #DEE588;
}
.AnyTagClassName
{
color: #DEE588;
}
</style>
background-color css
<style>
a { background-color: #DEE588; }
a { background-color: rgb(222,229,136); }
div.DivClassName
{
background-color: #DEE588;
}
.BgClassName
{
background-color: #DEE588;
}
</style>
border-color css
<style>
span { border-color: #DEE588; }
span { border-color: rgb(222,229,136); }
td.TdClassName
{
border-color: #DEE588;
}
.TagClassName
{
border-color: #DEE588;
}
</style>