Shades of Primrose #DEE09A
Tints of Primrose #DEE09A
RGB
CMYK
RGB Variations
Color information
#DEE09A (or 0xDEE09A) is known color: Primrose. HEX triplet: DE, E0 and 9A. RGB value is (222,224,154). Sum of RGB (Red+Green+Blue) = 222+224+154=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE09A is #211F65. Grayscale: #D7D7D7. Windows color (decimal): -2170726 or 10150110. OLE color: 10150110.
HSL color Cylindrical-coordinate representation of color #DEE09A: hue angle of 61.71º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEE09A is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 154 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.12 |
| HSL | 61.71º | 0.53% | 0.74% | - |
| HSV(B) | 61.71º | 0.31% | 0.88% | - |
| XYZ | 62.61 | 71.17 | 41.01 | - |
| YUV | 215.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 154 | 0.01 | 0 | 0.31 | 0.12 | 61.71 | 0.53 | 0.74 |
| Hex | DE | E0 | 9A | 1 | 0 | 1F | C | 3E | 35 | 4A |
| Octal | 336 | 340 | 232 | 1 | 0 | 37 | 14 | 76 | 65 | 112 |
| Binary | 11011110 | 11100000 | 10011010 | 1 | 0 | 11111 | 1100 | 111110 | 110101 | 1001010 |
Color Harmonies of #DEE09A
Complementary color
Monochromatic Colors of #DEE09A
Black with #DEE09A
Text Example
Text Example
White with #DEE09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE09A; }
p { color: rgb(222,224,154); }
H1.HeaderClassName
{
color: #DEE09A;
}
.AnyTagClassName
{
color: #DEE09A;
}
</style>
background-color css
<style>
a { background-color: #DEE09A; }
a { background-color: rgb(222,224,154); }
div.DivClassName
{
background-color: #DEE09A;
}
.BgClassName
{
background-color: #DEE09A;
}
</style>
border-color css
<style>
span { border-color: #DEE09A; }
span { border-color: rgb(222,224,154); }
td.TdClassName
{
border-color: #DEE09A;
}
.TagClassName
{
border-color: #DEE09A;
}
</style>