Shades of Primrose #DDE187
Tints of Primrose #DDE187
RGB
CMYK
RGB Variations
Color information
#DDE187 (or 0xDDE187) is known color: Primrose. HEX triplet: DD, E1 and 87. RGB value is (221,225,135). Sum of RGB (Red+Green+Blue) = 221+225+135=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE187 is #221E78. Grayscale: #D5D5D5. Windows color (decimal): -2236025 or 8905181. OLE color: 8905181.
HSL color Cylindrical-coordinate representation of color #DDE187: hue angle of 62.67º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE187 is Cyan = 0.02, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 135 | - |
| CMYK | 0.02 | 0 | 0.4 | 0.12 |
| HSL | 62.67º | 0.6% | 0.71% | - |
| HSV(B) | 62.67º | 0.4% | 0.88% | - |
| XYZ | 61.12 | 70.97 | 33.4 | - |
| YUV | 213.54 | 83.67 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 135 | 0.02 | 0 | 0.4 | 0.12 | 62.67 | 0.6 | 0.71 |
| Hex | DD | E1 | 87 | 2 | 0 | 28 | C | 3F | 3C | 47 |
| Octal | 335 | 341 | 207 | 2 | 0 | 50 | 14 | 77 | 74 | 107 |
| Binary | 11011101 | 11100001 | 10000111 | 10 | 0 | 101000 | 1100 | 111111 | 111100 | 1000111 |
Color Harmonies of #DDE187
Complementary color
Monochromatic Colors of #DDE187
Black with #DDE187
Text Example
Text Example
White with #DDE187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE187; }
p { color: rgb(221,225,135); }
H1.HeaderClassName
{
color: #DDE187;
}
.AnyTagClassName
{
color: #DDE187;
}
</style>
background-color css
<style>
a { background-color: #DDE187; }
a { background-color: rgb(221,225,135); }
div.DivClassName
{
background-color: #DDE187;
}
.BgClassName
{
background-color: #DDE187;
}
</style>
border-color css
<style>
span { border-color: #DDE187; }
span { border-color: rgb(221,225,135); }
td.TdClassName
{
border-color: #DDE187;
}
.TagClassName
{
border-color: #DDE187;
}
</style>