Shades of Primrose #DEE182
Tints of Primrose #DEE182
RGB
CMYK
RGB Variations
Color information
#DEE182 (or 0xDEE182) is known color: Primrose. HEX triplet: DE, E1 and 82. RGB value is (222,225,130). Sum of RGB (Red+Green+Blue) = 222+225+130=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE182 is #211E7D. Grayscale: #D5D5D5. Windows color (decimal): -2170494 or 8577502. OLE color: 8577502.
HSL color Cylindrical-coordinate representation of color #DEE182: hue angle of 61.89º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEE182 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 130 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.12 |
| HSL | 61.89º | 0.61% | 0.7% | - |
| HSV(B) | 61.89º | 0.42% | 0.88% | - |
| XYZ | 61.08 | 70.99 | 31.6 | - |
| YUV | 213.27 | 81.01 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 130 | 0.01 | 0 | 0.42 | 0.12 | 61.89 | 0.61 | 0.7 |
| Hex | DE | E1 | 82 | 1 | 0 | 2A | C | 3E | 3D | 46 |
| Octal | 336 | 341 | 202 | 1 | 0 | 52 | 14 | 76 | 75 | 106 |
| Binary | 11011110 | 11100001 | 10000010 | 1 | 0 | 101010 | 1100 | 111110 | 111101 | 1000110 |
Color Harmonies of #DEE182
Complementary color
Monochromatic Colors of #DEE182
Black with #DEE182
Text Example
Text Example
White with #DEE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE182; }
p { color: rgb(222,225,130); }
H1.HeaderClassName
{
color: #DEE182;
}
.AnyTagClassName
{
color: #DEE182;
}
</style>
background-color css
<style>
a { background-color: #DEE182; }
a { background-color: rgb(222,225,130); }
div.DivClassName
{
background-color: #DEE182;
}
.BgClassName
{
background-color: #DEE182;
}
</style>
border-color css
<style>
span { border-color: #DEE182; }
span { border-color: rgb(222,225,130); }
td.TdClassName
{
border-color: #DEE182;
}
.TagClassName
{
border-color: #DEE182;
}
</style>