Shades of Primrose #DED890
Tints of Primrose #DED890
RGB
CMYK
RGB Variations
Color information
#DED890 (or 0xDED890) is known color: Primrose. HEX triplet: DE, D8 and 90. RGB value is (222,216,144). Sum of RGB (Red+Green+Blue) = 222+216+144=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DED890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED890 is #21276F. Grayscale: #D1D1D1. Windows color (decimal): -2172784 or 9492702. OLE color: 9492702.
HSL color Cylindrical-coordinate representation of color #DED890: hue angle of 55.38º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DED890 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 144 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.13 |
| HSL | 55.38º | 0.54% | 0.72% | - |
| HSV(B) | 55.38º | 0.35% | 0.87% | - |
| XYZ | 59.71 | 66.65 | 36.1 | - |
| YUV | 209.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 144 | 0 | 0.03 | 0.35 | 0.13 | 55.38 | 0.54 | 0.72 |
| Hex | DE | D8 | 90 | 0 | 3 | 23 | D | 37 | 36 | 48 |
| Octal | 336 | 330 | 220 | 0 | 3 | 43 | 15 | 67 | 66 | 110 |
| Binary | 11011110 | 11011000 | 10010000 | 0 | 11 | 100011 | 1101 | 110111 | 110110 | 1001000 |
Color Harmonies of #DED890
Complementary color
Monochromatic Colors of #DED890
Black with #DED890
Text Example
Text Example
White with #DED890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED890; }
p { color: rgb(222,216,144); }
H1.HeaderClassName
{
color: #DED890;
}
.AnyTagClassName
{
color: #DED890;
}
</style>
background-color css
<style>
a { background-color: #DED890; }
a { background-color: rgb(222,216,144); }
div.DivClassName
{
background-color: #DED890;
}
.BgClassName
{
background-color: #DED890;
}
</style>
border-color css
<style>
span { border-color: #DED890; }
span { border-color: rgb(222,216,144); }
td.TdClassName
{
border-color: #DED890;
}
.TagClassName
{
border-color: #DED890;
}
</style>