Shades of Primrose #DEE39B
Tints of Primrose #DEE39B
RGB
CMYK
RGB Variations
Color information
#DEE39B (or 0xDEE39B) is known color: Primrose. HEX triplet: DE, E3 and 9B. RGB value is (222,227,155). Sum of RGB (Red+Green+Blue) = 222+227+155=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE39B is #211C64. Grayscale: #D9D9D9. Windows color (decimal): -2169957 or 10216414. OLE color: 10216414.
HSL color Cylindrical-coordinate representation of color #DEE39B: hue angle of 64.17º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE39B is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 155 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.11 |
| HSL | 64.17º | 0.56% | 0.75% | - |
| HSV(B) | 64.17º | 0.32% | 0.89% | - |
| XYZ | 63.51 | 72.83 | 41.72 | - |
| YUV | 217.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 155 | 0.02 | 0 | 0.32 | 0.11 | 64.17 | 0.56 | 0.75 |
| Hex | DE | E3 | 9B | 2 | 0 | 20 | B | 40 | 38 | 4B |
| Octal | 336 | 343 | 233 | 2 | 0 | 40 | 13 | 100 | 70 | 113 |
| Binary | 11011110 | 11100011 | 10011011 | 10 | 0 | 100000 | 1011 | 1000000 | 111000 | 1001011 |
Color Harmonies of #DEE39B
Complementary color
Monochromatic Colors of #DEE39B
Black with #DEE39B
Text Example
Text Example
White with #DEE39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE39B; }
p { color: rgb(222,227,155); }
H1.HeaderClassName
{
color: #DEE39B;
}
.AnyTagClassName
{
color: #DEE39B;
}
</style>
background-color css
<style>
a { background-color: #DEE39B; }
a { background-color: rgb(222,227,155); }
div.DivClassName
{
background-color: #DEE39B;
}
.BgClassName
{
background-color: #DEE39B;
}
</style>
border-color css
<style>
span { border-color: #DEE39B; }
span { border-color: rgb(222,227,155); }
td.TdClassName
{
border-color: #DEE39B;
}
.TagClassName
{
border-color: #DEE39B;
}
</style>