Shades of Primrose #DEDE8F
Tints of Primrose #DEDE8F
RGB
CMYK
RGB Variations
Color information
#DEDE8F (or 0xDEDE8F) is known color: Primrose. HEX triplet: DE, DE and 8F. RGB value is (222,222,143). Sum of RGB (Red+Green+Blue) = 222+222+143=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE8F is #212170. Grayscale: #D5D5D5. Windows color (decimal): -2171249 or 9428702. OLE color: 9428702.
HSL color Cylindrical-coordinate representation of color #DEDE8F: 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.36%. Process color model (Four color, CMYK) of #DEDE8F is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 143 | - |
| CMYK | 0 | 0 | 0.36 | 0.13 |
| HSL | 60º | 0.54% | 0.72% | - |
| HSV(B) | 60º | 0.36% | 0.87% | - |
| XYZ | 61.2 | 69.76 | 36.22 | - |
| YUV | 212.99 | 88.5 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 143 | 0 | 0 | 0.36 | 0.13 | 60 | 0.54 | 0.72 |
| Hex | DE | DE | 8F | 0 | 0 | 24 | D | 3C | 36 | 48 |
| Octal | 336 | 336 | 217 | 0 | 0 | 44 | 15 | 74 | 66 | 110 |
| Binary | 11011110 | 11011110 | 10001111 | 0 | 0 | 100100 | 1101 | 111100 | 110110 | 1001000 |
Color Harmonies of #DEDE8F
Complementary color
Monochromatic Colors of #DEDE8F
Black with #DEDE8F
Text Example
Text Example
White with #DEDE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE8F; }
p { color: rgb(222,222,143); }
H1.HeaderClassName
{
color: #DEDE8F;
}
.AnyTagClassName
{
color: #DEDE8F;
}
</style>
background-color css
<style>
a { background-color: #DEDE8F; }
a { background-color: rgb(222,222,143); }
div.DivClassName
{
background-color: #DEDE8F;
}
.BgClassName
{
background-color: #DEDE8F;
}
</style>
border-color css
<style>
span { border-color: #DEDE8F; }
span { border-color: rgb(222,222,143); }
td.TdClassName
{
border-color: #DEDE8F;
}
.TagClassName
{
border-color: #DEDE8F;
}
</style>