Shades of Primrose #DEE585
Tints of Primrose #DEE585
RGB
CMYK
RGB Variations
Color information
#DEE585 (or 0xDEE585) is known color: Primrose. HEX triplet: DE, E5 and 85. RGB value is (222,229,133). Sum of RGB (Red+Green+Blue) = 222+229+133=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE585 is #211A7A. Grayscale: #D8D8D8. Windows color (decimal): -2169467 or 8775134. OLE color: 8775134.
HSL color Cylindrical-coordinate representation of color #DEE585: hue angle of 64.38º degrees, saturation: 0.65, 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 #DEE585 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 133 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.10 |
| HSL | 64.38º | 0.65% | 0.71% | - |
| HSV(B) | 64.38º | 0.42% | 0.9% | - |
| XYZ | 62.38 | 73.26 | 33.04 | - |
| YUV | 215.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 133 | 0.03 | 0 | 0.42 | 0.10 | 64.38 | 0.65 | 0.71 |
| Hex | DE | E5 | 85 | 3 | 0 | 2A | A | 40 | 41 | 47 |
| Octal | 336 | 345 | 205 | 3 | 0 | 52 | 12 | 100 | 101 | 107 |
| Binary | 11011110 | 11100101 | 10000101 | 11 | 0 | 101010 | 1010 | 1000000 | 1000001 | 1000111 |
Color Harmonies of #DEE585
Complementary color
Monochromatic Colors of #DEE585
Black with #DEE585
Text Example
Text Example
White with #DEE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE585; }
p { color: rgb(222,229,133); }
H1.HeaderClassName
{
color: #DEE585;
}
.AnyTagClassName
{
color: #DEE585;
}
</style>
background-color css
<style>
a { background-color: #DEE585; }
a { background-color: rgb(222,229,133); }
div.DivClassName
{
background-color: #DEE585;
}
.BgClassName
{
background-color: #DEE585;
}
</style>
border-color css
<style>
span { border-color: #DEE585; }
span { border-color: rgb(222,229,133); }
td.TdClassName
{
border-color: #DEE585;
}
.TagClassName
{
border-color: #DEE585;
}
</style>