Shades of Primrose #DFE284
Tints of Primrose #DFE284
RGB
CMYK
RGB Variations
Color information
#DFE284 (or 0xDFE284) is known color: Primrose. HEX triplet: DF, E2 and 84. RGB value is (223,226,132). Sum of RGB (Red+Green+Blue) = 223+226+132=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE284 is #201D7B. Grayscale: #D6D6D6. Windows color (decimal): -2104700 or 8708831. OLE color: 8708831.
HSL color Cylindrical-coordinate representation of color #DFE284: hue angle of 61.91º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFE284 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 132 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.11 |
| HSL | 61.91º | 0.62% | 0.7% | - |
| HSV(B) | 61.91º | 0.42% | 0.89% | - |
| XYZ | 61.79 | 71.75 | 32.42 | - |
| YUV | 214.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 132 | 0.01 | 0 | 0.42 | 0.11 | 61.91 | 0.62 | 0.7 |
| Hex | DF | E2 | 84 | 1 | 0 | 2A | B | 3E | 3E | 46 |
| Octal | 337 | 342 | 204 | 1 | 0 | 52 | 13 | 76 | 76 | 106 |
| Binary | 11011111 | 11100010 | 10000100 | 1 | 0 | 101010 | 1011 | 111110 | 111110 | 1000110 |
Color Harmonies of #DFE284
Complementary color
Monochromatic Colors of #DFE284
Black with #DFE284
Text Example
Text Example
White with #DFE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE284; }
p { color: rgb(223,226,132); }
H1.HeaderClassName
{
color: #DFE284;
}
.AnyTagClassName
{
color: #DFE284;
}
</style>
background-color css
<style>
a { background-color: #DFE284; }
a { background-color: rgb(223,226,132); }
div.DivClassName
{
background-color: #DFE284;
}
.BgClassName
{
background-color: #DFE284;
}
</style>
border-color css
<style>
span { border-color: #DFE284; }
span { border-color: rgb(223,226,132); }
td.TdClassName
{
border-color: #DFE284;
}
.TagClassName
{
border-color: #DFE284;
}
</style>