Shades of Primrose #DEE78E
Tints of Primrose #DEE78E
RGB
CMYK
RGB Variations
Color information
#DEE78E (or 0xDEE78E) is known color: Primrose. HEX triplet: DE, E7 and 8E. RGB value is (222,231,142). Sum of RGB (Red+Green+Blue) = 222+231+142=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE78E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE78E is #211871. Grayscale: #DADADA. Windows color (decimal): -2168946 or 9365470. OLE color: 9365470.
HSL color Cylindrical-coordinate representation of color #DEE78E: hue angle of 66.07º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEE78E is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 142 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.09 |
| HSL | 66.07º | 0.65% | 0.73% | - |
| HSV(B) | 66.07º | 0.39% | 0.91% | - |
| XYZ | 63.58 | 74.63 | 36.65 | - |
| YUV | 218.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 142 | 0.04 | 0 | 0.39 | 0.09 | 66.07 | 0.65 | 0.73 |
| Hex | DE | E7 | 8E | 4 | 0 | 27 | 9 | 42 | 41 | 49 |
| Octal | 336 | 347 | 216 | 4 | 0 | 47 | 11 | 102 | 101 | 111 |
| Binary | 11011110 | 11100111 | 10001110 | 100 | 0 | 100111 | 1001 | 1000010 | 1000001 | 1001001 |
Color Harmonies of #DEE78E
Complementary color
Monochromatic Colors of #DEE78E
Black with #DEE78E
Text Example
Text Example
White with #DEE78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE78E; }
p { color: rgb(222,231,142); }
H1.HeaderClassName
{
color: #DEE78E;
}
.AnyTagClassName
{
color: #DEE78E;
}
</style>
background-color css
<style>
a { background-color: #DEE78E; }
a { background-color: rgb(222,231,142); }
div.DivClassName
{
background-color: #DEE78E;
}
.BgClassName
{
background-color: #DEE78E;
}
</style>
border-color css
<style>
span { border-color: #DEE78E; }
span { border-color: rgb(222,231,142); }
td.TdClassName
{
border-color: #DEE78E;
}
.TagClassName
{
border-color: #DEE78E;
}
</style>