Shades of Primrose #DEE68E
Tints of Primrose #DEE68E
RGB
CMYK
RGB Variations
Color information
#DEE68E (or 0xDEE68E) is known color: Primrose. HEX triplet: DE, E6 and 8E. RGB value is (222,230,142). Sum of RGB (Red+Green+Blue) = 222+230+142=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE68E is #211971. Grayscale: #D9D9D9. Windows color (decimal): -2169202 or 9365214. OLE color: 9365214.
HSL color Cylindrical-coordinate representation of color #DEE68E: hue angle of 65.45º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEE68E is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 142 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.10 |
| HSL | 65.45º | 0.64% | 0.73% | - |
| HSV(B) | 65.45º | 0.38% | 0.9% | - |
| XYZ | 63.3 | 74.08 | 36.55 | - |
| YUV | 217.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 142 | 0.03 | 0 | 0.38 | 0.10 | 65.45 | 0.64 | 0.73 |
| Hex | DE | E6 | 8E | 3 | 0 | 26 | A | 41 | 40 | 49 |
| Octal | 336 | 346 | 216 | 3 | 0 | 46 | 12 | 101 | 100 | 111 |
| Binary | 11011110 | 11100110 | 10001110 | 11 | 0 | 100110 | 1010 | 1000001 | 1000000 | 1001001 |
Color Harmonies of #DEE68E
Complementary color
Monochromatic Colors of #DEE68E
Black with #DEE68E
Text Example
Text Example
White with #DEE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE68E; }
p { color: rgb(222,230,142); }
H1.HeaderClassName
{
color: #DEE68E;
}
.AnyTagClassName
{
color: #DEE68E;
}
</style>
background-color css
<style>
a { background-color: #DEE68E; }
a { background-color: rgb(222,230,142); }
div.DivClassName
{
background-color: #DEE68E;
}
.BgClassName
{
background-color: #DEE68E;
}
</style>
border-color css
<style>
span { border-color: #DEE68E; }
span { border-color: rgb(222,230,142); }
td.TdClassName
{
border-color: #DEE68E;
}
.TagClassName
{
border-color: #DEE68E;
}
</style>