Shades of Primrose #DEE38F
Tints of Primrose #DEE38F
RGB
CMYK
RGB Variations
Color information
#DEE38F (or 0xDEE38F) is known color: Primrose. HEX triplet: DE, E3 and 8F. RGB value is (222,227,143). Sum of RGB (Red+Green+Blue) = 222+227+143=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE38F is #211C70. Grayscale: #D8D8D8. Windows color (decimal): -2169969 or 9429982. OLE color: 9429982.
HSL color Cylindrical-coordinate representation of color #DEE38F: hue angle of 63.57º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEE38F is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 143 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.11 |
| HSL | 63.57º | 0.6% | 0.73% | - |
| HSV(B) | 63.57º | 0.37% | 0.89% | - |
| XYZ | 62.55 | 72.45 | 36.67 | - |
| YUV | 215.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 143 | 0.02 | 0 | 0.37 | 0.11 | 63.57 | 0.6 | 0.73 |
| Hex | DE | E3 | 8F | 2 | 0 | 25 | B | 40 | 3C | 49 |
| Octal | 336 | 343 | 217 | 2 | 0 | 45 | 13 | 100 | 74 | 111 |
| Binary | 11011110 | 11100011 | 10001111 | 10 | 0 | 100101 | 1011 | 1000000 | 111100 | 1001001 |
Color Harmonies of #DEE38F
Complementary color
Monochromatic Colors of #DEE38F
Black with #DEE38F
Text Example
Text Example
White with #DEE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE38F; }
p { color: rgb(222,227,143); }
H1.HeaderClassName
{
color: #DEE38F;
}
.AnyTagClassName
{
color: #DEE38F;
}
</style>
background-color css
<style>
a { background-color: #DEE38F; }
a { background-color: rgb(222,227,143); }
div.DivClassName
{
background-color: #DEE38F;
}
.BgClassName
{
background-color: #DEE38F;
}
</style>
border-color css
<style>
span { border-color: #DEE38F; }
span { border-color: rgb(222,227,143); }
td.TdClassName
{
border-color: #DEE38F;
}
.TagClassName
{
border-color: #DEE38F;
}
</style>