Shades of Primrose #DEE09D
Tints of Primrose #DEE09D
RGB
CMYK
RGB Variations
Color information
#DEE09D (or 0xDEE09D) is known color: Primrose. HEX triplet: DE, E0 and 9D. RGB value is (222,224,157). Sum of RGB (Red+Green+Blue) = 222+224+157=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE09D is #211F62. Grayscale: #D8D8D8. Windows color (decimal): -2170723 or 10346718. OLE color: 10346718.
HSL color Cylindrical-coordinate representation of color #DEE09D: hue angle of 61.79º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEE09D is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 157 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.12 |
| HSL | 61.79º | 0.52% | 0.75% | - |
| HSV(B) | 61.79º | 0.3% | 0.88% | - |
| XYZ | 62.87 | 71.28 | 42.34 | - |
| YUV | 215.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 157 | 0.01 | 0 | 0.30 | 0.12 | 61.79 | 0.52 | 0.75 |
| Hex | DE | E0 | 9D | 1 | 0 | 1E | C | 3E | 34 | 4B |
| Octal | 336 | 340 | 235 | 1 | 0 | 36 | 14 | 76 | 64 | 113 |
| Binary | 11011110 | 11100000 | 10011101 | 1 | 0 | 11110 | 1100 | 111110 | 110100 | 1001011 |
Color Harmonies of #DEE09D
Complementary color
Monochromatic Colors of #DEE09D
Black with #DEE09D
Text Example
Text Example
White with #DEE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE09D; }
p { color: rgb(222,224,157); }
H1.HeaderClassName
{
color: #DEE09D;
}
.AnyTagClassName
{
color: #DEE09D;
}
</style>
background-color css
<style>
a { background-color: #DEE09D; }
a { background-color: rgb(222,224,157); }
div.DivClassName
{
background-color: #DEE09D;
}
.BgClassName
{
background-color: #DEE09D;
}
</style>
border-color css
<style>
span { border-color: #DEE09D; }
span { border-color: rgb(222,224,157); }
td.TdClassName
{
border-color: #DEE09D;
}
.TagClassName
{
border-color: #DEE09D;
}
</style>