Shades of Primrose #DFE191
Tints of Primrose #DFE191
RGB
CMYK
RGB Variations
Color information
#DFE191 (or 0xDFE191) is known color: Primrose. HEX triplet: DF, E1 and 91. RGB value is (223,225,145). Sum of RGB (Red+Green+Blue) = 223+225+145=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE191 is #201E6E. Grayscale: #D7D7D7. Windows color (decimal): -2104943 or 9560543. OLE color: 9560543.
HSL color Cylindrical-coordinate representation of color #DFE191: hue angle of 61.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFE191 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 145 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.12 |
| HSL | 61.5º | 0.57% | 0.73% | - |
| HSV(B) | 61.5º | 0.36% | 0.88% | - |
| XYZ | 62.47 | 71.58 | 37.31 | - |
| YUV | 215.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 145 | 0.01 | 0 | 0.36 | 0.12 | 61.5 | 0.57 | 0.73 |
| Hex | DF | E1 | 91 | 1 | 0 | 24 | C | 3E | 39 | 49 |
| Octal | 337 | 341 | 221 | 1 | 0 | 44 | 14 | 76 | 71 | 111 |
| Binary | 11011111 | 11100001 | 10010001 | 1 | 0 | 100100 | 1100 | 111110 | 111001 | 1001001 |
Color Harmonies of #DFE191
Complementary color
Monochromatic Colors of #DFE191
Black with #DFE191
Text Example
Text Example
White with #DFE191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE191; }
p { color: rgb(223,225,145); }
H1.HeaderClassName
{
color: #DFE191;
}
.AnyTagClassName
{
color: #DFE191;
}
</style>
background-color css
<style>
a { background-color: #DFE191; }
a { background-color: rgb(223,225,145); }
div.DivClassName
{
background-color: #DFE191;
}
.BgClassName
{
background-color: #DFE191;
}
</style>
border-color css
<style>
span { border-color: #DFE191; }
span { border-color: rgb(223,225,145); }
td.TdClassName
{
border-color: #DFE191;
}
.TagClassName
{
border-color: #DFE191;
}
</style>