Shades of Primrose #DFE595
Tints of Primrose #DFE595
RGB
CMYK
RGB Variations
Color information
#DFE595 (or 0xDFE595) is known color: Primrose. HEX triplet: DF, E5 and 95. RGB value is (223,229,149). Sum of RGB (Red+Green+Blue) = 223+229+149=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE595 is #201A6A. Grayscale: #DADADA. Windows color (decimal): -2103915 or 9823711. OLE color: 9823711.
HSL color Cylindrical-coordinate representation of color #DFE595: hue angle of 64.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFE595 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 149 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.10 |
| HSL | 64.5º | 0.61% | 0.74% | - |
| HSV(B) | 64.5º | 0.35% | 0.9% | - |
| XYZ | 63.88 | 73.9 | 39.33 | - |
| YUV | 218.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 149 | 0.03 | 0 | 0.35 | 0.10 | 64.5 | 0.61 | 0.74 |
| Hex | DF | E5 | 95 | 3 | 0 | 23 | A | 40 | 3D | 4A |
| Octal | 337 | 345 | 225 | 3 | 0 | 43 | 12 | 100 | 75 | 112 |
| Binary | 11011111 | 11100101 | 10010101 | 11 | 0 | 100011 | 1010 | 1000000 | 111101 | 1001010 |
Color Harmonies of #DFE595
Complementary color
Monochromatic Colors of #DFE595
Black with #DFE595
Text Example
Text Example
White with #DFE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE595; }
p { color: rgb(223,229,149); }
H1.HeaderClassName
{
color: #DFE595;
}
.AnyTagClassName
{
color: #DFE595;
}
</style>
background-color css
<style>
a { background-color: #DFE595; }
a { background-color: rgb(223,229,149); }
div.DivClassName
{
background-color: #DFE595;
}
.BgClassName
{
background-color: #DFE595;
}
</style>
border-color css
<style>
span { border-color: #DFE595; }
span { border-color: rgb(223,229,149); }
td.TdClassName
{
border-color: #DFE595;
}
.TagClassName
{
border-color: #DFE595;
}
</style>