Shades of Deco #D1E082
Tints of Deco #D1E082
RGB
CMYK
RGB Variations
Color information
#D1E082 (or 0xD1E082) is known color: Deco. HEX triplet: D1, E0 and 82. RGB value is (209,224,130). Sum of RGB (Red+Green+Blue) = 209+224+130=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E082 is #2E1F7D. Grayscale: #D1D1D1. Windows color (decimal): -3022718 or 8577233. OLE color: 8577233.
HSL color Cylindrical-coordinate representation of color #D1E082: hue angle of 69.57º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1E082 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 130 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.12 |
| HSL | 69.57º | 0.6% | 0.69% | - |
| HSV(B) | 69.57º | 0.42% | 0.88% | - |
| XYZ | 56.98 | 68.48 | 31.33 | - |
| YUV | 208.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 130 | 0.07 | 0 | 0.42 | 0.12 | 69.57 | 0.6 | 0.69 |
| Hex | D1 | E0 | 82 | 7 | 0 | 2A | C | 46 | 3C | 45 |
| Octal | 321 | 340 | 202 | 7 | 0 | 52 | 14 | 106 | 74 | 105 |
| Binary | 11010001 | 11100000 | 10000010 | 111 | 0 | 101010 | 1100 | 1000110 | 111100 | 1000101 |
Color Harmonies of #D1E082
Complementary color
Monochromatic Colors of #D1E082
Black with #D1E082
Text Example
Text Example
White with #D1E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E082; }
p { color: rgb(209,224,130); }
H1.HeaderClassName
{
color: #D1E082;
}
.AnyTagClassName
{
color: #D1E082;
}
</style>
background-color css
<style>
a { background-color: #D1E082; }
a { background-color: rgb(209,224,130); }
div.DivClassName
{
background-color: #D1E082;
}
.BgClassName
{
background-color: #D1E082;
}
</style>
border-color css
<style>
span { border-color: #D1E082; }
span { border-color: rgb(209,224,130); }
td.TdClassName
{
border-color: #D1E082;
}
.TagClassName
{
border-color: #D1E082;
}
</style>