Shades of Primrose #DFE685
Tints of Primrose #DFE685
RGB
CMYK
RGB Variations
Color information
#DFE685 (or 0xDFE685) is known color: Primrose. HEX triplet: DF, E6 and 85. RGB value is (223,230,133). Sum of RGB (Red+Green+Blue) = 223+230+133=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE685 is #20197A. Grayscale: #D9D9D9. Windows color (decimal): -2103675 or 8775391. OLE color: 8775391.
HSL color Cylindrical-coordinate representation of color #DFE685: hue angle of 64.33º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFE685 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 133 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.10 |
| HSL | 64.33º | 0.66% | 0.71% | - |
| HSV(B) | 64.33º | 0.42% | 0.9% | - |
| XYZ | 62.96 | 73.98 | 33.15 | - |
| YUV | 216.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 133 | 0.03 | 0 | 0.42 | 0.10 | 64.33 | 0.66 | 0.71 |
| Hex | DF | E6 | 85 | 3 | 0 | 2A | A | 40 | 42 | 47 |
| Octal | 337 | 346 | 205 | 3 | 0 | 52 | 12 | 100 | 102 | 107 |
| Binary | 11011111 | 11100110 | 10000101 | 11 | 0 | 101010 | 1010 | 1000000 | 1000010 | 1000111 |
Color Harmonies of #DFE685
Complementary color
Monochromatic Colors of #DFE685
Black with #DFE685
Text Example
Text Example
White with #DFE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE685; }
p { color: rgb(223,230,133); }
H1.HeaderClassName
{
color: #DFE685;
}
.AnyTagClassName
{
color: #DFE685;
}
</style>
background-color css
<style>
a { background-color: #DFE685; }
a { background-color: rgb(223,230,133); }
div.DivClassName
{
background-color: #DFE685;
}
.BgClassName
{
background-color: #DFE685;
}
</style>
border-color css
<style>
span { border-color: #DFE685; }
span { border-color: rgb(223,230,133); }
td.TdClassName
{
border-color: #DFE685;
}
.TagClassName
{
border-color: #DFE685;
}
</style>