Shades of Primrose #DDDE8D
Tints of Primrose #DDDE8D
RGB
CMYK
RGB Variations
Color information
#DDDE8D (or 0xDDDE8D) is known color: Primrose. HEX triplet: DD, DE and 8D. RGB value is (221,222,141). Sum of RGB (Red+Green+Blue) = 221+222+141=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDE8D is #222172. Grayscale: #D4D4D4. Windows color (decimal): -2236787 or 9297629. OLE color: 9297629.
HSL color Cylindrical-coordinate representation of color #DDDE8D: hue angle of 60.74º 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 #DDDE8D is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 141 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.13 |
| HSL | 60.74º | 0.55% | 0.71% | - |
| HSV(B) | 60.74º | 0.36% | 0.87% | - |
| XYZ | 60.75 | 69.54 | 35.42 | - |
| YUV | 212.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 141 | 0.00 | 0 | 0.36 | 0.13 | 60.74 | 0.55 | 0.71 |
| Hex | DD | DE | 8D | 0 | 0 | 24 | D | 3D | 37 | 47 |
| Octal | 335 | 336 | 215 | 0 | 0 | 44 | 15 | 75 | 67 | 107 |
| Binary | 11011101 | 11011110 | 10001101 | 0 | 0 | 100100 | 1101 | 111101 | 110111 | 1000111 |
Color Harmonies of #DDDE8D
Complementary color
Monochromatic Colors of #DDDE8D
Black with #DDDE8D
Text Example
Text Example
White with #DDDE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDE8D; }
p { color: rgb(221,222,141); }
H1.HeaderClassName
{
color: #DDDE8D;
}
.AnyTagClassName
{
color: #DDDE8D;
}
</style>
background-color css
<style>
a { background-color: #DDDE8D; }
a { background-color: rgb(221,222,141); }
div.DivClassName
{
background-color: #DDDE8D;
}
.BgClassName
{
background-color: #DDDE8D;
}
</style>
border-color css
<style>
span { border-color: #DDDE8D; }
span { border-color: rgb(221,222,141); }
td.TdClassName
{
border-color: #DDDE8D;
}
.TagClassName
{
border-color: #DDDE8D;
}
</style>