Shades of Primrose #DDE19D
Tints of Primrose #DDE19D
RGB
CMYK
RGB Variations
Color information
#DDE19D (or 0xDDE19D) is known color: Primrose. HEX triplet: DD, E1 and 9D. RGB value is (221,225,157). Sum of RGB (Red+Green+Blue) = 221+225+157=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE19D is #221E62. Grayscale: #D8D8D8. Windows color (decimal): -2236003 or 10346973. OLE color: 10346973.
HSL color Cylindrical-coordinate representation of color #DDE19D: hue angle of 63.53º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDE19D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 157 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.12 |
| HSL | 63.53º | 0.53% | 0.75% | - |
| HSV(B) | 63.53º | 0.3% | 0.88% | - |
| XYZ | 62.83 | 71.66 | 42.42 | - |
| YUV | 216.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 157 | 0.02 | 0 | 0.30 | 0.12 | 63.53 | 0.53 | 0.75 |
| Hex | DD | E1 | 9D | 2 | 0 | 1E | C | 40 | 35 | 4B |
| Octal | 335 | 341 | 235 | 2 | 0 | 36 | 14 | 100 | 65 | 113 |
| Binary | 11011101 | 11100001 | 10011101 | 10 | 0 | 11110 | 1100 | 1000000 | 110101 | 1001011 |
Color Harmonies of #DDE19D
Complementary color
Monochromatic Colors of #DDE19D
Black with #DDE19D
Text Example
Text Example
White with #DDE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE19D; }
p { color: rgb(221,225,157); }
H1.HeaderClassName
{
color: #DDE19D;
}
.AnyTagClassName
{
color: #DDE19D;
}
</style>
background-color css
<style>
a { background-color: #DDE19D; }
a { background-color: rgb(221,225,157); }
div.DivClassName
{
background-color: #DDE19D;
}
.BgClassName
{
background-color: #DDE19D;
}
</style>
border-color css
<style>
span { border-color: #DDE19D; }
span { border-color: rgb(221,225,157); }
td.TdClassName
{
border-color: #DDE19D;
}
.TagClassName
{
border-color: #DDE19D;
}
</style>