Shades of Primrose #DDE496
Tints of Primrose #DDE496
RGB
CMYK
RGB Variations
Color information
#DDE496 (or 0xDDE496) is known color: Primrose. HEX triplet: DD, E4 and 96. RGB value is (221,228,150). Sum of RGB (Red+Green+Blue) = 221+228+150=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE496 is #221B69. Grayscale: #D9D9D9. Windows color (decimal): -2235242 or 9888989. OLE color: 9888989.
HSL color Cylindrical-coordinate representation of color #DDE496: hue angle of 65.38º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDE496 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 150 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.11 |
| HSL | 65.38º | 0.59% | 0.74% | - |
| HSV(B) | 65.38º | 0.34% | 0.89% | - |
| XYZ | 63.07 | 73.06 | 39.63 | - |
| YUV | 217.02 | 90.18 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 150 | 0.03 | 0 | 0.34 | 0.11 | 65.38 | 0.59 | 0.74 |
| Hex | DD | E4 | 96 | 3 | 0 | 22 | B | 41 | 3B | 4A |
| Octal | 335 | 344 | 226 | 3 | 0 | 42 | 13 | 101 | 73 | 112 |
| Binary | 11011101 | 11100100 | 10010110 | 11 | 0 | 100010 | 1011 | 1000001 | 111011 | 1001010 |
Color Harmonies of #DDE496
Complementary color
Monochromatic Colors of #DDE496
Black with #DDE496
Text Example
Text Example
White with #DDE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE496; }
p { color: rgb(221,228,150); }
H1.HeaderClassName
{
color: #DDE496;
}
.AnyTagClassName
{
color: #DDE496;
}
</style>
background-color css
<style>
a { background-color: #DDE496; }
a { background-color: rgb(221,228,150); }
div.DivClassName
{
background-color: #DDE496;
}
.BgClassName
{
background-color: #DDE496;
}
</style>
border-color css
<style>
span { border-color: #DDE496; }
span { border-color: rgb(221,228,150); }
td.TdClassName
{
border-color: #DDE496;
}
.TagClassName
{
border-color: #DDE496;
}
</style>