Shades of Primrose #DEE88A
Tints of Primrose #DEE88A
RGB
CMYK
RGB Variations
Color information
#DEE88A (or 0xDEE88A) is known color: Primrose. HEX triplet: DE, E8 and 8A. RGB value is (222,232,138). Sum of RGB (Red+Green+Blue) = 222+232+138=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE88A is #211775. Grayscale: #DADADA. Windows color (decimal): -2168694 or 9103582. OLE color: 9103582.
HSL color Cylindrical-coordinate representation of color #DEE88A: hue angle of 66.38º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE88A is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 138 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.09 |
| HSL | 66.38º | 0.67% | 0.73% | - |
| HSV(B) | 66.38º | 0.41% | 0.91% | - |
| XYZ | 63.57 | 75.08 | 35.19 | - |
| YUV | 218.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 138 | 0.04 | 0 | 0.41 | 0.09 | 66.38 | 0.67 | 0.73 |
| Hex | DE | E8 | 8A | 4 | 0 | 29 | 9 | 42 | 43 | 49 |
| Octal | 336 | 350 | 212 | 4 | 0 | 51 | 11 | 102 | 103 | 111 |
| Binary | 11011110 | 11101000 | 10001010 | 100 | 0 | 101001 | 1001 | 1000010 | 1000011 | 1001001 |
Color Harmonies of #DEE88A
Complementary color
Monochromatic Colors of #DEE88A
Black with #DEE88A
Text Example
Text Example
White with #DEE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE88A; }
p { color: rgb(222,232,138); }
H1.HeaderClassName
{
color: #DEE88A;
}
.AnyTagClassName
{
color: #DEE88A;
}
</style>
background-color css
<style>
a { background-color: #DEE88A; }
a { background-color: rgb(222,232,138); }
div.DivClassName
{
background-color: #DEE88A;
}
.BgClassName
{
background-color: #DEE88A;
}
</style>
border-color css
<style>
span { border-color: #DEE88A; }
span { border-color: rgb(222,232,138); }
td.TdClassName
{
border-color: #DEE88A;
}
.TagClassName
{
border-color: #DEE88A;
}
</style>