Shades of Primrose #DED696
Tints of Primrose #DED696
RGB
CMYK
RGB Variations
Color information
#DED696 (or 0xDED696) is known color: Primrose. HEX triplet: DE, D6 and 96. RGB value is (222,214,150). Sum of RGB (Red+Green+Blue) = 222+214+150=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DED696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED696 is #212969. Grayscale: #D1D1D1. Windows color (decimal): -2173290 or 9885406. OLE color: 9885406.
HSL color Cylindrical-coordinate representation of color #DED696: hue angle of 53.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DED696 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 150 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.13 |
| HSL | 53.33º | 0.52% | 0.73% | - |
| HSV(B) | 53.33º | 0.32% | 0.87% | - |
| XYZ | 59.68 | 65.82 | 38.41 | - |
| YUV | 209.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 150 | 0 | 0.04 | 0.32 | 0.13 | 53.33 | 0.52 | 0.73 |
| Hex | DE | D6 | 96 | 0 | 4 | 20 | D | 35 | 34 | 49 |
| Octal | 336 | 326 | 226 | 0 | 4 | 40 | 15 | 65 | 64 | 111 |
| Binary | 11011110 | 11010110 | 10010110 | 0 | 100 | 100000 | 1101 | 110101 | 110100 | 1001001 |
Color Harmonies of #DED696
Complementary color
Monochromatic Colors of #DED696
Black with #DED696
Text Example
Text Example
White with #DED696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED696; }
p { color: rgb(222,214,150); }
H1.HeaderClassName
{
color: #DED696;
}
.AnyTagClassName
{
color: #DED696;
}
</style>
background-color css
<style>
a { background-color: #DED696; }
a { background-color: rgb(222,214,150); }
div.DivClassName
{
background-color: #DED696;
}
.BgClassName
{
background-color: #DED696;
}
</style>
border-color css
<style>
span { border-color: #DED696; }
span { border-color: rgb(222,214,150); }
td.TdClassName
{
border-color: #DED696;
}
.TagClassName
{
border-color: #DED696;
}
</style>