Shades of Primrose #DEE393
Tints of Primrose #DEE393
RGB
CMYK
RGB Variations
Color information
#DEE393 (or 0xDEE393) is known color: Primrose. HEX triplet: DE, E3 and 93. RGB value is (222,227,147). Sum of RGB (Red+Green+Blue) = 222+227+147=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE393 is #211C6C. Grayscale: #D8D8D8. Windows color (decimal): -2169965 or 9692126. OLE color: 9692126.
HSL color Cylindrical-coordinate representation of color #DEE393: hue angle of 63.75º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEE393 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 147 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.11 |
| HSL | 63.75º | 0.59% | 0.73% | - |
| HSV(B) | 63.75º | 0.35% | 0.89% | - |
| XYZ | 62.86 | 72.57 | 38.3 | - |
| YUV | 216.39 | 88.84 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 147 | 0.02 | 0 | 0.35 | 0.11 | 63.75 | 0.59 | 0.73 |
| Hex | DE | E3 | 93 | 2 | 0 | 23 | B | 40 | 3B | 49 |
| Octal | 336 | 343 | 223 | 2 | 0 | 43 | 13 | 100 | 73 | 111 |
| Binary | 11011110 | 11100011 | 10010011 | 10 | 0 | 100011 | 1011 | 1000000 | 111011 | 1001001 |
Color Harmonies of #DEE393
Complementary color
Monochromatic Colors of #DEE393
Black with #DEE393
Text Example
Text Example
White with #DEE393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE393; }
p { color: rgb(222,227,147); }
H1.HeaderClassName
{
color: #DEE393;
}
.AnyTagClassName
{
color: #DEE393;
}
</style>
background-color css
<style>
a { background-color: #DEE393; }
a { background-color: rgb(222,227,147); }
div.DivClassName
{
background-color: #DEE393;
}
.BgClassName
{
background-color: #DEE393;
}
</style>
border-color css
<style>
span { border-color: #DEE393; }
span { border-color: rgb(222,227,147); }
td.TdClassName
{
border-color: #DEE393;
}
.TagClassName
{
border-color: #DEE393;
}
</style>