Shades of Primrose #DFE886
Tints of Primrose #DFE886
RGB
CMYK
RGB Variations
Color information
#DFE886 (or 0xDFE886) is known color: Primrose. HEX triplet: DF, E8 and 86. RGB value is (223,232,134). Sum of RGB (Red+Green+Blue) = 223+232+134=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE886 is #201779. Grayscale: #DADADA. Windows color (decimal): -2103162 or 8841439. OLE color: 8841439.
HSL color Cylindrical-coordinate representation of color #DFE886: hue angle of 65.51º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFE886 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 134 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.09 |
| HSL | 65.51º | 0.68% | 0.72% | - |
| HSV(B) | 65.51º | 0.42% | 0.91% | - |
| XYZ | 63.59 | 75.12 | 33.7 | - |
| YUV | 218.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 134 | 0.04 | 0 | 0.42 | 0.09 | 65.51 | 0.68 | 0.72 |
| Hex | DF | E8 | 86 | 4 | 0 | 2A | 9 | 42 | 44 | 48 |
| Octal | 337 | 350 | 206 | 4 | 0 | 52 | 11 | 102 | 104 | 110 |
| Binary | 11011111 | 11101000 | 10000110 | 100 | 0 | 101010 | 1001 | 1000010 | 1000100 | 1001000 |
Color Harmonies of #DFE886
Complementary color
Monochromatic Colors of #DFE886
Black with #DFE886
Text Example
Text Example
White with #DFE886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE886; }
p { color: rgb(223,232,134); }
H1.HeaderClassName
{
color: #DFE886;
}
.AnyTagClassName
{
color: #DFE886;
}
</style>
background-color css
<style>
a { background-color: #DFE886; }
a { background-color: rgb(223,232,134); }
div.DivClassName
{
background-color: #DFE886;
}
.BgClassName
{
background-color: #DFE886;
}
</style>
border-color css
<style>
span { border-color: #DFE886; }
span { border-color: rgb(223,232,134); }
td.TdClassName
{
border-color: #DFE886;
}
.TagClassName
{
border-color: #DFE886;
}
</style>