Shades of Primrose #DDE498
Tints of Primrose #DDE498
RGB
CMYK
RGB Variations
Color information
#DDE498 (or 0xDDE498) is known color: Primrose. HEX triplet: DD, E4 and 98. RGB value is (221,228,152). Sum of RGB (Red+Green+Blue) = 221+228+152=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 152 (59.77% from 255 or 25.29% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE498 is #221B67. Grayscale: #D9D9D9. Windows color (decimal): -2235240 or 10020061. OLE color: 10020061.
HSL color Cylindrical-coordinate representation of color #DDE498: hue angle of 65.53º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDE498 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 152 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.11 |
| HSL | 65.53º | 0.58% | 0.75% | - |
| HSV(B) | 65.53º | 0.33% | 0.89% | - |
| XYZ | 63.23 | 73.13 | 40.49 | - |
| YUV | 217.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 152 | 0.03 | 0 | 0.33 | 0.11 | 65.53 | 0.58 | 0.75 |
| Hex | DD | E4 | 98 | 3 | 0 | 21 | B | 42 | 3A | 4B |
| Octal | 335 | 344 | 230 | 3 | 0 | 41 | 13 | 102 | 72 | 113 |
| Binary | 11011101 | 11100100 | 10011000 | 11 | 0 | 100001 | 1011 | 1000010 | 111010 | 1001011 |
Color Harmonies of #DDE498
Complementary color
Monochromatic Colors of #DDE498
Black with #DDE498
Text Example
Text Example
White with #DDE498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE498; }
p { color: rgb(221,228,152); }
H1.HeaderClassName
{
color: #DDE498;
}
.AnyTagClassName
{
color: #DDE498;
}
</style>
background-color css
<style>
a { background-color: #DDE498; }
a { background-color: rgb(221,228,152); }
div.DivClassName
{
background-color: #DDE498;
}
.BgClassName
{
background-color: #DDE498;
}
</style>
border-color css
<style>
span { border-color: #DDE498; }
span { border-color: rgb(221,228,152); }
td.TdClassName
{
border-color: #DDE498;
}
.TagClassName
{
border-color: #DDE498;
}
</style>