Shades of Primrose #DED694
Tints of Primrose #DED694
RGB
CMYK
RGB Variations
Color information
#DED694 (or 0xDED694) is known color: Primrose. HEX triplet: DE, D6 and 94. RGB value is (222,214,148). Sum of RGB (Red+Green+Blue) = 222+214+148=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DED694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED694 is #21296B. Grayscale: #D1D1D1. Windows color (decimal): -2173292 or 9754334. OLE color: 9754334.
HSL color Cylindrical-coordinate representation of color #DED694: hue angle of 53.51º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DED694 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 148 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.13 |
| HSL | 53.51º | 0.53% | 0.73% | - |
| HSV(B) | 53.51º | 0.33% | 0.87% | - |
| XYZ | 59.52 | 65.76 | 37.57 | - |
| YUV | 208.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 148 | 0 | 0.04 | 0.33 | 0.13 | 53.51 | 0.53 | 0.73 |
| Hex | DE | D6 | 94 | 0 | 4 | 21 | D | 36 | 35 | 49 |
| Octal | 336 | 326 | 224 | 0 | 4 | 41 | 15 | 66 | 65 | 111 |
| Binary | 11011110 | 11010110 | 10010100 | 0 | 100 | 100001 | 1101 | 110110 | 110101 | 1001001 |
Color Harmonies of #DED694
Complementary color
Monochromatic Colors of #DED694
Black with #DED694
Text Example
Text Example
White with #DED694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED694; }
p { color: rgb(222,214,148); }
H1.HeaderClassName
{
color: #DED694;
}
.AnyTagClassName
{
color: #DED694;
}
</style>
background-color css
<style>
a { background-color: #DED694; }
a { background-color: rgb(222,214,148); }
div.DivClassName
{
background-color: #DED694;
}
.BgClassName
{
background-color: #DED694;
}
</style>
border-color css
<style>
span { border-color: #DED694; }
span { border-color: rgb(222,214,148); }
td.TdClassName
{
border-color: #DED694;
}
.TagClassName
{
border-color: #DED694;
}
</style>