Shades of Primrose #DEDF98
Tints of Primrose #DEDF98
RGB
CMYK
RGB Variations
Color information
#DEDF98 (or 0xDEDF98) is known color: Primrose. HEX triplet: DE, DF and 98. RGB value is (222,223,152). Sum of RGB (Red+Green+Blue) = 222+223+152=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF98 is #212067. Grayscale: #D6D6D6. Windows color (decimal): -2170984 or 10018782. OLE color: 10018782.
HSL color Cylindrical-coordinate representation of color #DEDF98: hue angle of 60.85º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEDF98 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 152 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.13 |
| HSL | 60.85º | 0.53% | 0.74% | - |
| HSV(B) | 60.85º | 0.32% | 0.87% | - |
| XYZ | 62.18 | 70.57 | 40.05 | - |
| YUV | 214.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 152 | 0.00 | 0 | 0.32 | 0.13 | 60.85 | 0.53 | 0.74 |
| Hex | DE | DF | 98 | 0 | 0 | 20 | D | 3D | 35 | 4A |
| Octal | 336 | 337 | 230 | 0 | 0 | 40 | 15 | 75 | 65 | 112 |
| Binary | 11011110 | 11011111 | 10011000 | 0 | 0 | 100000 | 1101 | 111101 | 110101 | 1001010 |
Color Harmonies of #DEDF98
Complementary color
Monochromatic Colors of #DEDF98
Black with #DEDF98
Text Example
Text Example
White with #DEDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF98; }
p { color: rgb(222,223,152); }
H1.HeaderClassName
{
color: #DEDF98;
}
.AnyTagClassName
{
color: #DEDF98;
}
</style>
background-color css
<style>
a { background-color: #DEDF98; }
a { background-color: rgb(222,223,152); }
div.DivClassName
{
background-color: #DEDF98;
}
.BgClassName
{
background-color: #DEDF98;
}
</style>
border-color css
<style>
span { border-color: #DEDF98; }
span { border-color: rgb(222,223,152); }
td.TdClassName
{
border-color: #DEDF98;
}
.TagClassName
{
border-color: #DEDF98;
}
</style>