Shades of Primrose #DDE596
Tints of Primrose #DDE596
RGB
CMYK
RGB Variations
Color information
#DDE596 (or 0xDDE596) is known color: Primrose. HEX triplet: DD, E5 and 96. RGB value is (221,229,150). Sum of RGB (Red+Green+Blue) = 221+229+150=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE596 is #221A69. Grayscale: #D9D9D9. Windows color (decimal): -2234986 or 9889245. OLE color: 9889245.
HSL color Cylindrical-coordinate representation of color #DDE596: hue angle of 66.08º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDE596 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 150 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.10 |
| HSL | 66.08º | 0.6% | 0.74% | - |
| HSV(B) | 66.08º | 0.34% | 0.9% | - |
| XYZ | 63.34 | 73.61 | 39.72 | - |
| YUV | 217.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 150 | 0.03 | 0 | 0.34 | 0.10 | 66.08 | 0.6 | 0.74 |
| Hex | DD | E5 | 96 | 3 | 0 | 22 | A | 42 | 3C | 4A |
| Octal | 335 | 345 | 226 | 3 | 0 | 42 | 12 | 102 | 74 | 112 |
| Binary | 11011101 | 11100101 | 10010110 | 11 | 0 | 100010 | 1010 | 1000010 | 111100 | 1001010 |
Color Harmonies of #DDE596
Complementary color
Monochromatic Colors of #DDE596
Black with #DDE596
Text Example
Text Example
White with #DDE596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE596; }
p { color: rgb(221,229,150); }
H1.HeaderClassName
{
color: #DDE596;
}
.AnyTagClassName
{
color: #DDE596;
}
</style>
background-color css
<style>
a { background-color: #DDE596; }
a { background-color: rgb(221,229,150); }
div.DivClassName
{
background-color: #DDE596;
}
.BgClassName
{
background-color: #DDE596;
}
</style>
border-color css
<style>
span { border-color: #DDE596; }
span { border-color: rgb(221,229,150); }
td.TdClassName
{
border-color: #DDE596;
}
.TagClassName
{
border-color: #DDE596;
}
</style>