Shades of Primrose #DEDE88
Tints of Primrose #DEDE88
RGB
CMYK
RGB Variations
Color information
#DEDE88 (or 0xDEDE88) is known color: Primrose. HEX triplet: DE, DE and 88. RGB value is (222,222,136). Sum of RGB (Red+Green+Blue) = 222+222+136=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE88 is #212177. Grayscale: #D4D4D4. Windows color (decimal): -2171256 or 8969950. OLE color: 8969950.
HSL color Cylindrical-coordinate representation of color #DEDE88: hue angle of 60º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEDE88 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 136 | - |
| CMYK | 0 | 0 | 0.39 | 0.13 |
| HSL | 60º | 0.57% | 0.7% | - |
| HSV(B) | 60º | 0.39% | 0.87% | - |
| XYZ | 60.69 | 69.55 | 33.52 | - |
| YUV | 212.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 136 | 0 | 0 | 0.39 | 0.13 | 60 | 0.57 | 0.7 |
| Hex | DE | DE | 88 | 0 | 0 | 27 | D | 3C | 39 | 46 |
| Octal | 336 | 336 | 210 | 0 | 0 | 47 | 15 | 74 | 71 | 106 |
| Binary | 11011110 | 11011110 | 10001000 | 0 | 0 | 100111 | 1101 | 111100 | 111001 | 1000110 |
Color Harmonies of #DEDE88
Complementary color
Monochromatic Colors of #DEDE88
Black with #DEDE88
Text Example
Text Example
White with #DEDE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE88; }
p { color: rgb(222,222,136); }
H1.HeaderClassName
{
color: #DEDE88;
}
.AnyTagClassName
{
color: #DEDE88;
}
</style>
background-color css
<style>
a { background-color: #DEDE88; }
a { background-color: rgb(222,222,136); }
div.DivClassName
{
background-color: #DEDE88;
}
.BgClassName
{
background-color: #DEDE88;
}
</style>
border-color css
<style>
span { border-color: #DEDE88; }
span { border-color: rgb(222,222,136); }
td.TdClassName
{
border-color: #DEDE88;
}
.TagClassName
{
border-color: #DEDE88;
}
</style>