Shades of Primrose #DFE690
Tints of Primrose #DFE690
RGB
CMYK
RGB Variations
Color information
#DFE690 (or 0xDFE690) is known color: Primrose. HEX triplet: DF, E6 and 90. RGB value is (223,230,144). Sum of RGB (Red+Green+Blue) = 223+230+144=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE690 is #20196F. Grayscale: #DADADA. Windows color (decimal): -2103664 or 9496287. OLE color: 9496287.
HSL color Cylindrical-coordinate representation of color #DFE690: hue angle of 64.88º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFE690 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 144 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.10 |
| HSL | 64.88º | 0.63% | 0.73% | - |
| HSV(B) | 64.88º | 0.37% | 0.9% | - |
| XYZ | 63.76 | 74.3 | 37.37 | - |
| YUV | 218.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 144 | 0.03 | 0 | 0.37 | 0.10 | 64.88 | 0.63 | 0.73 |
| Hex | DF | E6 | 90 | 3 | 0 | 25 | A | 41 | 3F | 49 |
| Octal | 337 | 346 | 220 | 3 | 0 | 45 | 12 | 101 | 77 | 111 |
| Binary | 11011111 | 11100110 | 10010000 | 11 | 0 | 100101 | 1010 | 1000001 | 111111 | 1001001 |
Color Harmonies of #DFE690
Complementary color
Monochromatic Colors of #DFE690
Black with #DFE690
Text Example
Text Example
White with #DFE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE690; }
p { color: rgb(223,230,144); }
H1.HeaderClassName
{
color: #DFE690;
}
.AnyTagClassName
{
color: #DFE690;
}
</style>
background-color css
<style>
a { background-color: #DFE690; }
a { background-color: rgb(223,230,144); }
div.DivClassName
{
background-color: #DFE690;
}
.BgClassName
{
background-color: #DFE690;
}
</style>
border-color css
<style>
span { border-color: #DFE690; }
span { border-color: rgb(223,230,144); }
td.TdClassName
{
border-color: #DFE690;
}
.TagClassName
{
border-color: #DFE690;
}
</style>