Shades of Deco #D3E188
Tints of Deco #D3E188
RGB
CMYK
RGB Variations
Color information
#D3E188 (or 0xD3E188) is known color: Deco. HEX triplet: D3, E1 and 88. RGB value is (211,225,136). Sum of RGB (Red+Green+Blue) = 211+225+136=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E188 is #2C1E77. Grayscale: #D3D3D3. Windows color (decimal): -2891384 or 8970707. OLE color: 8970707.
HSL color Cylindrical-coordinate representation of color #D3E188: hue angle of 69.44º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3E188 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 136 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.12 |
| HSL | 69.44º | 0.6% | 0.71% | - |
| HSV(B) | 69.44º | 0.4% | 0.88% | - |
| XYZ | 58.23 | 69.48 | 33.63 | - |
| YUV | 210.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 136 | 0.06 | 0 | 0.40 | 0.12 | 69.44 | 0.6 | 0.71 |
| Hex | D3 | E1 | 88 | 6 | 0 | 28 | C | 45 | 3C | 47 |
| Octal | 323 | 341 | 210 | 6 | 0 | 50 | 14 | 105 | 74 | 107 |
| Binary | 11010011 | 11100001 | 10001000 | 110 | 0 | 101000 | 1100 | 1000101 | 111100 | 1000111 |
Color Harmonies of #D3E188
Complementary color
Monochromatic Colors of #D3E188
Black with #D3E188
Text Example
Text Example
White with #D3E188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E188; }
p { color: rgb(211,225,136); }
H1.HeaderClassName
{
color: #D3E188;
}
.AnyTagClassName
{
color: #D3E188;
}
</style>
background-color css
<style>
a { background-color: #D3E188; }
a { background-color: rgb(211,225,136); }
div.DivClassName
{
background-color: #D3E188;
}
.BgClassName
{
background-color: #D3E188;
}
</style>
border-color css
<style>
span { border-color: #D3E188; }
span { border-color: rgb(211,225,136); }
td.TdClassName
{
border-color: #D3E188;
}
.TagClassName
{
border-color: #D3E188;
}
</style>