Shades of Deco #D3E18E
Tints of Deco #D3E18E
RGB
CMYK
RGB Variations
Color information
#D3E18E (or 0xD3E18E) is known color: Deco. HEX triplet: D3, E1 and 8E. RGB value is (211,225,142). Sum of RGB (Red+Green+Blue) = 211+225+142=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E18E is #2C1E71. Grayscale: #D3D3D3. Windows color (decimal): -2891378 or 9363923. OLE color: 9363923.
HSL color Cylindrical-coordinate representation of color #D3E18E: hue angle of 70.12º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D3E18E is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 142 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.12 |
| HSL | 70.12º | 0.58% | 0.72% | - |
| HSV(B) | 70.12º | 0.37% | 0.88% | - |
| XYZ | 58.67 | 69.65 | 35.94 | - |
| YUV | 211.35 | 88.86 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 142 | 0.06 | 0 | 0.37 | 0.12 | 70.12 | 0.58 | 0.72 |
| Hex | D3 | E1 | 8E | 6 | 0 | 25 | C | 46 | 3A | 48 |
| Octal | 323 | 341 | 216 | 6 | 0 | 45 | 14 | 106 | 72 | 110 |
| Binary | 11010011 | 11100001 | 10001110 | 110 | 0 | 100101 | 1100 | 1000110 | 111010 | 1001000 |
Color Harmonies of #D3E18E
Complementary color
Monochromatic Colors of #D3E18E
Black with #D3E18E
Text Example
Text Example
White with #D3E18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E18E; }
p { color: rgb(211,225,142); }
H1.HeaderClassName
{
color: #D3E18E;
}
.AnyTagClassName
{
color: #D3E18E;
}
</style>
background-color css
<style>
a { background-color: #D3E18E; }
a { background-color: rgb(211,225,142); }
div.DivClassName
{
background-color: #D3E18E;
}
.BgClassName
{
background-color: #D3E18E;
}
</style>
border-color css
<style>
span { border-color: #D3E18E; }
span { border-color: rgb(211,225,142); }
td.TdClassName
{
border-color: #D3E18E;
}
.TagClassName
{
border-color: #D3E18E;
}
</style>