Shades of Primrose #DEE185
Tints of Primrose #DEE185
RGB
CMYK
RGB Variations
Color information
#DEE185 (or 0xDEE185) is known color: Primrose. HEX triplet: DE, E1 and 85. RGB value is (222,225,133). Sum of RGB (Red+Green+Blue) = 222+225+133=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE185 is #211E7A. Grayscale: #D5D5D5. Windows color (decimal): -2170491 or 8774110. OLE color: 8774110.
HSL color Cylindrical-coordinate representation of color #DEE185: hue angle of 61.96º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE185 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 133 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.12 |
| HSL | 61.96º | 0.61% | 0.7% | - |
| HSV(B) | 61.96º | 0.41% | 0.88% | - |
| XYZ | 61.28 | 71.07 | 32.68 | - |
| YUV | 213.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 133 | 0.01 | 0 | 0.41 | 0.12 | 61.96 | 0.61 | 0.7 |
| Hex | DE | E1 | 85 | 1 | 0 | 29 | C | 3E | 3D | 46 |
| Octal | 336 | 341 | 205 | 1 | 0 | 51 | 14 | 76 | 75 | 106 |
| Binary | 11011110 | 11100001 | 10000101 | 1 | 0 | 101001 | 1100 | 111110 | 111101 | 1000110 |
Color Harmonies of #DEE185
Complementary color
Monochromatic Colors of #DEE185
Black with #DEE185
Text Example
Text Example
White with #DEE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE185; }
p { color: rgb(222,225,133); }
H1.HeaderClassName
{
color: #DEE185;
}
.AnyTagClassName
{
color: #DEE185;
}
</style>
background-color css
<style>
a { background-color: #DEE185; }
a { background-color: rgb(222,225,133); }
div.DivClassName
{
background-color: #DEE185;
}
.BgClassName
{
background-color: #DEE185;
}
</style>
border-color css
<style>
span { border-color: #DEE185; }
span { border-color: rgb(222,225,133); }
td.TdClassName
{
border-color: #DEE185;
}
.TagClassName
{
border-color: #DEE185;
}
</style>