Shades of Primrose #DEDE93
Tints of Primrose #DEDE93
RGB
CMYK
RGB Variations
Color information
#DEDE93 (or 0xDEDE93) is known color: Primrose. HEX triplet: DE, DE and 93. RGB value is (222,222,147). Sum of RGB (Red+Green+Blue) = 222+222+147=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE93 is #21216C. Grayscale: #D5D5D5. Windows color (decimal): -2171245 or 9690846. OLE color: 9690846.
HSL color Cylindrical-coordinate representation of color #DEDE93: hue angle of 60º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEDE93 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 147 | - |
| CMYK | 0 | 0 | 0.34 | 0.13 |
| HSL | 60º | 0.53% | 0.72% | - |
| HSV(B) | 60º | 0.34% | 0.87% | - |
| XYZ | 61.51 | 69.88 | 37.85 | - |
| YUV | 213.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 147 | 0 | 0 | 0.34 | 0.13 | 60 | 0.53 | 0.72 |
| Hex | DE | DE | 93 | 0 | 0 | 22 | D | 3C | 35 | 48 |
| Octal | 336 | 336 | 223 | 0 | 0 | 42 | 15 | 74 | 65 | 110 |
| Binary | 11011110 | 11011110 | 10010011 | 0 | 0 | 100010 | 1101 | 111100 | 110101 | 1001000 |
Color Harmonies of #DEDE93
Complementary color
Monochromatic Colors of #DEDE93
Black with #DEDE93
Text Example
Text Example
White with #DEDE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE93; }
p { color: rgb(222,222,147); }
H1.HeaderClassName
{
color: #DEDE93;
}
.AnyTagClassName
{
color: #DEDE93;
}
</style>
background-color css
<style>
a { background-color: #DEDE93; }
a { background-color: rgb(222,222,147); }
div.DivClassName
{
background-color: #DEDE93;
}
.BgClassName
{
background-color: #DEDE93;
}
</style>
border-color css
<style>
span { border-color: #DEDE93; }
span { border-color: rgb(222,222,147); }
td.TdClassName
{
border-color: #DEDE93;
}
.TagClassName
{
border-color: #DEDE93;
}
</style>