Shades of Primrose #DEE282
Tints of Primrose #DEE282
RGB
CMYK
RGB Variations
Color information
#DEE282 (or 0xDEE282) is known color: Primrose. HEX triplet: DE, E2 and 82. RGB value is (222,226,130). Sum of RGB (Red+Green+Blue) = 222+226+130=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE282 is #211D7D. Grayscale: #D6D6D6. Windows color (decimal): -2170238 or 8577758. OLE color: 8577758.
HSL color Cylindrical-coordinate representation of color #DEE282: hue angle of 62.5º 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 #DEE282 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 130 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.11 |
| HSL | 62.5º | 0.62% | 0.7% | - |
| HSV(B) | 62.5º | 0.42% | 0.89% | - |
| XYZ | 61.35 | 71.53 | 31.69 | - |
| YUV | 213.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 130 | 0.02 | 0 | 0.42 | 0.11 | 62.5 | 0.62 | 0.7 |
| Hex | DE | E2 | 82 | 2 | 0 | 2A | B | 3F | 3E | 46 |
| Octal | 336 | 342 | 202 | 2 | 0 | 52 | 13 | 77 | 76 | 106 |
| Binary | 11011110 | 11100010 | 10000010 | 10 | 0 | 101010 | 1011 | 111111 | 111110 | 1000110 |
Color Harmonies of #DEE282
Complementary color
Monochromatic Colors of #DEE282
Black with #DEE282
Text Example
Text Example
White with #DEE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE282; }
p { color: rgb(222,226,130); }
H1.HeaderClassName
{
color: #DEE282;
}
.AnyTagClassName
{
color: #DEE282;
}
</style>
background-color css
<style>
a { background-color: #DEE282; }
a { background-color: rgb(222,226,130); }
div.DivClassName
{
background-color: #DEE282;
}
.BgClassName
{
background-color: #DEE282;
}
</style>
border-color css
<style>
span { border-color: #DEE282; }
span { border-color: rgb(222,226,130); }
td.TdClassName
{
border-color: #DEE282;
}
.TagClassName
{
border-color: #DEE282;
}
</style>