Shades of Deco #D1E086
Tints of Deco #D1E086
RGB
CMYK
RGB Variations
Color information
#D1E086 (or 0xD1E086) is known color: Deco. HEX triplet: D1, E0 and 86. RGB value is (209,224,134). Sum of RGB (Red+Green+Blue) = 209+224+134=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E086 is #2E1F79. Grayscale: #D1D1D1. Windows color (decimal): -3022714 or 8839377. OLE color: 8839377.
HSL color Cylindrical-coordinate representation of color #D1E086: hue angle of 70º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1E086 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 134 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.12 |
| HSL | 70º | 0.59% | 0.7% | - |
| HSV(B) | 70º | 0.4% | 0.88% | - |
| XYZ | 57.25 | 68.59 | 32.78 | - |
| YUV | 209.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 134 | 0.07 | 0 | 0.40 | 0.12 | 70 | 0.59 | 0.7 |
| Hex | D1 | E0 | 86 | 7 | 0 | 28 | C | 46 | 3B | 46 |
| Octal | 321 | 340 | 206 | 7 | 0 | 50 | 14 | 106 | 73 | 106 |
| Binary | 11010001 | 11100000 | 10000110 | 111 | 0 | 101000 | 1100 | 1000110 | 111011 | 1000110 |
Color Harmonies of #D1E086
Complementary color
Monochromatic Colors of #D1E086
Black with #D1E086
Text Example
Text Example
White with #D1E086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E086; }
p { color: rgb(209,224,134); }
H1.HeaderClassName
{
color: #D1E086;
}
.AnyTagClassName
{
color: #D1E086;
}
</style>
background-color css
<style>
a { background-color: #D1E086; }
a { background-color: rgb(209,224,134); }
div.DivClassName
{
background-color: #D1E086;
}
.BgClassName
{
background-color: #D1E086;
}
</style>
border-color css
<style>
span { border-color: #D1E086; }
span { border-color: rgb(209,224,134); }
td.TdClassName
{
border-color: #D1E086;
}
.TagClassName
{
border-color: #D1E086;
}
</style>