Shades of Primrose #DEE685
Tints of Primrose #DEE685
RGB
CMYK
RGB Variations
Color information
#DEE685 (or 0xDEE685) is known color: Primrose. HEX triplet: DE, E6 and 85. RGB value is (222,230,133). Sum of RGB (Red+Green+Blue) = 222+230+133=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE685 is #21197A. Grayscale: #D8D8D8. Windows color (decimal): -2169211 or 8775390. OLE color: 8775390.
HSL color Cylindrical-coordinate representation of color #DEE685: hue angle of 64.95º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEE685 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 133 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.10 |
| HSL | 64.95º | 0.66% | 0.71% | - |
| HSV(B) | 64.95º | 0.42% | 0.9% | - |
| XYZ | 62.65 | 73.82 | 33.14 | - |
| YUV | 216.55 | 80.85 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 133 | 0.03 | 0 | 0.42 | 0.10 | 64.95 | 0.66 | 0.71 |
| Hex | DE | E6 | 85 | 3 | 0 | 2A | A | 41 | 42 | 47 |
| Octal | 336 | 346 | 205 | 3 | 0 | 52 | 12 | 101 | 102 | 107 |
| Binary | 11011110 | 11100110 | 10000101 | 11 | 0 | 101010 | 1010 | 1000001 | 1000010 | 1000111 |
Color Harmonies of #DEE685
Complementary color
Monochromatic Colors of #DEE685
Black with #DEE685
Text Example
Text Example
White with #DEE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE685; }
p { color: rgb(222,230,133); }
H1.HeaderClassName
{
color: #DEE685;
}
.AnyTagClassName
{
color: #DEE685;
}
</style>
background-color css
<style>
a { background-color: #DEE685; }
a { background-color: rgb(222,230,133); }
div.DivClassName
{
background-color: #DEE685;
}
.BgClassName
{
background-color: #DEE685;
}
</style>
border-color css
<style>
span { border-color: #DEE685; }
span { border-color: rgb(222,230,133); }
td.TdClassName
{
border-color: #DEE685;
}
.TagClassName
{
border-color: #DEE685;
}
</style>