Shades of Primrose #DEE58D
Tints of Primrose #DEE58D
RGB
CMYK
RGB Variations
Color information
#DEE58D (or 0xDEE58D) is known color: Primrose. HEX triplet: DE, E5 and 8D. RGB value is (222,229,141). Sum of RGB (Red+Green+Blue) = 222+229+141=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE58D is #211A72. Grayscale: #D9D9D9. Windows color (decimal): -2169459 or 9299422. OLE color: 9299422.
HSL color Cylindrical-coordinate representation of color #DEE58D: hue angle of 64.77º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEE58D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 141 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.10 |
| HSL | 64.77º | 0.63% | 0.73% | - |
| HSV(B) | 64.77º | 0.38% | 0.9% | - |
| XYZ | 62.95 | 73.49 | 36.07 | - |
| YUV | 216.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 141 | 0.03 | 0 | 0.38 | 0.10 | 64.77 | 0.63 | 0.73 |
| Hex | DE | E5 | 8D | 3 | 0 | 26 | A | 41 | 3F | 49 |
| Octal | 336 | 345 | 215 | 3 | 0 | 46 | 12 | 101 | 77 | 111 |
| Binary | 11011110 | 11100101 | 10001101 | 11 | 0 | 100110 | 1010 | 1000001 | 111111 | 1001001 |
Color Harmonies of #DEE58D
Complementary color
Monochromatic Colors of #DEE58D
Black with #DEE58D
Text Example
Text Example
White with #DEE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE58D; }
p { color: rgb(222,229,141); }
H1.HeaderClassName
{
color: #DEE58D;
}
.AnyTagClassName
{
color: #DEE58D;
}
</style>
background-color css
<style>
a { background-color: #DEE58D; }
a { background-color: rgb(222,229,141); }
div.DivClassName
{
background-color: #DEE58D;
}
.BgClassName
{
background-color: #DEE58D;
}
</style>
border-color css
<style>
span { border-color: #DEE58D; }
span { border-color: rgb(222,229,141); }
td.TdClassName
{
border-color: #DEE58D;
}
.TagClassName
{
border-color: #DEE58D;
}
</style>