Shades of Primrose #DEE687
Tints of Primrose #DEE687
RGB
CMYK
RGB Variations
Color information
#DEE687 (or 0xDEE687) is known color: Primrose. HEX triplet: DE, E6 and 87. RGB value is (222,230,135). Sum of RGB (Red+Green+Blue) = 222+230+135=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 135 (53.12% from 255 or 23.00% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE687 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE687 is #211978. Grayscale: #D9D9D9. Windows color (decimal): -2169209 or 8906462. OLE color: 8906462.
HSL color Cylindrical-coordinate representation of color #DEE687: hue angle of 65.05º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE687 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 135 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.10 |
| HSL | 65.05º | 0.66% | 0.72% | - |
| HSV(B) | 65.05º | 0.41% | 0.9% | - |
| XYZ | 62.79 | 73.87 | 33.87 | - |
| YUV | 216.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 135 | 0.03 | 0 | 0.41 | 0.10 | 65.05 | 0.66 | 0.72 |
| Hex | DE | E6 | 87 | 3 | 0 | 29 | A | 41 | 42 | 48 |
| Octal | 336 | 346 | 207 | 3 | 0 | 51 | 12 | 101 | 102 | 110 |
| Binary | 11011110 | 11100110 | 10000111 | 11 | 0 | 101001 | 1010 | 1000001 | 1000010 | 1001000 |
Color Harmonies of #DEE687
Complementary color
Monochromatic Colors of #DEE687
Black with #DEE687
Text Example
Text Example
White with #DEE687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE687; }
p { color: rgb(222,230,135); }
H1.HeaderClassName
{
color: #DEE687;
}
.AnyTagClassName
{
color: #DEE687;
}
</style>
background-color css
<style>
a { background-color: #DEE687; }
a { background-color: rgb(222,230,135); }
div.DivClassName
{
background-color: #DEE687;
}
.BgClassName
{
background-color: #DEE687;
}
</style>
border-color css
<style>
span { border-color: #DEE687; }
span { border-color: rgb(222,230,135); }
td.TdClassName
{
border-color: #DEE687;
}
.TagClassName
{
border-color: #DEE687;
}
</style>