Shades of Primrose #DEE096
Tints of Primrose #DEE096
RGB
CMYK
RGB Variations
Color information
#DEE096 (or 0xDEE096) is known color: Primrose. HEX triplet: DE, E0 and 96. RGB value is (222,224,150). Sum of RGB (Red+Green+Blue) = 222+224+150=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE096 is #211F69. Grayscale: #D7D7D7. Windows color (decimal): -2170730 or 9887966. OLE color: 9887966.
HSL color Cylindrical-coordinate representation of color #DEE096: hue angle of 61.62º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEE096 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 150 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.12 |
| HSL | 61.62º | 0.54% | 0.73% | - |
| HSV(B) | 61.62º | 0.33% | 0.88% | - |
| XYZ | 62.28 | 71.04 | 39.28 | - |
| YUV | 214.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 150 | 0.01 | 0 | 0.33 | 0.12 | 61.62 | 0.54 | 0.73 |
| Hex | DE | E0 | 96 | 1 | 0 | 21 | C | 3E | 36 | 49 |
| Octal | 336 | 340 | 226 | 1 | 0 | 41 | 14 | 76 | 66 | 111 |
| Binary | 11011110 | 11100000 | 10010110 | 1 | 0 | 100001 | 1100 | 111110 | 110110 | 1001001 |
Color Harmonies of #DEE096
Complementary color
Monochromatic Colors of #DEE096
Black with #DEE096
Text Example
Text Example
White with #DEE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE096; }
p { color: rgb(222,224,150); }
H1.HeaderClassName
{
color: #DEE096;
}
.AnyTagClassName
{
color: #DEE096;
}
</style>
background-color css
<style>
a { background-color: #DEE096; }
a { background-color: rgb(222,224,150); }
div.DivClassName
{
background-color: #DEE096;
}
.BgClassName
{
background-color: #DEE096;
}
</style>
border-color css
<style>
span { border-color: #DEE096; }
span { border-color: rgb(222,224,150); }
td.TdClassName
{
border-color: #DEE096;
}
.TagClassName
{
border-color: #DEE096;
}
</style>