Shades of Primrose #DDE289
Tints of Primrose #DDE289
RGB
CMYK
RGB Variations
Color information
#DDE289 (or 0xDDE289) is known color: Primrose. HEX triplet: DD, E2 and 89. RGB value is (221,226,137). Sum of RGB (Red+Green+Blue) = 221+226+137=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 137 (53.91% from 255 or 23.46% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE289 is #221D76. Grayscale: #D6D6D6. Windows color (decimal): -2235767 or 9036509. OLE color: 9036509.
HSL color Cylindrical-coordinate representation of color #DDE289: hue angle of 63.37º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDE289 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 137 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.11 |
| HSL | 63.37º | 0.61% | 0.71% | - |
| HSV(B) | 63.37º | 0.39% | 0.89% | - |
| XYZ | 61.53 | 71.57 | 34.24 | - |
| YUV | 214.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 137 | 0.02 | 0 | 0.39 | 0.11 | 63.37 | 0.61 | 0.71 |
| Hex | DD | E2 | 89 | 2 | 0 | 27 | B | 3F | 3D | 47 |
| Octal | 335 | 342 | 211 | 2 | 0 | 47 | 13 | 77 | 75 | 107 |
| Binary | 11011101 | 11100010 | 10001001 | 10 | 0 | 100111 | 1011 | 111111 | 111101 | 1000111 |
Color Harmonies of #DDE289
Complementary color
Monochromatic Colors of #DDE289
Black with #DDE289
Text Example
Text Example
White with #DDE289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE289; }
p { color: rgb(221,226,137); }
H1.HeaderClassName
{
color: #DDE289;
}
.AnyTagClassName
{
color: #DDE289;
}
</style>
background-color css
<style>
a { background-color: #DDE289; }
a { background-color: rgb(221,226,137); }
div.DivClassName
{
background-color: #DDE289;
}
.BgClassName
{
background-color: #DDE289;
}
</style>
border-color css
<style>
span { border-color: #DDE289; }
span { border-color: rgb(221,226,137); }
td.TdClassName
{
border-color: #DDE289;
}
.TagClassName
{
border-color: #DDE289;
}
</style>