Shades of Primrose #DDE48C
Tints of Primrose #DDE48C
RGB
CMYK
RGB Variations
Color information
#DDE48C (or 0xDDE48C) is known color: Primrose. HEX triplet: DD, E4 and 8C. RGB value is (221,228,140). Sum of RGB (Red+Green+Blue) = 221+228+140=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE48C is #221B73. Grayscale: #D8D8D8. Windows color (decimal): -2235252 or 9233629. OLE color: 9233629.
HSL color Cylindrical-coordinate representation of color #DDE48C: hue angle of 64.77º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDE48C is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 140 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.11 |
| HSL | 64.77º | 0.62% | 0.72% | - |
| HSV(B) | 64.77º | 0.39% | 0.89% | - |
| XYZ | 62.3 | 72.75 | 35.57 | - |
| YUV | 215.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 140 | 0.03 | 0 | 0.39 | 0.11 | 64.77 | 0.62 | 0.72 |
| Hex | DD | E4 | 8C | 3 | 0 | 27 | B | 41 | 3E | 48 |
| Octal | 335 | 344 | 214 | 3 | 0 | 47 | 13 | 101 | 76 | 110 |
| Binary | 11011101 | 11100100 | 10001100 | 11 | 0 | 100111 | 1011 | 1000001 | 111110 | 1001000 |
Color Harmonies of #DDE48C
Complementary color
Monochromatic Colors of #DDE48C
Black with #DDE48C
Text Example
Text Example
White with #DDE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE48C; }
p { color: rgb(221,228,140); }
H1.HeaderClassName
{
color: #DDE48C;
}
.AnyTagClassName
{
color: #DDE48C;
}
</style>
background-color css
<style>
a { background-color: #DDE48C; }
a { background-color: rgb(221,228,140); }
div.DivClassName
{
background-color: #DDE48C;
}
.BgClassName
{
background-color: #DDE48C;
}
</style>
border-color css
<style>
span { border-color: #DDE48C; }
span { border-color: rgb(221,228,140); }
td.TdClassName
{
border-color: #DDE48C;
}
.TagClassName
{
border-color: #DDE48C;
}
</style>