Shades of Primrose #DEE197
Tints of Primrose #DEE197
RGB
CMYK
RGB Variations
Color information
#DEE197 (or 0xDEE197) is known color: Primrose. HEX triplet: DE, E1 and 97. RGB value is (222,225,151). Sum of RGB (Red+Green+Blue) = 222+225+151=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE197 is #211E68. Grayscale: #D7D7D7. Windows color (decimal): -2170473 or 9953758. OLE color: 9953758.
HSL color Cylindrical-coordinate representation of color #DEE197: hue angle of 62.43º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEE197 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 151 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.12 |
| HSL | 62.43º | 0.55% | 0.74% | - |
| HSV(B) | 62.43º | 0.33% | 0.88% | - |
| XYZ | 62.64 | 71.61 | 39.8 | - |
| YUV | 215.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 151 | 0.01 | 0 | 0.33 | 0.12 | 62.43 | 0.55 | 0.74 |
| Hex | DE | E1 | 97 | 1 | 0 | 21 | C | 3E | 37 | 4A |
| Octal | 336 | 341 | 227 | 1 | 0 | 41 | 14 | 76 | 67 | 112 |
| Binary | 11011110 | 11100001 | 10010111 | 1 | 0 | 100001 | 1100 | 111110 | 110111 | 1001010 |
Color Harmonies of #DEE197
Complementary color
Monochromatic Colors of #DEE197
Black with #DEE197
Text Example
Text Example
White with #DEE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE197; }
p { color: rgb(222,225,151); }
H1.HeaderClassName
{
color: #DEE197;
}
.AnyTagClassName
{
color: #DEE197;
}
</style>
background-color css
<style>
a { background-color: #DEE197; }
a { background-color: rgb(222,225,151); }
div.DivClassName
{
background-color: #DEE197;
}
.BgClassName
{
background-color: #DEE197;
}
</style>
border-color css
<style>
span { border-color: #DEE197; }
span { border-color: rgb(222,225,151); }
td.TdClassName
{
border-color: #DEE197;
}
.TagClassName
{
border-color: #DEE197;
}
</style>