Shades of Primrose #DEDE8A
Tints of Primrose #DEDE8A
RGB
CMYK
RGB Variations
Color information
#DEDE8A (or 0xDEDE8A) is known color: Primrose. HEX triplet: DE, DE and 8A. RGB value is (222,222,138). Sum of RGB (Red+Green+Blue) = 222+222+138=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE8A is #212175. Grayscale: #D4D4D4. Windows color (decimal): -2171254 or 9101022. OLE color: 9101022.
HSL color Cylindrical-coordinate representation of color #DEDE8A: hue angle of 60º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEDE8A is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 138 | - |
| CMYK | 0 | 0 | 0.38 | 0.13 |
| HSL | 60º | 0.56% | 0.71% | - |
| HSV(B) | 60º | 0.38% | 0.87% | - |
| XYZ | 60.83 | 69.61 | 34.27 | - |
| YUV | 212.42 | 86 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 138 | 0 | 0 | 0.38 | 0.13 | 60 | 0.56 | 0.71 |
| Hex | DE | DE | 8A | 0 | 0 | 26 | D | 3C | 38 | 47 |
| Octal | 336 | 336 | 212 | 0 | 0 | 46 | 15 | 74 | 70 | 107 |
| Binary | 11011110 | 11011110 | 10001010 | 0 | 0 | 100110 | 1101 | 111100 | 111000 | 1000111 |
Color Harmonies of #DEDE8A
Complementary color
Monochromatic Colors of #DEDE8A
Black with #DEDE8A
Text Example
Text Example
White with #DEDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE8A; }
p { color: rgb(222,222,138); }
H1.HeaderClassName
{
color: #DEDE8A;
}
.AnyTagClassName
{
color: #DEDE8A;
}
</style>
background-color css
<style>
a { background-color: #DEDE8A; }
a { background-color: rgb(222,222,138); }
div.DivClassName
{
background-color: #DEDE8A;
}
.BgClassName
{
background-color: #DEDE8A;
}
</style>
border-color css
<style>
span { border-color: #DEDE8A; }
span { border-color: rgb(222,222,138); }
td.TdClassName
{
border-color: #DEDE8A;
}
.TagClassName
{
border-color: #DEDE8A;
}
</style>