Shades of Primrose #D9E193
Tints of Primrose #D9E193
RGB
CMYK
RGB Variations
Color information
#D9E193 (or 0xD9E193) is known color: Primrose. HEX triplet: D9, E1 and 93. RGB value is (217,225,147). Sum of RGB (Red+Green+Blue) = 217+225+147=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E193 is #261E6C. Grayscale: #D6D6D6. Windows color (decimal): -2498157 or 9691609. OLE color: 9691609.
HSL color Cylindrical-coordinate representation of color #D9E193: hue angle of 66.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9E193 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 147 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.12 |
| HSL | 66.15º | 0.57% | 0.73% | - |
| HSV(B) | 66.15º | 0.35% | 0.88% | - |
| XYZ | 60.81 | 70.71 | 38.05 | - |
| YUV | 213.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 147 | 0.04 | 0 | 0.35 | 0.12 | 66.15 | 0.57 | 0.73 |
| Hex | D9 | E1 | 93 | 4 | 0 | 23 | C | 42 | 39 | 49 |
| Octal | 331 | 341 | 223 | 4 | 0 | 43 | 14 | 102 | 71 | 111 |
| Binary | 11011001 | 11100001 | 10010011 | 100 | 0 | 100011 | 1100 | 1000010 | 111001 | 1001001 |
Color Harmonies of #D9E193
Complementary color
Monochromatic Colors of #D9E193
Black with #D9E193
Text Example
Text Example
White with #D9E193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E193; }
p { color: rgb(217,225,147); }
H1.HeaderClassName
{
color: #D9E193;
}
.AnyTagClassName
{
color: #D9E193;
}
</style>
background-color css
<style>
a { background-color: #D9E193; }
a { background-color: rgb(217,225,147); }
div.DivClassName
{
background-color: #D9E193;
}
.BgClassName
{
background-color: #D9E193;
}
</style>
border-color css
<style>
span { border-color: #D9E193; }
span { border-color: rgb(217,225,147); }
td.TdClassName
{
border-color: #D9E193;
}
.TagClassName
{
border-color: #D9E193;
}
</style>