Shades of Primrose #DEE08D
Tints of Primrose #DEE08D
RGB
CMYK
RGB Variations
Color information
#DEE08D (or 0xDEE08D) is known color: Primrose. HEX triplet: DE, E0 and 8D. RGB value is (222,224,141). Sum of RGB (Red+Green+Blue) = 222+224+141=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE08D is #211F72. Grayscale: #D6D6D6. Windows color (decimal): -2170739 or 9298142. OLE color: 9298142.
HSL color Cylindrical-coordinate representation of color #DEE08D: hue angle of 61.45º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEE08D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 141 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.12 |
| HSL | 61.45º | 0.57% | 0.72% | - |
| HSV(B) | 61.45º | 0.37% | 0.88% | - |
| XYZ | 61.59 | 70.76 | 35.61 | - |
| YUV | 213.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 141 | 0.01 | 0 | 0.37 | 0.12 | 61.45 | 0.57 | 0.72 |
| Hex | DE | E0 | 8D | 1 | 0 | 25 | C | 3D | 39 | 48 |
| Octal | 336 | 340 | 215 | 1 | 0 | 45 | 14 | 75 | 71 | 110 |
| Binary | 11011110 | 11100000 | 10001101 | 1 | 0 | 100101 | 1100 | 111101 | 111001 | 1001000 |
Color Harmonies of #DEE08D
Complementary color
Monochromatic Colors of #DEE08D
Black with #DEE08D
Text Example
Text Example
White with #DEE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE08D; }
p { color: rgb(222,224,141); }
H1.HeaderClassName
{
color: #DEE08D;
}
.AnyTagClassName
{
color: #DEE08D;
}
</style>
background-color css
<style>
a { background-color: #DEE08D; }
a { background-color: rgb(222,224,141); }
div.DivClassName
{
background-color: #DEE08D;
}
.BgClassName
{
background-color: #DEE08D;
}
</style>
border-color css
<style>
span { border-color: #DEE08D; }
span { border-color: rgb(222,224,141); }
td.TdClassName
{
border-color: #DEE08D;
}
.TagClassName
{
border-color: #DEE08D;
}
</style>