Shades of Primrose #DED888
Tints of Primrose #DED888
RGB
CMYK
RGB Variations
Color information
#DED888 (or 0xDED888) is known color: Primrose. HEX triplet: DE, D8 and 88. RGB value is (222,216,136). Sum of RGB (Red+Green+Blue) = 222+216+136=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DED888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED888 is #212777. Grayscale: #D1D1D1. Windows color (decimal): -2172792 or 8968414. OLE color: 8968414.
HSL color Cylindrical-coordinate representation of color #DED888: hue angle of 55.81º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DED888 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 136 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.13 |
| HSL | 55.81º | 0.57% | 0.7% | - |
| HSV(B) | 55.81º | 0.39% | 0.87% | - |
| XYZ | 59.12 | 66.42 | 33 | - |
| YUV | 208.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 136 | 0 | 0.03 | 0.39 | 0.13 | 55.81 | 0.57 | 0.7 |
| Hex | DE | D8 | 88 | 0 | 3 | 27 | D | 38 | 39 | 46 |
| Octal | 336 | 330 | 210 | 0 | 3 | 47 | 15 | 70 | 71 | 106 |
| Binary | 11011110 | 11011000 | 10001000 | 0 | 11 | 100111 | 1101 | 111000 | 111001 | 1000110 |
Color Harmonies of #DED888
Complementary color
Monochromatic Colors of #DED888
Black with #DED888
Text Example
Text Example
White with #DED888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED888; }
p { color: rgb(222,216,136); }
H1.HeaderClassName
{
color: #DED888;
}
.AnyTagClassName
{
color: #DED888;
}
</style>
background-color css
<style>
a { background-color: #DED888; }
a { background-color: rgb(222,216,136); }
div.DivClassName
{
background-color: #DED888;
}
.BgClassName
{
background-color: #DED888;
}
</style>
border-color css
<style>
span { border-color: #DED888; }
span { border-color: rgb(222,216,136); }
td.TdClassName
{
border-color: #DED888;
}
.TagClassName
{
border-color: #DED888;
}
</style>