Shades of Primrose #DEE88C
Tints of Primrose #DEE88C
RGB
CMYK
RGB Variations
Color information
#DEE88C (or 0xDEE88C) is known color: Primrose. HEX triplet: DE, E8 and 8C. RGB value is (222,232,140). Sum of RGB (Red+Green+Blue) = 222+232+140=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE88C is #211773. Grayscale: #DADADA. Windows color (decimal): -2168692 or 9234654. OLE color: 9234654.
HSL color Cylindrical-coordinate representation of color #DEE88C: hue angle of 66.52º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE88C is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 140 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.09 |
| HSL | 66.52º | 0.67% | 0.73% | - |
| HSV(B) | 66.52º | 0.4% | 0.91% | - |
| XYZ | 63.71 | 75.14 | 35.96 | - |
| YUV | 218.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 140 | 0.04 | 0 | 0.40 | 0.09 | 66.52 | 0.67 | 0.73 |
| Hex | DE | E8 | 8C | 4 | 0 | 28 | 9 | 43 | 43 | 49 |
| Octal | 336 | 350 | 214 | 4 | 0 | 50 | 11 | 103 | 103 | 111 |
| Binary | 11011110 | 11101000 | 10001100 | 100 | 0 | 101000 | 1001 | 1000011 | 1000011 | 1001001 |
Color Harmonies of #DEE88C
Complementary color
Monochromatic Colors of #DEE88C
Black with #DEE88C
Text Example
Text Example
White with #DEE88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE88C; }
p { color: rgb(222,232,140); }
H1.HeaderClassName
{
color: #DEE88C;
}
.AnyTagClassName
{
color: #DEE88C;
}
</style>
background-color css
<style>
a { background-color: #DEE88C; }
a { background-color: rgb(222,232,140); }
div.DivClassName
{
background-color: #DEE88C;
}
.BgClassName
{
background-color: #DEE88C;
}
</style>
border-color css
<style>
span { border-color: #DEE88C; }
span { border-color: rgb(222,232,140); }
td.TdClassName
{
border-color: #DEE88C;
}
.TagClassName
{
border-color: #DEE88C;
}
</style>