Shades of Primrose #DEE785
Tints of Primrose #DEE785
RGB
CMYK
RGB Variations
Color information
#DEE785 (or 0xDEE785) is known color: Primrose. HEX triplet: DE, E7 and 85. RGB value is (222,231,133). Sum of RGB (Red+Green+Blue) = 222+231+133=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE785 is #21187A. Grayscale: #D9D9D9. Windows color (decimal): -2168955 or 8775646. OLE color: 8775646.
HSL color Cylindrical-coordinate representation of color #DEE785: hue angle of 65.51º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEE785 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 133 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.09 |
| HSL | 65.51º | 0.67% | 0.71% | - |
| HSV(B) | 65.51º | 0.42% | 0.91% | - |
| XYZ | 62.93 | 74.37 | 33.23 | - |
| YUV | 217.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 133 | 0.04 | 0 | 0.42 | 0.09 | 65.51 | 0.67 | 0.71 |
| Hex | DE | E7 | 85 | 4 | 0 | 2A | 9 | 42 | 43 | 47 |
| Octal | 336 | 347 | 205 | 4 | 0 | 52 | 11 | 102 | 103 | 107 |
| Binary | 11011110 | 11100111 | 10000101 | 100 | 0 | 101010 | 1001 | 1000010 | 1000011 | 1000111 |
Color Harmonies of #DEE785
Complementary color
Monochromatic Colors of #DEE785
Black with #DEE785
Text Example
Text Example
White with #DEE785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE785; }
p { color: rgb(222,231,133); }
H1.HeaderClassName
{
color: #DEE785;
}
.AnyTagClassName
{
color: #DEE785;
}
</style>
background-color css
<style>
a { background-color: #DEE785; }
a { background-color: rgb(222,231,133); }
div.DivClassName
{
background-color: #DEE785;
}
.BgClassName
{
background-color: #DEE785;
}
</style>
border-color css
<style>
span { border-color: #DEE785; }
span { border-color: rgb(222,231,133); }
td.TdClassName
{
border-color: #DEE785;
}
.TagClassName
{
border-color: #DEE785;
}
</style>