Shades of Primrose #DEE090
Tints of Primrose #DEE090
RGB
CMYK
RGB Variations
Color information
#DEE090 (or 0xDEE090) is known color: Primrose. HEX triplet: DE, E0 and 90. RGB value is (222,224,144). Sum of RGB (Red+Green+Blue) = 222+224+144=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE090 is #211F6F. Grayscale: #D6D6D6. Windows color (decimal): -2170736 or 9494750. OLE color: 9494750.
HSL color Cylindrical-coordinate representation of color #DEE090: hue angle of 61.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEE090 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 144 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.12 |
| HSL | 61.5º | 0.56% | 0.72% | - |
| HSV(B) | 61.5º | 0.36% | 0.88% | - |
| XYZ | 61.81 | 70.85 | 36.8 | - |
| YUV | 214.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 144 | 0.01 | 0 | 0.36 | 0.12 | 61.5 | 0.56 | 0.72 |
| Hex | DE | E0 | 90 | 1 | 0 | 24 | C | 3E | 38 | 48 |
| Octal | 336 | 340 | 220 | 1 | 0 | 44 | 14 | 76 | 70 | 110 |
| Binary | 11011110 | 11100000 | 10010000 | 1 | 0 | 100100 | 1100 | 111110 | 111000 | 1001000 |
Color Harmonies of #DEE090
Complementary color
Monochromatic Colors of #DEE090
Black with #DEE090
Text Example
Text Example
White with #DEE090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE090; }
p { color: rgb(222,224,144); }
H1.HeaderClassName
{
color: #DEE090;
}
.AnyTagClassName
{
color: #DEE090;
}
</style>
background-color css
<style>
a { background-color: #DEE090; }
a { background-color: rgb(222,224,144); }
div.DivClassName
{
background-color: #DEE090;
}
.BgClassName
{
background-color: #DEE090;
}
</style>
border-color css
<style>
span { border-color: #DEE090; }
span { border-color: rgb(222,224,144); }
td.TdClassName
{
border-color: #DEE090;
}
.TagClassName
{
border-color: #DEE090;
}
</style>