Shades of Primrose #DED893
Tints of Primrose #DED893
RGB
CMYK
RGB Variations
Color information
#DED893 (or 0xDED893) is known color: Primrose. HEX triplet: DE, D8 and 93. RGB value is (222,216,147). Sum of RGB (Red+Green+Blue) = 222+216+147=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DED893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED893 is #21276C. Grayscale: #D2D2D2. Windows color (decimal): -2172781 or 9689310. OLE color: 9689310.
HSL color Cylindrical-coordinate representation of color #DED893: hue angle of 55.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DED893 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 147 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.13 |
| HSL | 55.2º | 0.53% | 0.72% | - |
| HSV(B) | 55.2º | 0.34% | 0.87% | - |
| XYZ | 59.95 | 66.75 | 37.33 | - |
| YUV | 209.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 147 | 0 | 0.03 | 0.34 | 0.13 | 55.2 | 0.53 | 0.72 |
| Hex | DE | D8 | 93 | 0 | 3 | 22 | D | 37 | 35 | 48 |
| Octal | 336 | 330 | 223 | 0 | 3 | 42 | 15 | 67 | 65 | 110 |
| Binary | 11011110 | 11011000 | 10010011 | 0 | 11 | 100010 | 1101 | 110111 | 110101 | 1001000 |
Color Harmonies of #DED893
Complementary color
Monochromatic Colors of #DED893
Black with #DED893
Text Example
Text Example
White with #DED893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED893; }
p { color: rgb(222,216,147); }
H1.HeaderClassName
{
color: #DED893;
}
.AnyTagClassName
{
color: #DED893;
}
</style>
background-color css
<style>
a { background-color: #DED893; }
a { background-color: rgb(222,216,147); }
div.DivClassName
{
background-color: #DED893;
}
.BgClassName
{
background-color: #DED893;
}
</style>
border-color css
<style>
span { border-color: #DED893; }
span { border-color: rgb(222,216,147); }
td.TdClassName
{
border-color: #DED893;
}
.TagClassName
{
border-color: #DED893;
}
</style>