Shades of Primrose #D7E199
Tints of Primrose #D7E199
RGB
CMYK
RGB Variations
Color information
#D7E199 (or 0xD7E199) is known color: Primrose. HEX triplet: D7, E1 and 99. RGB value is (215,225,153). Sum of RGB (Red+Green+Blue) = 215+225+153=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E199 is #281E66. Grayscale: #D6D6D6. Windows color (decimal): -2629223 or 10084823. OLE color: 10084823.
HSL color Cylindrical-coordinate representation of color #D7E199: hue angle of 68.33º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7E199 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 225 | 153 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.12 |
| HSL | 68.33º | 0.55% | 0.74% | - |
| HSV(B) | 68.33º | 0.32% | 0.88% | - |
| XYZ | 60.7 | 70.6 | 40.56 | - |
| YUV | 213.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 225 | 153 | 0.04 | 0 | 0.32 | 0.12 | 68.33 | 0.55 | 0.74 |
| Hex | D7 | E1 | 99 | 4 | 0 | 20 | C | 44 | 37 | 4A |
| Octal | 327 | 341 | 231 | 4 | 0 | 40 | 14 | 104 | 67 | 112 |
| Binary | 11010111 | 11100001 | 10011001 | 100 | 0 | 100000 | 1100 | 1000100 | 110111 | 1001010 |
Color Harmonies of #D7E199
Complementary color
Monochromatic Colors of #D7E199
Black with #D7E199
Text Example
Text Example
White with #D7E199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E199; }
p { color: rgb(215,225,153); }
H1.HeaderClassName
{
color: #D7E199;
}
.AnyTagClassName
{
color: #D7E199;
}
</style>
background-color css
<style>
a { background-color: #D7E199; }
a { background-color: rgb(215,225,153); }
div.DivClassName
{
background-color: #D7E199;
}
.BgClassName
{
background-color: #D7E199;
}
</style>
border-color css
<style>
span { border-color: #D7E199; }
span { border-color: rgb(215,225,153); }
td.TdClassName
{
border-color: #D7E199;
}
.TagClassName
{
border-color: #D7E199;
}
</style>