Shades of Primrose #DEE688
Tints of Primrose #DEE688
RGB
CMYK
RGB Variations
Color information
#DEE688 (or 0xDEE688) is known color: Primrose. HEX triplet: DE, E6 and 88. RGB value is (222,230,136). Sum of RGB (Red+Green+Blue) = 222+230+136=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE688 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE688 is #211977. Grayscale: #D9D9D9. Windows color (decimal): -2169208 or 8971998. OLE color: 8971998.
HSL color Cylindrical-coordinate representation of color #DEE688: hue angle of 65.11º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE688 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 136 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.10 |
| HSL | 65.11º | 0.65% | 0.72% | - |
| HSV(B) | 65.11º | 0.41% | 0.9% | - |
| XYZ | 62.86 | 73.9 | 34.24 | - |
| YUV | 216.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 136 | 0.03 | 0 | 0.41 | 0.10 | 65.11 | 0.65 | 0.72 |
| Hex | DE | E6 | 88 | 3 | 0 | 29 | A | 41 | 41 | 48 |
| Octal | 336 | 346 | 210 | 3 | 0 | 51 | 12 | 101 | 101 | 110 |
| Binary | 11011110 | 11100110 | 10001000 | 11 | 0 | 101001 | 1010 | 1000001 | 1000001 | 1001000 |
Color Harmonies of #DEE688
Complementary color
Monochromatic Colors of #DEE688
Black with #DEE688
Text Example
Text Example
White with #DEE688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE688; }
p { color: rgb(222,230,136); }
H1.HeaderClassName
{
color: #DEE688;
}
.AnyTagClassName
{
color: #DEE688;
}
</style>
background-color css
<style>
a { background-color: #DEE688; }
a { background-color: rgb(222,230,136); }
div.DivClassName
{
background-color: #DEE688;
}
.BgClassName
{
background-color: #DEE688;
}
</style>
border-color css
<style>
span { border-color: #DEE688; }
span { border-color: rgb(222,230,136); }
td.TdClassName
{
border-color: #DEE688;
}
.TagClassName
{
border-color: #DEE688;
}
</style>