Shades of Primrose #DEE78F
Tints of Primrose #DEE78F
RGB
CMYK
RGB Variations
Color information
#DEE78F (or 0xDEE78F) is known color: Primrose. HEX triplet: DE, E7 and 8F. RGB value is (222,231,143). Sum of RGB (Red+Green+Blue) = 222+231+143=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE78F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE78F is #211870. Grayscale: #DADADA. Windows color (decimal): -2168945 or 9431006. OLE color: 9431006.
HSL color Cylindrical-coordinate representation of color #DEE78F: hue angle of 66.14º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEE78F is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 143 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.09 |
| HSL | 66.14º | 0.65% | 0.73% | - |
| HSV(B) | 66.14º | 0.38% | 0.91% | - |
| XYZ | 63.66 | 74.66 | 37.04 | - |
| YUV | 218.28 | 85.52 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 143 | 0.04 | 0 | 0.38 | 0.09 | 66.14 | 0.65 | 0.73 |
| Hex | DE | E7 | 8F | 4 | 0 | 26 | 9 | 42 | 41 | 49 |
| Octal | 336 | 347 | 217 | 4 | 0 | 46 | 11 | 102 | 101 | 111 |
| Binary | 11011110 | 11100111 | 10001111 | 100 | 0 | 100110 | 1001 | 1000010 | 1000001 | 1001001 |
Color Harmonies of #DEE78F
Complementary color
Monochromatic Colors of #DEE78F
Black with #DEE78F
Text Example
Text Example
White with #DEE78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE78F; }
p { color: rgb(222,231,143); }
H1.HeaderClassName
{
color: #DEE78F;
}
.AnyTagClassName
{
color: #DEE78F;
}
</style>
background-color css
<style>
a { background-color: #DEE78F; }
a { background-color: rgb(222,231,143); }
div.DivClassName
{
background-color: #DEE78F;
}
.BgClassName
{
background-color: #DEE78F;
}
</style>
border-color css
<style>
span { border-color: #DEE78F; }
span { border-color: rgb(222,231,143); }
td.TdClassName
{
border-color: #DEE78F;
}
.TagClassName
{
border-color: #DEE78F;
}
</style>