Shades of Primrose #DDE288
Tints of Primrose #DDE288
RGB
CMYK
RGB Variations
Color information
#DDE288 (or 0xDDE288) is known color: Primrose. HEX triplet: DD, E2 and 88. RGB value is (221,226,136). Sum of RGB (Red+Green+Blue) = 221+226+136=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE288 is #221D77. Grayscale: #D6D6D6. Windows color (decimal): -2235768 or 8970973. OLE color: 8970973.
HSL color Cylindrical-coordinate representation of color #DDE288: hue angle of 63.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE288 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 136 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.11 |
| HSL | 63.33º | 0.61% | 0.71% | - |
| HSV(B) | 63.33º | 0.4% | 0.89% | - |
| XYZ | 61.46 | 71.54 | 33.86 | - |
| YUV | 214.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 136 | 0.02 | 0 | 0.40 | 0.11 | 63.33 | 0.61 | 0.71 |
| Hex | DD | E2 | 88 | 2 | 0 | 28 | B | 3F | 3D | 47 |
| Octal | 335 | 342 | 210 | 2 | 0 | 50 | 13 | 77 | 75 | 107 |
| Binary | 11011101 | 11100010 | 10001000 | 10 | 0 | 101000 | 1011 | 111111 | 111101 | 1000111 |
Color Harmonies of #DDE288
Complementary color
Monochromatic Colors of #DDE288
Black with #DDE288
Text Example
Text Example
White with #DDE288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE288; }
p { color: rgb(221,226,136); }
H1.HeaderClassName
{
color: #DDE288;
}
.AnyTagClassName
{
color: #DDE288;
}
</style>
background-color css
<style>
a { background-color: #DDE288; }
a { background-color: rgb(221,226,136); }
div.DivClassName
{
background-color: #DDE288;
}
.BgClassName
{
background-color: #DDE288;
}
</style>
border-color css
<style>
span { border-color: #DDE288; }
span { border-color: rgb(221,226,136); }
td.TdClassName
{
border-color: #DDE288;
}
.TagClassName
{
border-color: #DDE288;
}
</style>