Shades of Primrose #DFE394
Tints of Primrose #DFE394
RGB
CMYK
RGB Variations
Color information
#DFE394 (or 0xDFE394) is known color: Primrose. HEX triplet: DF, E3 and 94. RGB value is (223,227,148). Sum of RGB (Red+Green+Blue) = 223+227+148=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE394 is #201C6B. Grayscale: #D9D9D9. Windows color (decimal): -2104428 or 9757663. OLE color: 9757663.
HSL color Cylindrical-coordinate representation of color #DFE394: hue angle of 63.04º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFE394 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 148 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.11 |
| HSL | 63.04º | 0.59% | 0.74% | - |
| HSV(B) | 63.04º | 0.35% | 0.89% | - |
| XYZ | 63.25 | 72.76 | 38.73 | - |
| YUV | 216.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 148 | 0.02 | 0 | 0.35 | 0.11 | 63.04 | 0.59 | 0.74 |
| Hex | DF | E3 | 94 | 2 | 0 | 23 | B | 3F | 3B | 4A |
| Octal | 337 | 343 | 224 | 2 | 0 | 43 | 13 | 77 | 73 | 112 |
| Binary | 11011111 | 11100011 | 10010100 | 10 | 0 | 100011 | 1011 | 111111 | 111011 | 1001010 |
Color Harmonies of #DFE394
Complementary color
Monochromatic Colors of #DFE394
Black with #DFE394
Text Example
Text Example
White with #DFE394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE394; }
p { color: rgb(223,227,148); }
H1.HeaderClassName
{
color: #DFE394;
}
.AnyTagClassName
{
color: #DFE394;
}
</style>
background-color css
<style>
a { background-color: #DFE394; }
a { background-color: rgb(223,227,148); }
div.DivClassName
{
background-color: #DFE394;
}
.BgClassName
{
background-color: #DFE394;
}
</style>
border-color css
<style>
span { border-color: #DFE394; }
span { border-color: rgb(223,227,148); }
td.TdClassName
{
border-color: #DFE394;
}
.TagClassName
{
border-color: #DFE394;
}
</style>