Shades of Primrose #DFE195
Tints of Primrose #DFE195
RGB
CMYK
RGB Variations
Color information
#DFE195 (or 0xDFE195) is known color: Primrose. HEX triplet: DF, E1 and 95. RGB value is (223,225,149). Sum of RGB (Red+Green+Blue) = 223+225+149=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE195 is #201E6A. Grayscale: #D8D8D8. Windows color (decimal): -2104939 or 9822687. OLE color: 9822687.
HSL color Cylindrical-coordinate representation of color #DFE195: hue angle of 61.58º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFE195 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 149 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.12 |
| HSL | 61.58º | 0.56% | 0.73% | - |
| HSV(B) | 61.58º | 0.34% | 0.88% | - |
| XYZ | 62.78 | 71.71 | 38.97 | - |
| YUV | 215.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 149 | 0.01 | 0 | 0.34 | 0.12 | 61.58 | 0.56 | 0.73 |
| Hex | DF | E1 | 95 | 1 | 0 | 22 | C | 3E | 38 | 49 |
| Octal | 337 | 341 | 225 | 1 | 0 | 42 | 14 | 76 | 70 | 111 |
| Binary | 11011111 | 11100001 | 10010101 | 1 | 0 | 100010 | 1100 | 111110 | 111000 | 1001001 |
Color Harmonies of #DFE195
Complementary color
Monochromatic Colors of #DFE195
Black with #DFE195
Text Example
Text Example
White with #DFE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE195; }
p { color: rgb(223,225,149); }
H1.HeaderClassName
{
color: #DFE195;
}
.AnyTagClassName
{
color: #DFE195;
}
</style>
background-color css
<style>
a { background-color: #DFE195; }
a { background-color: rgb(223,225,149); }
div.DivClassName
{
background-color: #DFE195;
}
.BgClassName
{
background-color: #DFE195;
}
</style>
border-color css
<style>
span { border-color: #DFE195; }
span { border-color: rgb(223,225,149); }
td.TdClassName
{
border-color: #DFE195;
}
.TagClassName
{
border-color: #DFE195;
}
</style>