Shades of Primrose #DDE098
Tints of Primrose #DDE098
RGB
CMYK
RGB Variations
Color information
#DDE098 (or 0xDDE098) is known color: Primrose. HEX triplet: DD, E0 and 98. RGB value is (221,224,152). Sum of RGB (Red+Green+Blue) = 221+224+152=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE098 is #221F67. Grayscale: #D7D7D7. Windows color (decimal): -2236264 or 10019037. OLE color: 10019037.
HSL color Cylindrical-coordinate representation of color #DDE098: hue angle of 62.5º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDE098 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 152 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.12 |
| HSL | 62.5º | 0.54% | 0.74% | - |
| HSV(B) | 62.5º | 0.32% | 0.88% | - |
| XYZ | 62.14 | 70.95 | 40.13 | - |
| YUV | 214.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 152 | 0.01 | 0 | 0.32 | 0.12 | 62.5 | 0.54 | 0.74 |
| Hex | DD | E0 | 98 | 1 | 0 | 20 | C | 3F | 36 | 4A |
| Octal | 335 | 340 | 230 | 1 | 0 | 40 | 14 | 77 | 66 | 112 |
| Binary | 11011101 | 11100000 | 10011000 | 1 | 0 | 100000 | 1100 | 111111 | 110110 | 1001010 |
Color Harmonies of #DDE098
Complementary color
Monochromatic Colors of #DDE098
Black with #DDE098
Text Example
Text Example
White with #DDE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE098; }
p { color: rgb(221,224,152); }
H1.HeaderClassName
{
color: #DDE098;
}
.AnyTagClassName
{
color: #DDE098;
}
</style>
background-color css
<style>
a { background-color: #DDE098; }
a { background-color: rgb(221,224,152); }
div.DivClassName
{
background-color: #DDE098;
}
.BgClassName
{
background-color: #DDE098;
}
</style>
border-color css
<style>
span { border-color: #DDE098; }
span { border-color: rgb(221,224,152); }
td.TdClassName
{
border-color: #DDE098;
}
.TagClassName
{
border-color: #DDE098;
}
</style>