Shades of Primrose #DFE193
Tints of Primrose #DFE193
RGB
CMYK
RGB Variations
Color information
#DFE193 (or 0xDFE193) is known color: Primrose. HEX triplet: DF, E1 and 93. RGB value is (223,225,147). Sum of RGB (Red+Green+Blue) = 223+225+147=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE193 is #201E6C. Grayscale: #D7D7D7. Windows color (decimal): -2104941 or 9691615. OLE color: 9691615.
HSL color Cylindrical-coordinate representation of color #DFE193: hue angle of 61.54º 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 #DFE193 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 147 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.12 |
| HSL | 61.54º | 0.57% | 0.73% | - |
| HSV(B) | 61.54º | 0.35% | 0.88% | - |
| XYZ | 62.62 | 71.64 | 38.13 | - |
| YUV | 215.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 147 | 0.01 | 0 | 0.35 | 0.12 | 61.54 | 0.57 | 0.73 |
| Hex | DF | E1 | 93 | 1 | 0 | 23 | C | 3E | 39 | 49 |
| Octal | 337 | 341 | 223 | 1 | 0 | 43 | 14 | 76 | 71 | 111 |
| Binary | 11011111 | 11100001 | 10010011 | 1 | 0 | 100011 | 1100 | 111110 | 111001 | 1001001 |
Color Harmonies of #DFE193
Complementary color
Monochromatic Colors of #DFE193
Black with #DFE193
Text Example
Text Example
White with #DFE193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE193; }
p { color: rgb(223,225,147); }
H1.HeaderClassName
{
color: #DFE193;
}
.AnyTagClassName
{
color: #DFE193;
}
</style>
background-color css
<style>
a { background-color: #DFE193; }
a { background-color: rgb(223,225,147); }
div.DivClassName
{
background-color: #DFE193;
}
.BgClassName
{
background-color: #DFE193;
}
</style>
border-color css
<style>
span { border-color: #DFE193; }
span { border-color: rgb(223,225,147); }
td.TdClassName
{
border-color: #DFE193;
}
.TagClassName
{
border-color: #DFE193;
}
</style>