Shades of Primrose #D9E497
Tints of Primrose #D9E497
RGB
CMYK
RGB Variations
Color information
#D9E497 (or 0xD9E497) is known color: Primrose. HEX triplet: D9, E4 and 97. RGB value is (217,228,151). Sum of RGB (Red+Green+Blue) = 217+228+151=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E497 is #261B68. Grayscale: #D8D8D8. Windows color (decimal): -2497385 or 9954521. OLE color: 9954521.
HSL color Cylindrical-coordinate representation of color #D9E497: hue angle of 68.57º 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 #D9E497 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 151 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.11 |
| HSL | 68.57º | 0.59% | 0.74% | - |
| HSV(B) | 68.57º | 0.34% | 0.89% | - |
| XYZ | 61.94 | 72.47 | 40 | - |
| YUV | 215.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 151 | 0.05 | 0 | 0.34 | 0.11 | 68.57 | 0.59 | 0.74 |
| Hex | D9 | E4 | 97 | 5 | 0 | 22 | B | 45 | 3B | 4A |
| Octal | 331 | 344 | 227 | 5 | 0 | 42 | 13 | 105 | 73 | 112 |
| Binary | 11011001 | 11100100 | 10010111 | 101 | 0 | 100010 | 1011 | 1000101 | 111011 | 1001010 |
Color Harmonies of #D9E497
Complementary color
Monochromatic Colors of #D9E497
Black with #D9E497
Text Example
Text Example
White with #D9E497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E497; }
p { color: rgb(217,228,151); }
H1.HeaderClassName
{
color: #D9E497;
}
.AnyTagClassName
{
color: #D9E497;
}
</style>
background-color css
<style>
a { background-color: #D9E497; }
a { background-color: rgb(217,228,151); }
div.DivClassName
{
background-color: #D9E497;
}
.BgClassName
{
background-color: #D9E497;
}
</style>
border-color css
<style>
span { border-color: #D9E497; }
span { border-color: rgb(217,228,151); }
td.TdClassName
{
border-color: #D9E497;
}
.TagClassName
{
border-color: #D9E497;
}
</style>