Shades of Primrose #DEDD8D
Tints of Primrose #DEDD8D
RGB
CMYK
RGB Variations
Color information
#DEDD8D (or 0xDEDD8D) is known color: Primrose. HEX triplet: DE, DD and 8D. RGB value is (222,221,141). Sum of RGB (Red+Green+Blue) = 222+221+141=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD8D is #212272. Grayscale: #D4D4D4. Windows color (decimal): -2171507 or 9297374. OLE color: 9297374.
HSL color Cylindrical-coordinate representation of color #DEDD8D: hue angle of 59.26º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEDD8D is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 141 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.13 |
| HSL | 59.26º | 0.55% | 0.71% | - |
| HSV(B) | 59.26º | 0.36% | 0.87% | - |
| XYZ | 60.79 | 69.17 | 35.35 | - |
| YUV | 212.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 141 | 0 | 0.00 | 0.36 | 0.13 | 59.26 | 0.55 | 0.71 |
| Hex | DE | DD | 8D | 0 | 0 | 24 | D | 3B | 37 | 47 |
| Octal | 336 | 335 | 215 | 0 | 0 | 44 | 15 | 73 | 67 | 107 |
| Binary | 11011110 | 11011101 | 10001101 | 0 | 0 | 100100 | 1101 | 111011 | 110111 | 1000111 |
Color Harmonies of #DEDD8D
Complementary color
Monochromatic Colors of #DEDD8D
Black with #DEDD8D
Text Example
Text Example
White with #DEDD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD8D; }
p { color: rgb(222,221,141); }
H1.HeaderClassName
{
color: #DEDD8D;
}
.AnyTagClassName
{
color: #DEDD8D;
}
</style>
background-color css
<style>
a { background-color: #DEDD8D; }
a { background-color: rgb(222,221,141); }
div.DivClassName
{
background-color: #DEDD8D;
}
.BgClassName
{
background-color: #DEDD8D;
}
</style>
border-color css
<style>
span { border-color: #DEDD8D; }
span { border-color: rgb(222,221,141); }
td.TdClassName
{
border-color: #DEDD8D;
}
.TagClassName
{
border-color: #DEDD8D;
}
</style>