Shades of Primrose #DFE088
Tints of Primrose #DFE088
RGB
CMYK
RGB Variations
Color information
#DFE088 (or 0xDFE088) is known color: Primrose. HEX triplet: DF, E0 and 88. RGB value is (223,224,136). Sum of RGB (Red+Green+Blue) = 223+224+136=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE088 is #201F77. Grayscale: #D6D6D6. Windows color (decimal): -2105208 or 8970463. OLE color: 8970463.
HSL color Cylindrical-coordinate representation of color #DFE088: hue angle of 60.68º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFE088 is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 136 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.12 |
| HSL | 60.68º | 0.59% | 0.71% | - |
| HSV(B) | 60.68º | 0.39% | 0.88% | - |
| XYZ | 61.53 | 70.78 | 33.71 | - |
| YUV | 213.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 136 | 0.00 | 0 | 0.39 | 0.12 | 60.68 | 0.59 | 0.71 |
| Hex | DF | E0 | 88 | 0 | 0 | 27 | C | 3D | 3B | 47 |
| Octal | 337 | 340 | 210 | 0 | 0 | 47 | 14 | 75 | 73 | 107 |
| Binary | 11011111 | 11100000 | 10001000 | 0 | 0 | 100111 | 1100 | 111101 | 111011 | 1000111 |
Color Harmonies of #DFE088
Complementary color
Monochromatic Colors of #DFE088
Black with #DFE088
Text Example
Text Example
White with #DFE088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE088; }
p { color: rgb(223,224,136); }
H1.HeaderClassName
{
color: #DFE088;
}
.AnyTagClassName
{
color: #DFE088;
}
</style>
background-color css
<style>
a { background-color: #DFE088; }
a { background-color: rgb(223,224,136); }
div.DivClassName
{
background-color: #DFE088;
}
.BgClassName
{
background-color: #DFE088;
}
</style>
border-color css
<style>
span { border-color: #DFE088; }
span { border-color: rgb(223,224,136); }
td.TdClassName
{
border-color: #DFE088;
}
.TagClassName
{
border-color: #DFE088;
}
</style>