Shades of Primrose #DDE282
Tints of Primrose #DDE282
RGB
CMYK
RGB Variations
Color information
#DDE282 (or 0xDDE282) is known color: Primrose. HEX triplet: DD, E2 and 82. RGB value is (221,226,130). Sum of RGB (Red+Green+Blue) = 221+226+130=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE282 is #221D7D. Grayscale: #D5D5D5. Windows color (decimal): -2235774 or 8577757. OLE color: 8577757.
HSL color Cylindrical-coordinate representation of color #DDE282: hue angle of 63.12º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDE282 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 130 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.11 |
| HSL | 63.13º | 0.62% | 0.7% | - |
| HSV(B) | 63.13º | 0.42% | 0.89% | - |
| XYZ | 61.04 | 71.38 | 31.68 | - |
| YUV | 213.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 130 | 0.02 | 0 | 0.42 | 0.11 | 63.13 | 0.62 | 0.7 |
| Hex | DD | E2 | 82 | 2 | 0 | 2A | B | 3F | 3E | 46 |
| Octal | 335 | 342 | 202 | 2 | 0 | 52 | 13 | 77 | 76 | 106 |
| Binary | 11011101 | 11100010 | 10000010 | 10 | 0 | 101010 | 1011 | 111111 | 111110 | 1000110 |
Color Harmonies of #DDE282
Complementary color
Monochromatic Colors of #DDE282
Black with #DDE282
Text Example
Text Example
White with #DDE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE282; }
p { color: rgb(221,226,130); }
H1.HeaderClassName
{
color: #DDE282;
}
.AnyTagClassName
{
color: #DDE282;
}
</style>
background-color css
<style>
a { background-color: #DDE282; }
a { background-color: rgb(221,226,130); }
div.DivClassName
{
background-color: #DDE282;
}
.BgClassName
{
background-color: #DDE282;
}
</style>
border-color css
<style>
span { border-color: #DDE282; }
span { border-color: rgb(221,226,130); }
td.TdClassName
{
border-color: #DDE282;
}
.TagClassName
{
border-color: #DDE282;
}
</style>