Shades of Primrose #DEE690
Tints of Primrose #DEE690
RGB
CMYK
RGB Variations
Color information
#DEE690 (or 0xDEE690) is known color: Primrose. HEX triplet: DE, E6 and 90. RGB value is (222,230,144). Sum of RGB (Red+Green+Blue) = 222+230+144=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE690 is #21196F. Grayscale: #DADADA. Windows color (decimal): -2169200 or 9496286. OLE color: 9496286.
HSL color Cylindrical-coordinate representation of color #DEE690: hue angle of 65.58º 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 #DEE690 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 144 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.10 |
| HSL | 65.58º | 0.63% | 0.73% | - |
| HSV(B) | 65.58º | 0.37% | 0.9% | - |
| XYZ | 63.46 | 74.14 | 37.35 | - |
| YUV | 217.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 144 | 0.03 | 0 | 0.37 | 0.10 | 65.58 | 0.63 | 0.73 |
| Hex | DE | E6 | 90 | 3 | 0 | 25 | A | 42 | 3F | 49 |
| Octal | 336 | 346 | 220 | 3 | 0 | 45 | 12 | 102 | 77 | 111 |
| Binary | 11011110 | 11100110 | 10010000 | 11 | 0 | 100101 | 1010 | 1000010 | 111111 | 1001001 |
Color Harmonies of #DEE690
Complementary color
Monochromatic Colors of #DEE690
Black with #DEE690
Text Example
Text Example
White with #DEE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE690; }
p { color: rgb(222,230,144); }
H1.HeaderClassName
{
color: #DEE690;
}
.AnyTagClassName
{
color: #DEE690;
}
</style>
background-color css
<style>
a { background-color: #DEE690; }
a { background-color: rgb(222,230,144); }
div.DivClassName
{
background-color: #DEE690;
}
.BgClassName
{
background-color: #DEE690;
}
</style>
border-color css
<style>
span { border-color: #DEE690; }
span { border-color: rgb(222,230,144); }
td.TdClassName
{
border-color: #DEE690;
}
.TagClassName
{
border-color: #DEE690;
}
</style>