Shades of Primrose #DEE081
Tints of Primrose #DEE081
RGB
CMYK
RGB Variations
Color information
#DEE081 (or 0xDEE081) is known color: Primrose. HEX triplet: DE, E0 and 81. RGB value is (222,224,129). Sum of RGB (Red+Green+Blue) = 222+224+129=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 129 (50.78% from 255 or 22.43% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE081 is #211F7E. Grayscale: #D4D4D4. Windows color (decimal): -2170751 or 8511710. OLE color: 8511710.
HSL color Cylindrical-coordinate representation of color #DEE081: hue angle of 61.26º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEE081 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 129 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.12 |
| HSL | 61.26º | 0.61% | 0.69% | - |
| HSV(B) | 61.26º | 0.42% | 0.88% | - |
| XYZ | 60.74 | 70.43 | 31.16 | - |
| YUV | 212.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 129 | 0.01 | 0 | 0.42 | 0.12 | 61.26 | 0.61 | 0.69 |
| Hex | DE | E0 | 81 | 1 | 0 | 2A | C | 3D | 3D | 45 |
| Octal | 336 | 340 | 201 | 1 | 0 | 52 | 14 | 75 | 75 | 105 |
| Binary | 11011110 | 11100000 | 10000001 | 1 | 0 | 101010 | 1100 | 111101 | 111101 | 1000101 |
Color Harmonies of #DEE081
Complementary color
Monochromatic Colors of #DEE081
Black with #DEE081
Text Example
Text Example
White with #DEE081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE081; }
p { color: rgb(222,224,129); }
H1.HeaderClassName
{
color: #DEE081;
}
.AnyTagClassName
{
color: #DEE081;
}
</style>
background-color css
<style>
a { background-color: #DEE081; }
a { background-color: rgb(222,224,129); }
div.DivClassName
{
background-color: #DEE081;
}
.BgClassName
{
background-color: #DEE081;
}
</style>
border-color css
<style>
span { border-color: #DEE081; }
span { border-color: rgb(222,224,129); }
td.TdClassName
{
border-color: #DEE081;
}
.TagClassName
{
border-color: #DEE081;
}
</style>