Shades of Primrose #DFE096
Tints of Primrose #DFE096
RGB
CMYK
RGB Variations
Color information
#DFE096 (or 0xDFE096) is known color: Primrose. HEX triplet: DF, E0 and 96. RGB value is (223,224,150). Sum of RGB (Red+Green+Blue) = 223+224+150=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE096 is #201F69. Grayscale: #D7D7D7. Windows color (decimal): -2105194 or 9887967. OLE color: 9887967.
HSL color Cylindrical-coordinate representation of color #DFE096: hue angle of 60.81º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFE096 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 150 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.12 |
| HSL | 60.81º | 0.54% | 0.73% | - |
| HSV(B) | 60.81º | 0.33% | 0.88% | - |
| XYZ | 62.59 | 71.2 | 39.3 | - |
| YUV | 215.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 150 | 0.00 | 0 | 0.33 | 0.12 | 60.81 | 0.54 | 0.73 |
| Hex | DF | E0 | 96 | 0 | 0 | 21 | C | 3D | 36 | 49 |
| Octal | 337 | 340 | 226 | 0 | 0 | 41 | 14 | 75 | 66 | 111 |
| Binary | 11011111 | 11100000 | 10010110 | 0 | 0 | 100001 | 1100 | 111101 | 110110 | 1001001 |
Color Harmonies of #DFE096
Complementary color
Monochromatic Colors of #DFE096
Black with #DFE096
Text Example
Text Example
White with #DFE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE096; }
p { color: rgb(223,224,150); }
H1.HeaderClassName
{
color: #DFE096;
}
.AnyTagClassName
{
color: #DFE096;
}
</style>
background-color css
<style>
a { background-color: #DFE096; }
a { background-color: rgb(223,224,150); }
div.DivClassName
{
background-color: #DFE096;
}
.BgClassName
{
background-color: #DFE096;
}
</style>
border-color css
<style>
span { border-color: #DFE096; }
span { border-color: rgb(223,224,150); }
td.TdClassName
{
border-color: #DFE096;
}
.TagClassName
{
border-color: #DFE096;
}
</style>