Shades of Primrose #DEE097
Tints of Primrose #DEE097
RGB
CMYK
RGB Variations
Color information
#DEE097 (or 0xDEE097) is known color: Primrose. HEX triplet: DE, E0 and 97. RGB value is (222,224,151). Sum of RGB (Red+Green+Blue) = 222+224+151=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE097 is #211F68. Grayscale: #D7D7D7. Windows color (decimal): -2170729 or 9953502. OLE color: 9953502.
HSL color Cylindrical-coordinate representation of color #DEE097: hue angle of 61.64º degrees, saturation: 0.54, 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 #DEE097 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 151 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.12 |
| HSL | 61.64º | 0.54% | 0.74% | - |
| HSV(B) | 61.64º | 0.33% | 0.88% | - |
| XYZ | 62.37 | 71.08 | 39.71 | - |
| YUV | 215.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 151 | 0.01 | 0 | 0.33 | 0.12 | 61.64 | 0.54 | 0.74 |
| Hex | DE | E0 | 97 | 1 | 0 | 21 | C | 3E | 36 | 4A |
| Octal | 336 | 340 | 227 | 1 | 0 | 41 | 14 | 76 | 66 | 112 |
| Binary | 11011110 | 11100000 | 10010111 | 1 | 0 | 100001 | 1100 | 111110 | 110110 | 1001010 |
Color Harmonies of #DEE097
Complementary color
Monochromatic Colors of #DEE097
Black with #DEE097
Text Example
Text Example
White with #DEE097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE097; }
p { color: rgb(222,224,151); }
H1.HeaderClassName
{
color: #DEE097;
}
.AnyTagClassName
{
color: #DEE097;
}
</style>
background-color css
<style>
a { background-color: #DEE097; }
a { background-color: rgb(222,224,151); }
div.DivClassName
{
background-color: #DEE097;
}
.BgClassName
{
background-color: #DEE097;
}
</style>
border-color css
<style>
span { border-color: #DEE097; }
span { border-color: rgb(222,224,151); }
td.TdClassName
{
border-color: #DEE097;
}
.TagClassName
{
border-color: #DEE097;
}
</style>