Shades of Primrose #DEE088
Tints of Primrose #DEE088
RGB
CMYK
RGB Variations
Color information
#DEE088 (or 0xDEE088) is known color: Primrose. HEX triplet: DE, E0 and 88. RGB value is (222,224,136). Sum of RGB (Red+Green+Blue) = 222+224+136=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE088 is #211F77. Grayscale: #D5D5D5. Windows color (decimal): -2170744 or 8970462. OLE color: 8970462.
HSL color Cylindrical-coordinate representation of color #DEE088: hue angle of 61.36º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEE088 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 136 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.12 |
| HSL | 61.36º | 0.59% | 0.71% | - |
| HSV(B) | 61.36º | 0.39% | 0.88% | - |
| XYZ | 61.22 | 70.62 | 33.7 | - |
| YUV | 213.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 136 | 0.01 | 0 | 0.39 | 0.12 | 61.36 | 0.59 | 0.71 |
| Hex | DE | E0 | 88 | 1 | 0 | 27 | C | 3D | 3B | 47 |
| Octal | 336 | 340 | 210 | 1 | 0 | 47 | 14 | 75 | 73 | 107 |
| Binary | 11011110 | 11100000 | 10001000 | 1 | 0 | 100111 | 1100 | 111101 | 111011 | 1000111 |
Color Harmonies of #DEE088
Complementary color
Monochromatic Colors of #DEE088
Black with #DEE088
Text Example
Text Example
White with #DEE088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE088; }
p { color: rgb(222,224,136); }
H1.HeaderClassName
{
color: #DEE088;
}
.AnyTagClassName
{
color: #DEE088;
}
</style>
background-color css
<style>
a { background-color: #DEE088; }
a { background-color: rgb(222,224,136); }
div.DivClassName
{
background-color: #DEE088;
}
.BgClassName
{
background-color: #DEE088;
}
</style>
border-color css
<style>
span { border-color: #DEE088; }
span { border-color: rgb(222,224,136); }
td.TdClassName
{
border-color: #DEE088;
}
.TagClassName
{
border-color: #DEE088;
}
</style>