Shades of Primrose #DEE29A
Tints of Primrose #DEE29A
RGB
CMYK
RGB Variations
Color information
#DEE29A (or 0xDEE29A) is known color: Primrose. HEX triplet: DE, E2 and 9A. RGB value is (222,226,154). Sum of RGB (Red+Green+Blue) = 222+226+154=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE29A is #211D65. Grayscale: #D8D8D8. Windows color (decimal): -2170214 or 10150622. OLE color: 10150622.
HSL color Cylindrical-coordinate representation of color #DEE29A: hue angle of 63.33º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE29A is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 154 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.11 |
| HSL | 63.33º | 0.55% | 0.75% | - |
| HSV(B) | 63.33º | 0.32% | 0.89% | - |
| XYZ | 63.15 | 72.26 | 41.19 | - |
| YUV | 216.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 154 | 0.02 | 0 | 0.32 | 0.11 | 63.33 | 0.55 | 0.75 |
| Hex | DE | E2 | 9A | 2 | 0 | 20 | B | 3F | 37 | 4B |
| Octal | 336 | 342 | 232 | 2 | 0 | 40 | 13 | 77 | 67 | 113 |
| Binary | 11011110 | 11100010 | 10011010 | 10 | 0 | 100000 | 1011 | 111111 | 110111 | 1001011 |
Color Harmonies of #DEE29A
Complementary color
Monochromatic Colors of #DEE29A
Black with #DEE29A
Text Example
Text Example
White with #DEE29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE29A; }
p { color: rgb(222,226,154); }
H1.HeaderClassName
{
color: #DEE29A;
}
.AnyTagClassName
{
color: #DEE29A;
}
</style>
background-color css
<style>
a { background-color: #DEE29A; }
a { background-color: rgb(222,226,154); }
div.DivClassName
{
background-color: #DEE29A;
}
.BgClassName
{
background-color: #DEE29A;
}
</style>
border-color css
<style>
span { border-color: #DEE29A; }
span { border-color: rgb(222,226,154); }
td.TdClassName
{
border-color: #DEE29A;
}
.TagClassName
{
border-color: #DEE29A;
}
</style>