Shades of Primrose #DEE395
Tints of Primrose #DEE395
RGB
CMYK
RGB Variations
Color information
#DEE395 (or 0xDEE395) is known color: Primrose. HEX triplet: DE, E3 and 95. RGB value is (222,227,149). Sum of RGB (Red+Green+Blue) = 222+227+149=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE395 is #211C6A. Grayscale: #D8D8D8. Windows color (decimal): -2169963 or 9823198. OLE color: 9823198.
HSL color Cylindrical-coordinate representation of color #DEE395: hue angle of 63.85º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEE395 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 149 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.11 |
| HSL | 63.85º | 0.58% | 0.74% | - |
| HSV(B) | 63.85º | 0.34% | 0.89% | - |
| XYZ | 63.02 | 72.64 | 39.13 | - |
| YUV | 216.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 149 | 0.02 | 0 | 0.34 | 0.11 | 63.85 | 0.58 | 0.74 |
| Hex | DE | E3 | 95 | 2 | 0 | 22 | B | 40 | 3A | 4A |
| Octal | 336 | 343 | 225 | 2 | 0 | 42 | 13 | 100 | 72 | 112 |
| Binary | 11011110 | 11100011 | 10010101 | 10 | 0 | 100010 | 1011 | 1000000 | 111010 | 1001010 |
Color Harmonies of #DEE395
Complementary color
Monochromatic Colors of #DEE395
Black with #DEE395
Text Example
Text Example
White with #DEE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE395; }
p { color: rgb(222,227,149); }
H1.HeaderClassName
{
color: #DEE395;
}
.AnyTagClassName
{
color: #DEE395;
}
</style>
background-color css
<style>
a { background-color: #DEE395; }
a { background-color: rgb(222,227,149); }
div.DivClassName
{
background-color: #DEE395;
}
.BgClassName
{
background-color: #DEE395;
}
</style>
border-color css
<style>
span { border-color: #DEE395; }
span { border-color: rgb(222,227,149); }
td.TdClassName
{
border-color: #DEE395;
}
.TagClassName
{
border-color: #DEE395;
}
</style>