Shades of Primrose #DEDD8F
Tints of Primrose #DEDD8F
RGB
CMYK
RGB Variations
Color information
#DEDD8F (or 0xDEDD8F) is known color: Primrose. HEX triplet: DE, DD and 8F. RGB value is (222,221,143). Sum of RGB (Red+Green+Blue) = 222+221+143=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD8F is #212270. Grayscale: #D4D4D4. Windows color (decimal): -2171505 or 9428446. OLE color: 9428446.
HSL color Cylindrical-coordinate representation of color #DEDD8F: hue angle of 59.24º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEDD8F is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 143 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.13 |
| HSL | 59.24º | 0.54% | 0.72% | - |
| HSV(B) | 59.24º | 0.36% | 0.87% | - |
| XYZ | 60.94 | 69.23 | 36.14 | - |
| YUV | 212.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 143 | 0 | 0.00 | 0.36 | 0.13 | 59.24 | 0.54 | 0.72 |
| Hex | DE | DD | 8F | 0 | 0 | 24 | D | 3B | 36 | 48 |
| Octal | 336 | 335 | 217 | 0 | 0 | 44 | 15 | 73 | 66 | 110 |
| Binary | 11011110 | 11011101 | 10001111 | 0 | 0 | 100100 | 1101 | 111011 | 110110 | 1001000 |
Color Harmonies of #DEDD8F
Complementary color
Monochromatic Colors of #DEDD8F
Black with #DEDD8F
Text Example
Text Example
White with #DEDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD8F; }
p { color: rgb(222,221,143); }
H1.HeaderClassName
{
color: #DEDD8F;
}
.AnyTagClassName
{
color: #DEDD8F;
}
</style>
background-color css
<style>
a { background-color: #DEDD8F; }
a { background-color: rgb(222,221,143); }
div.DivClassName
{
background-color: #DEDD8F;
}
.BgClassName
{
background-color: #DEDD8F;
}
</style>
border-color css
<style>
span { border-color: #DEDD8F; }
span { border-color: rgb(222,221,143); }
td.TdClassName
{
border-color: #DEDD8F;
}
.TagClassName
{
border-color: #DEDD8F;
}
</style>