Shades of Primrose #DDE19C
Tints of Primrose #DDE19C
RGB
CMYK
RGB Variations
Color information
#DDE19C (or 0xDDE19C) is known color: Primrose. HEX triplet: DD, E1 and 9C. RGB value is (221,225,156). Sum of RGB (Red+Green+Blue) = 221+225+156=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE19C is #221E63. Grayscale: #D8D8D8. Windows color (decimal): -2236004 or 10281437. OLE color: 10281437.
HSL color Cylindrical-coordinate representation of color #DDE19C: hue angle of 63.48º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDE19C is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 156 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.12 |
| HSL | 63.48º | 0.53% | 0.75% | - |
| HSV(B) | 63.48º | 0.31% | 0.88% | - |
| XYZ | 62.74 | 71.62 | 41.97 | - |
| YUV | 215.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 156 | 0.02 | 0 | 0.31 | 0.12 | 63.48 | 0.53 | 0.75 |
| Hex | DD | E1 | 9C | 2 | 0 | 1F | C | 3F | 35 | 4B |
| Octal | 335 | 341 | 234 | 2 | 0 | 37 | 14 | 77 | 65 | 113 |
| Binary | 11011101 | 11100001 | 10011100 | 10 | 0 | 11111 | 1100 | 111111 | 110101 | 1001011 |
Color Harmonies of #DDE19C
Complementary color
Monochromatic Colors of #DDE19C
Black with #DDE19C
Text Example
Text Example
White with #DDE19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE19C; }
p { color: rgb(221,225,156); }
H1.HeaderClassName
{
color: #DDE19C;
}
.AnyTagClassName
{
color: #DDE19C;
}
</style>
background-color css
<style>
a { background-color: #DDE19C; }
a { background-color: rgb(221,225,156); }
div.DivClassName
{
background-color: #DDE19C;
}
.BgClassName
{
background-color: #DDE19C;
}
</style>
border-color css
<style>
span { border-color: #DDE19C; }
span { border-color: rgb(221,225,156); }
td.TdClassName
{
border-color: #DDE19C;
}
.TagClassName
{
border-color: #DDE19C;
}
</style>