Shades of Primrose #DEE38D
Tints of Primrose #DEE38D
RGB
CMYK
RGB Variations
Color information
#DEE38D (or 0xDEE38D) is known color: Primrose. HEX triplet: DE, E3 and 8D. RGB value is (222,227,141). Sum of RGB (Red+Green+Blue) = 222+227+141=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE38D is #211C72. Grayscale: #D8D8D8. Windows color (decimal): -2169971 or 9298910. OLE color: 9298910.
HSL color Cylindrical-coordinate representation of color #DEE38D: hue angle of 63.49º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEE38D is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 141 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.11 |
| HSL | 63.49º | 0.61% | 0.72% | - |
| HSV(B) | 63.49º | 0.38% | 0.89% | - |
| XYZ | 62.4 | 72.39 | 35.88 | - |
| YUV | 215.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 141 | 0.02 | 0 | 0.38 | 0.11 | 63.49 | 0.61 | 0.72 |
| Hex | DE | E3 | 8D | 2 | 0 | 26 | B | 3F | 3D | 48 |
| Octal | 336 | 343 | 215 | 2 | 0 | 46 | 13 | 77 | 75 | 110 |
| Binary | 11011110 | 11100011 | 10001101 | 10 | 0 | 100110 | 1011 | 111111 | 111101 | 1001000 |
Color Harmonies of #DEE38D
Complementary color
Monochromatic Colors of #DEE38D
Black with #DEE38D
Text Example
Text Example
White with #DEE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE38D; }
p { color: rgb(222,227,141); }
H1.HeaderClassName
{
color: #DEE38D;
}
.AnyTagClassName
{
color: #DEE38D;
}
</style>
background-color css
<style>
a { background-color: #DEE38D; }
a { background-color: rgb(222,227,141); }
div.DivClassName
{
background-color: #DEE38D;
}
.BgClassName
{
background-color: #DEE38D;
}
</style>
border-color css
<style>
span { border-color: #DEE38D; }
span { border-color: rgb(222,227,141); }
td.TdClassName
{
border-color: #DEE38D;
}
.TagClassName
{
border-color: #DEE38D;
}
</style>