Shades of Primrose #DEDE90
Tints of Primrose #DEDE90
RGB
CMYK
RGB Variations
Color information
#DEDE90 (or 0xDEDE90) is known color: Primrose. HEX triplet: DE, DE and 90. RGB value is (222,222,144). Sum of RGB (Red+Green+Blue) = 222+222+144=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE90 is #21216F. Grayscale: #D5D5D5. Windows color (decimal): -2171248 or 9494238. OLE color: 9494238.
HSL color Cylindrical-coordinate representation of color #DEDE90: hue angle of 60º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEDE90 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 144 | - |
| CMYK | 0 | 0 | 0.35 | 0.13 |
| HSL | 60º | 0.54% | 0.72% | - |
| HSV(B) | 60º | 0.35% | 0.87% | - |
| XYZ | 61.28 | 69.79 | 36.63 | - |
| YUV | 213.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 144 | 0 | 0 | 0.35 | 0.13 | 60 | 0.54 | 0.72 |
| Hex | DE | DE | 90 | 0 | 0 | 23 | D | 3C | 36 | 48 |
| Octal | 336 | 336 | 220 | 0 | 0 | 43 | 15 | 74 | 66 | 110 |
| Binary | 11011110 | 11011110 | 10010000 | 0 | 0 | 100011 | 1101 | 111100 | 110110 | 1001000 |
Color Harmonies of #DEDE90
Complementary color
Monochromatic Colors of #DEDE90
Black with #DEDE90
Text Example
Text Example
White with #DEDE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE90; }
p { color: rgb(222,222,144); }
H1.HeaderClassName
{
color: #DEDE90;
}
.AnyTagClassName
{
color: #DEDE90;
}
</style>
background-color css
<style>
a { background-color: #DEDE90; }
a { background-color: rgb(222,222,144); }
div.DivClassName
{
background-color: #DEDE90;
}
.BgClassName
{
background-color: #DEDE90;
}
</style>
border-color css
<style>
span { border-color: #DEDE90; }
span { border-color: rgb(222,222,144); }
td.TdClassName
{
border-color: #DEDE90;
}
.TagClassName
{
border-color: #DEDE90;
}
</style>