Shades of Primrose #DEE385
Tints of Primrose #DEE385
RGB
CMYK
RGB Variations
Color information
#DEE385 (or 0xDEE385) is known color: Primrose. HEX triplet: DE, E3 and 85. RGB value is (222,227,133). Sum of RGB (Red+Green+Blue) = 222+227+133=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE385 is #211C7A. Grayscale: #D7D7D7. Windows color (decimal): -2169979 or 8774622. OLE color: 8774622.
HSL color Cylindrical-coordinate representation of color #DEE385: hue angle of 63.19º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE385 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 133 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.11 |
| HSL | 63.19º | 0.63% | 0.71% | - |
| HSV(B) | 63.19º | 0.41% | 0.89% | - |
| XYZ | 61.83 | 72.16 | 32.86 | - |
| YUV | 214.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 133 | 0.02 | 0 | 0.41 | 0.11 | 63.19 | 0.63 | 0.71 |
| Hex | DE | E3 | 85 | 2 | 0 | 29 | B | 3F | 3F | 47 |
| Octal | 336 | 343 | 205 | 2 | 0 | 51 | 13 | 77 | 77 | 107 |
| Binary | 11011110 | 11100011 | 10000101 | 10 | 0 | 101001 | 1011 | 111111 | 111111 | 1000111 |
Color Harmonies of #DEE385
Complementary color
Monochromatic Colors of #DEE385
Black with #DEE385
Text Example
Text Example
White with #DEE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE385; }
p { color: rgb(222,227,133); }
H1.HeaderClassName
{
color: #DEE385;
}
.AnyTagClassName
{
color: #DEE385;
}
</style>
background-color css
<style>
a { background-color: #DEE385; }
a { background-color: rgb(222,227,133); }
div.DivClassName
{
background-color: #DEE385;
}
.BgClassName
{
background-color: #DEE385;
}
</style>
border-color css
<style>
span { border-color: #DEE385; }
span { border-color: rgb(222,227,133); }
td.TdClassName
{
border-color: #DEE385;
}
.TagClassName
{
border-color: #DEE385;
}
</style>