Shades of Primrose #DDE48D
Tints of Primrose #DDE48D
RGB
CMYK
RGB Variations
Color information
#DDE48D (or 0xDDE48D) is known color: Primrose. HEX triplet: DD, E4 and 8D. RGB value is (221,228,141). Sum of RGB (Red+Green+Blue) = 221+228+141=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE48D is #221B72. Grayscale: #D8D8D8. Windows color (decimal): -2235251 or 9299165. OLE color: 9299165.
HSL color Cylindrical-coordinate representation of color #DDE48D: hue angle of 64.83º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDE48D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 141 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.11 |
| HSL | 64.83º | 0.62% | 0.72% | - |
| HSV(B) | 64.83º | 0.38% | 0.89% | - |
| XYZ | 62.37 | 72.78 | 35.96 | - |
| YUV | 215.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 141 | 0.03 | 0 | 0.38 | 0.11 | 64.83 | 0.62 | 0.72 |
| Hex | DD | E4 | 8D | 3 | 0 | 26 | B | 41 | 3E | 48 |
| Octal | 335 | 344 | 215 | 3 | 0 | 46 | 13 | 101 | 76 | 110 |
| Binary | 11011101 | 11100100 | 10001101 | 11 | 0 | 100110 | 1011 | 1000001 | 111110 | 1001000 |
Color Harmonies of #DDE48D
Complementary color
Monochromatic Colors of #DDE48D
Black with #DDE48D
Text Example
Text Example
White with #DDE48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE48D; }
p { color: rgb(221,228,141); }
H1.HeaderClassName
{
color: #DDE48D;
}
.AnyTagClassName
{
color: #DDE48D;
}
</style>
background-color css
<style>
a { background-color: #DDE48D; }
a { background-color: rgb(221,228,141); }
div.DivClassName
{
background-color: #DDE48D;
}
.BgClassName
{
background-color: #DDE48D;
}
</style>
border-color css
<style>
span { border-color: #DDE48D; }
span { border-color: rgb(221,228,141); }
td.TdClassName
{
border-color: #DDE48D;
}
.TagClassName
{
border-color: #DDE48D;
}
</style>