Shades of Primrose #DFE094
Tints of Primrose #DFE094
RGB
CMYK
RGB Variations
Color information
#DFE094 (or 0xDFE094) is known color: Primrose. HEX triplet: DF, E0 and 94. RGB value is (223,224,148). Sum of RGB (Red+Green+Blue) = 223+224+148=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE094 is #201F6B. Grayscale: #D7D7D7. Windows color (decimal): -2105196 or 9756895. OLE color: 9756895.
HSL color Cylindrical-coordinate representation of color #DFE094: hue angle of 60.79º degrees, saturation: 0.55, 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 #DFE094 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 148 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.12 |
| HSL | 60.79º | 0.55% | 0.73% | - |
| HSV(B) | 60.79º | 0.34% | 0.88% | - |
| XYZ | 62.43 | 71.14 | 38.46 | - |
| YUV | 215.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 148 | 0.00 | 0 | 0.34 | 0.12 | 60.79 | 0.55 | 0.73 |
| Hex | DF | E0 | 94 | 0 | 0 | 22 | C | 3D | 37 | 49 |
| Octal | 337 | 340 | 224 | 0 | 0 | 42 | 14 | 75 | 67 | 111 |
| Binary | 11011111 | 11100000 | 10010100 | 0 | 0 | 100010 | 1100 | 111101 | 110111 | 1001001 |
Color Harmonies of #DFE094
Complementary color
Monochromatic Colors of #DFE094
Black with #DFE094
Text Example
Text Example
White with #DFE094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE094; }
p { color: rgb(223,224,148); }
H1.HeaderClassName
{
color: #DFE094;
}
.AnyTagClassName
{
color: #DFE094;
}
</style>
background-color css
<style>
a { background-color: #DFE094; }
a { background-color: rgb(223,224,148); }
div.DivClassName
{
background-color: #DFE094;
}
.BgClassName
{
background-color: #DFE094;
}
</style>
border-color css
<style>
span { border-color: #DFE094; }
span { border-color: rgb(223,224,148); }
td.TdClassName
{
border-color: #DFE094;
}
.TagClassName
{
border-color: #DFE094;
}
</style>