Shades of Primrose #DFE497
Tints of Primrose #DFE497
RGB
CMYK
RGB Variations
Color information
#DFE497 (or 0xDFE497) is known color: Primrose. HEX triplet: DF, E4 and 97. RGB value is (223,228,151). Sum of RGB (Red+Green+Blue) = 223+228+151=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE497 is #201B68. Grayscale: #DADADA. Windows color (decimal): -2104169 or 9954527. OLE color: 9954527.
HSL color Cylindrical-coordinate representation of color #DFE497: hue angle of 63.9º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFE497 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 151 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.11 |
| HSL | 63.9º | 0.59% | 0.74% | - |
| HSV(B) | 63.9º | 0.34% | 0.89% | - |
| XYZ | 63.76 | 73.41 | 40.09 | - |
| YUV | 217.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 151 | 0.02 | 0 | 0.34 | 0.11 | 63.9 | 0.59 | 0.74 |
| Hex | DF | E4 | 97 | 2 | 0 | 22 | B | 40 | 3B | 4A |
| Octal | 337 | 344 | 227 | 2 | 0 | 42 | 13 | 100 | 73 | 112 |
| Binary | 11011111 | 11100100 | 10010111 | 10 | 0 | 100010 | 1011 | 1000000 | 111011 | 1001010 |
Color Harmonies of #DFE497
Complementary color
Monochromatic Colors of #DFE497
Black with #DFE497
Text Example
Text Example
White with #DFE497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE497; }
p { color: rgb(223,228,151); }
H1.HeaderClassName
{
color: #DFE497;
}
.AnyTagClassName
{
color: #DFE497;
}
</style>
background-color css
<style>
a { background-color: #DFE497; }
a { background-color: rgb(223,228,151); }
div.DivClassName
{
background-color: #DFE497;
}
.BgClassName
{
background-color: #DFE497;
}
</style>
border-color css
<style>
span { border-color: #DFE497; }
span { border-color: rgb(223,228,151); }
td.TdClassName
{
border-color: #DFE497;
}
.TagClassName
{
border-color: #DFE497;
}
</style>