Shades of Primrose #DEE39D
Tints of Primrose #DEE39D
RGB
CMYK
RGB Variations
Color information
#DEE39D (or 0xDEE39D) is known color: Primrose. HEX triplet: DE, E3 and 9D. RGB value is (222,227,157). Sum of RGB (Red+Green+Blue) = 222+227+157=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE39D is #211C62. Grayscale: #D9D9D9. Windows color (decimal): -2169955 or 10347486. OLE color: 10347486.
HSL color Cylindrical-coordinate representation of color #DEE39D: hue angle of 64.29º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEE39D is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 157 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.11 |
| HSL | 64.29º | 0.56% | 0.75% | - |
| HSV(B) | 64.29º | 0.31% | 0.89% | - |
| XYZ | 63.68 | 72.9 | 42.61 | - |
| YUV | 217.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 157 | 0.02 | 0 | 0.31 | 0.11 | 64.29 | 0.56 | 0.75 |
| Hex | DE | E3 | 9D | 2 | 0 | 1F | B | 40 | 38 | 4B |
| Octal | 336 | 343 | 235 | 2 | 0 | 37 | 13 | 100 | 70 | 113 |
| Binary | 11011110 | 11100011 | 10011101 | 10 | 0 | 11111 | 1011 | 1000000 | 111000 | 1001011 |
Color Harmonies of #DEE39D
Complementary color
Monochromatic Colors of #DEE39D
Black with #DEE39D
Text Example
Text Example
White with #DEE39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE39D; }
p { color: rgb(222,227,157); }
H1.HeaderClassName
{
color: #DEE39D;
}
.AnyTagClassName
{
color: #DEE39D;
}
</style>
background-color css
<style>
a { background-color: #DEE39D; }
a { background-color: rgb(222,227,157); }
div.DivClassName
{
background-color: #DEE39D;
}
.BgClassName
{
background-color: #DEE39D;
}
</style>
border-color css
<style>
span { border-color: #DEE39D; }
span { border-color: rgb(222,227,157); }
td.TdClassName
{
border-color: #DEE39D;
}
.TagClassName
{
border-color: #DEE39D;
}
</style>