Shades of Primrose #DEDA8F
Tints of Primrose #DEDA8F
RGB
CMYK
RGB Variations
Color information
#DEDA8F (or 0xDEDA8F) is known color: Primrose. HEX triplet: DE, DA and 8F. RGB value is (222,218,143). Sum of RGB (Red+Green+Blue) = 222+218+143=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA8F is #212570. Grayscale: #D2D2D2. Windows color (decimal): -2172273 or 9427678. OLE color: 9427678.
HSL color Cylindrical-coordinate representation of color #DEDA8F: hue angle of 56.96º 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 #DEDA8F is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 143 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.13 |
| HSL | 56.96º | 0.54% | 0.72% | - |
| HSV(B) | 56.96º | 0.36% | 0.87% | - |
| XYZ | 60.15 | 67.66 | 35.88 | - |
| YUV | 210.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 143 | 0 | 0.02 | 0.36 | 0.13 | 56.96 | 0.54 | 0.72 |
| Hex | DE | DA | 8F | 0 | 2 | 24 | D | 39 | 36 | 48 |
| Octal | 336 | 332 | 217 | 0 | 2 | 44 | 15 | 71 | 66 | 110 |
| Binary | 11011110 | 11011010 | 10001111 | 0 | 10 | 100100 | 1101 | 111001 | 110110 | 1001000 |
Color Harmonies of #DEDA8F
Complementary color
Monochromatic Colors of #DEDA8F
Black with #DEDA8F
Text Example
Text Example
White with #DEDA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA8F; }
p { color: rgb(222,218,143); }
H1.HeaderClassName
{
color: #DEDA8F;
}
.AnyTagClassName
{
color: #DEDA8F;
}
</style>
background-color css
<style>
a { background-color: #DEDA8F; }
a { background-color: rgb(222,218,143); }
div.DivClassName
{
background-color: #DEDA8F;
}
.BgClassName
{
background-color: #DEDA8F;
}
</style>
border-color css
<style>
span { border-color: #DEDA8F; }
span { border-color: rgb(222,218,143); }
td.TdClassName
{
border-color: #DEDA8F;
}
.TagClassName
{
border-color: #DEDA8F;
}
</style>