Shades of Primrose #DEE58C
Tints of Primrose #DEE58C
RGB
CMYK
RGB Variations
Color information
#DEE58C (or 0xDEE58C) is known color: Primrose. HEX triplet: DE, E5 and 8C. RGB value is (222,229,140). Sum of RGB (Red+Green+Blue) = 222+229+140=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE58C is #211A73. Grayscale: #D9D9D9. Windows color (decimal): -2169460 or 9233886. OLE color: 9233886.
HSL color Cylindrical-coordinate representation of color #DEE58C: hue angle of 64.72º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEE58C is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 140 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.10 |
| HSL | 64.72º | 0.63% | 0.72% | - |
| HSV(B) | 64.72º | 0.39% | 0.9% | - |
| XYZ | 62.88 | 73.46 | 35.68 | - |
| YUV | 216.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 140 | 0.03 | 0 | 0.39 | 0.10 | 64.72 | 0.63 | 0.72 |
| Hex | DE | E5 | 8C | 3 | 0 | 27 | A | 41 | 3F | 48 |
| Octal | 336 | 345 | 214 | 3 | 0 | 47 | 12 | 101 | 77 | 110 |
| Binary | 11011110 | 11100101 | 10001100 | 11 | 0 | 100111 | 1010 | 1000001 | 111111 | 1001000 |
Color Harmonies of #DEE58C
Complementary color
Monochromatic Colors of #DEE58C
Black with #DEE58C
Text Example
Text Example
White with #DEE58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE58C; }
p { color: rgb(222,229,140); }
H1.HeaderClassName
{
color: #DEE58C;
}
.AnyTagClassName
{
color: #DEE58C;
}
</style>
background-color css
<style>
a { background-color: #DEE58C; }
a { background-color: rgb(222,229,140); }
div.DivClassName
{
background-color: #DEE58C;
}
.BgClassName
{
background-color: #DEE58C;
}
</style>
border-color css
<style>
span { border-color: #DEE58C; }
span { border-color: rgb(222,229,140); }
td.TdClassName
{
border-color: #DEE58C;
}
.TagClassName
{
border-color: #DEE58C;
}
</style>