Shades of Primrose #DDE28E
Tints of Primrose #DDE28E
RGB
CMYK
RGB Variations
Color information
#DDE28E (or 0xDDE28E) is known color: Primrose. HEX triplet: DD, E2 and 8E. RGB value is (221,226,142). Sum of RGB (Red+Green+Blue) = 221+226+142=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE28E is #221D71. Grayscale: #D7D7D7. Windows color (decimal): -2235762 or 9364189. OLE color: 9364189.
HSL color Cylindrical-coordinate representation of color #DDE28E: hue angle of 63.57º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDE28E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 142 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.11 |
| HSL | 63.57º | 0.59% | 0.72% | - |
| HSV(B) | 63.57º | 0.37% | 0.89% | - |
| XYZ | 61.9 | 71.72 | 36.17 | - |
| YUV | 214.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 142 | 0.02 | 0 | 0.37 | 0.11 | 63.57 | 0.59 | 0.72 |
| Hex | DD | E2 | 8E | 2 | 0 | 25 | B | 40 | 3B | 48 |
| Octal | 335 | 342 | 216 | 2 | 0 | 45 | 13 | 100 | 73 | 110 |
| Binary | 11011101 | 11100010 | 10001110 | 10 | 0 | 100101 | 1011 | 1000000 | 111011 | 1001000 |
Color Harmonies of #DDE28E
Complementary color
Monochromatic Colors of #DDE28E
Black with #DDE28E
Text Example
Text Example
White with #DDE28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE28E; }
p { color: rgb(221,226,142); }
H1.HeaderClassName
{
color: #DDE28E;
}
.AnyTagClassName
{
color: #DDE28E;
}
</style>
background-color css
<style>
a { background-color: #DDE28E; }
a { background-color: rgb(221,226,142); }
div.DivClassName
{
background-color: #DDE28E;
}
.BgClassName
{
background-color: #DDE28E;
}
</style>
border-color css
<style>
span { border-color: #DDE28E; }
span { border-color: rgb(221,226,142); }
td.TdClassName
{
border-color: #DDE28E;
}
.TagClassName
{
border-color: #DDE28E;
}
</style>