Shades of Primrose #DEE188
Tints of Primrose #DEE188
RGB
CMYK
RGB Variations
Color information
#DEE188 (or 0xDEE188) is known color: Primrose. HEX triplet: DE, E1 and 88. RGB value is (222,225,136). Sum of RGB (Red+Green+Blue) = 222+225+136=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE188 is #211E77. Grayscale: #D6D6D6. Windows color (decimal): -2170488 or 8970718. OLE color: 8970718.
HSL color Cylindrical-coordinate representation of color #DEE188: hue angle of 62.02º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE188 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 136 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.12 |
| HSL | 62.02º | 0.6% | 0.71% | - |
| HSV(B) | 62.02º | 0.4% | 0.88% | - |
| XYZ | 61.49 | 71.16 | 33.79 | - |
| YUV | 213.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 136 | 0.01 | 0 | 0.40 | 0.12 | 62.02 | 0.6 | 0.71 |
| Hex | DE | E1 | 88 | 1 | 0 | 28 | C | 3E | 3C | 47 |
| Octal | 336 | 341 | 210 | 1 | 0 | 50 | 14 | 76 | 74 | 107 |
| Binary | 11011110 | 11100001 | 10001000 | 1 | 0 | 101000 | 1100 | 111110 | 111100 | 1000111 |
Color Harmonies of #DEE188
Complementary color
Monochromatic Colors of #DEE188
Black with #DEE188
Text Example
Text Example
White with #DEE188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE188; }
p { color: rgb(222,225,136); }
H1.HeaderClassName
{
color: #DEE188;
}
.AnyTagClassName
{
color: #DEE188;
}
</style>
background-color css
<style>
a { background-color: #DEE188; }
a { background-color: rgb(222,225,136); }
div.DivClassName
{
background-color: #DEE188;
}
.BgClassName
{
background-color: #DEE188;
}
</style>
border-color css
<style>
span { border-color: #DEE188; }
span { border-color: rgb(222,225,136); }
td.TdClassName
{
border-color: #DEE188;
}
.TagClassName
{
border-color: #DEE188;
}
</style>