Shades of Primrose #DEE591
Tints of Primrose #DEE591
RGB
CMYK
RGB Variations
Color information
#DEE591 (or 0xDEE591) is known color: Primrose. HEX triplet: DE, E5 and 91. RGB value is (222,229,145). Sum of RGB (Red+Green+Blue) = 222+229+145=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE591 is #211A6E. Grayscale: #D9D9D9. Windows color (decimal): -2169455 or 9561566. OLE color: 9561566.
HSL color Cylindrical-coordinate representation of color #DEE591: hue angle of 65º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEE591 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 145 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.10 |
| HSL | 65º | 0.62% | 0.73% | - |
| HSV(B) | 65º | 0.37% | 0.9% | - |
| XYZ | 63.25 | 73.61 | 37.66 | - |
| YUV | 217.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 145 | 0.03 | 0 | 0.37 | 0.10 | 65 | 0.62 | 0.73 |
| Hex | DE | E5 | 91 | 3 | 0 | 25 | A | 41 | 3E | 49 |
| Octal | 336 | 345 | 221 | 3 | 0 | 45 | 12 | 101 | 76 | 111 |
| Binary | 11011110 | 11100101 | 10010001 | 11 | 0 | 100101 | 1010 | 1000001 | 111110 | 1001001 |
Color Harmonies of #DEE591
Complementary color
Monochromatic Colors of #DEE591
Black with #DEE591
Text Example
Text Example
White with #DEE591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE591; }
p { color: rgb(222,229,145); }
H1.HeaderClassName
{
color: #DEE591;
}
.AnyTagClassName
{
color: #DEE591;
}
</style>
background-color css
<style>
a { background-color: #DEE591; }
a { background-color: rgb(222,229,145); }
div.DivClassName
{
background-color: #DEE591;
}
.BgClassName
{
background-color: #DEE591;
}
</style>
border-color css
<style>
span { border-color: #DEE591; }
span { border-color: rgb(222,229,145); }
td.TdClassName
{
border-color: #DEE591;
}
.TagClassName
{
border-color: #DEE591;
}
</style>