Shades of Primrose #DEE789
Tints of Primrose #DEE789
RGB
CMYK
RGB Variations
Color information
#DEE789 (or 0xDEE789) is known color: Primrose. HEX triplet: DE, E7 and 89. RGB value is (222,231,137). Sum of RGB (Red+Green+Blue) = 222+231+137=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 137 (53.91% from 255 or 23.22% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE789 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE789 is #211876. Grayscale: #D9D9D9. Windows color (decimal): -2168951 or 9037790. OLE color: 9037790.
HSL color Cylindrical-coordinate representation of color #DEE789: hue angle of 65.74º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE789 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 137 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.09 |
| HSL | 65.74º | 0.66% | 0.72% | - |
| HSV(B) | 65.74º | 0.41% | 0.91% | - |
| XYZ | 63.22 | 74.49 | 34.71 | - |
| YUV | 217.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 137 | 0.04 | 0 | 0.41 | 0.09 | 65.74 | 0.66 | 0.72 |
| Hex | DE | E7 | 89 | 4 | 0 | 29 | 9 | 42 | 42 | 48 |
| Octal | 336 | 347 | 211 | 4 | 0 | 51 | 11 | 102 | 102 | 110 |
| Binary | 11011110 | 11100111 | 10001001 | 100 | 0 | 101001 | 1001 | 1000010 | 1000010 | 1001000 |
Color Harmonies of #DEE789
Complementary color
Monochromatic Colors of #DEE789
Black with #DEE789
Text Example
Text Example
White with #DEE789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE789; }
p { color: rgb(222,231,137); }
H1.HeaderClassName
{
color: #DEE789;
}
.AnyTagClassName
{
color: #DEE789;
}
</style>
background-color css
<style>
a { background-color: #DEE789; }
a { background-color: rgb(222,231,137); }
div.DivClassName
{
background-color: #DEE789;
}
.BgClassName
{
background-color: #DEE789;
}
</style>
border-color css
<style>
span { border-color: #DEE789; }
span { border-color: rgb(222,231,137); }
td.TdClassName
{
border-color: #DEE789;
}
.TagClassName
{
border-color: #DEE789;
}
</style>