Shades of Primrose #DEE796
Tints of Primrose #DEE796
RGB
CMYK
RGB Variations
Color information
#DEE796 (or 0xDEE796) is known color: Primrose. HEX triplet: DE, E7 and 96. RGB value is (222,231,150). Sum of RGB (Red+Green+Blue) = 222+231+150=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE796 is #211869. Grayscale: #DBDBDB. Windows color (decimal): -2168938 or 9889758. OLE color: 9889758.
HSL color Cylindrical-coordinate representation of color #DEE796: hue angle of 66.67º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEE796 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 150 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.09 |
| HSL | 66.67º | 0.63% | 0.75% | - |
| HSV(B) | 66.67º | 0.35% | 0.91% | - |
| XYZ | 64.21 | 74.88 | 39.92 | - |
| YUV | 219.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 150 | 0.04 | 0 | 0.35 | 0.09 | 66.67 | 0.63 | 0.75 |
| Hex | DE | E7 | 96 | 4 | 0 | 23 | 9 | 43 | 3F | 4B |
| Octal | 336 | 347 | 226 | 4 | 0 | 43 | 11 | 103 | 77 | 113 |
| Binary | 11011110 | 11100111 | 10010110 | 100 | 0 | 100011 | 1001 | 1000011 | 111111 | 1001011 |
Color Harmonies of #DEE796
Complementary color
Monochromatic Colors of #DEE796
Black with #DEE796
Text Example
Text Example
White with #DEE796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE796; }
p { color: rgb(222,231,150); }
H1.HeaderClassName
{
color: #DEE796;
}
.AnyTagClassName
{
color: #DEE796;
}
</style>
background-color css
<style>
a { background-color: #DEE796; }
a { background-color: rgb(222,231,150); }
div.DivClassName
{
background-color: #DEE796;
}
.BgClassName
{
background-color: #DEE796;
}
</style>
border-color css
<style>
span { border-color: #DEE796; }
span { border-color: rgb(222,231,150); }
td.TdClassName
{
border-color: #DEE796;
}
.TagClassName
{
border-color: #DEE796;
}
</style>