Shades of Primrose #DEE09C
Tints of Primrose #DEE09C
RGB
CMYK
RGB Variations
Color information
#DEE09C (or 0xDEE09C) is known color: Primrose. HEX triplet: DE, E0 and 9C. RGB value is (222,224,156). Sum of RGB (Red+Green+Blue) = 222+224+156=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE09C is #211F63. Grayscale: #D7D7D7. Windows color (decimal): -2170724 or 10281182. OLE color: 10281182.
HSL color Cylindrical-coordinate representation of color #DEE09C: hue angle of 61.76º 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 #DEE09C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 156 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.12 |
| HSL | 61.76º | 0.52% | 0.75% | - |
| HSV(B) | 61.76º | 0.3% | 0.88% | - |
| XYZ | 62.78 | 71.24 | 41.89 | - |
| YUV | 215.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 156 | 0.01 | 0 | 0.30 | 0.12 | 61.76 | 0.52 | 0.75 |
| Hex | DE | E0 | 9C | 1 | 0 | 1E | C | 3E | 34 | 4B |
| Octal | 336 | 340 | 234 | 1 | 0 | 36 | 14 | 76 | 64 | 113 |
| Binary | 11011110 | 11100000 | 10011100 | 1 | 0 | 11110 | 1100 | 111110 | 110100 | 1001011 |
Color Harmonies of #DEE09C
Complementary color
Monochromatic Colors of #DEE09C
Black with #DEE09C
Text Example
Text Example
White with #DEE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE09C; }
p { color: rgb(222,224,156); }
H1.HeaderClassName
{
color: #DEE09C;
}
.AnyTagClassName
{
color: #DEE09C;
}
</style>
background-color css
<style>
a { background-color: #DEE09C; }
a { background-color: rgb(222,224,156); }
div.DivClassName
{
background-color: #DEE09C;
}
.BgClassName
{
background-color: #DEE09C;
}
</style>
border-color css
<style>
span { border-color: #DEE09C; }
span { border-color: rgb(222,224,156); }
td.TdClassName
{
border-color: #DEE09C;
}
.TagClassName
{
border-color: #DEE09C;
}
</style>