Shades of Primrose #DEDD8C
Tints of Primrose #DEDD8C
RGB
CMYK
RGB Variations
Color information
#DEDD8C (or 0xDEDD8C) is known color: Primrose. HEX triplet: DE, DD and 8C. RGB value is (222,221,140). Sum of RGB (Red+Green+Blue) = 222+221+140=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD8C is #212273. Grayscale: #D4D4D4. Windows color (decimal): -2171508 or 9231838. OLE color: 9231838.
HSL color Cylindrical-coordinate representation of color #DEDD8C: hue angle of 59.27º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEDD8C is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 140 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.13 |
| HSL | 59.27º | 0.55% | 0.71% | - |
| HSV(B) | 59.27º | 0.37% | 0.87% | - |
| XYZ | 60.71 | 69.14 | 34.96 | - |
| YUV | 212.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 140 | 0 | 0.00 | 0.37 | 0.13 | 59.27 | 0.55 | 0.71 |
| Hex | DE | DD | 8C | 0 | 0 | 25 | D | 3B | 37 | 47 |
| Octal | 336 | 335 | 214 | 0 | 0 | 45 | 15 | 73 | 67 | 107 |
| Binary | 11011110 | 11011101 | 10001100 | 0 | 0 | 100101 | 1101 | 111011 | 110111 | 1000111 |
Color Harmonies of #DEDD8C
Complementary color
Monochromatic Colors of #DEDD8C
Black with #DEDD8C
Text Example
Text Example
White with #DEDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD8C; }
p { color: rgb(222,221,140); }
H1.HeaderClassName
{
color: #DEDD8C;
}
.AnyTagClassName
{
color: #DEDD8C;
}
</style>
background-color css
<style>
a { background-color: #DEDD8C; }
a { background-color: rgb(222,221,140); }
div.DivClassName
{
background-color: #DEDD8C;
}
.BgClassName
{
background-color: #DEDD8C;
}
</style>
border-color css
<style>
span { border-color: #DEDD8C; }
span { border-color: rgb(222,221,140); }
td.TdClassName
{
border-color: #DEDD8C;
}
.TagClassName
{
border-color: #DEDD8C;
}
</style>