Shades of Hint Of Green #DCEED1
Tints of Hint Of Green #DCEED1
RGB
CMYK
RGB Variations
Color information
#DCEED1 (or 0xDCEED1) is known color: Hint Of Green. HEX triplet: DC, EE and D1. RGB value is (220,238,209). Sum of RGB (Red+Green+Blue) = 220+238+209=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEED1 is #23112E. Grayscale: #E5E5E5. Windows color (decimal): -2298159 or 13758172. OLE color: 13758172.
HSL color Cylindrical-coordinate representation of color #DCEED1: hue angle of 97.24º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCEED1 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 209 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.07 |
| HSL | 97.24º | 0.46% | 0.88% | - |
| HSV(B) | 97.24º | 0.12% | 0.93% | - |
| XYZ | 71.6 | 80.97 | 72.18 | - |
| YUV | 229.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 209 | 0.08 | 0 | 0.12 | 0.07 | 97.24 | 0.46 | 0.88 |
| Hex | DC | EE | D1 | 8 | 0 | C | 7 | 61 | 2E | 58 |
| Octal | 334 | 356 | 321 | 10 | 0 | 14 | 7 | 141 | 56 | 130 |
| Binary | 11011100 | 11101110 | 11010001 | 1000 | 0 | 1100 | 111 | 1100001 | 101110 | 1011000 |
Color Harmonies of #DCEED1
Complementary color
Monochromatic Colors of #DCEED1
Black with #DCEED1
Text Example
Text Example
White with #DCEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEED1; }
p { color: rgb(220,238,209); }
H1.HeaderClassName
{
color: #DCEED1;
}
.AnyTagClassName
{
color: #DCEED1;
}
</style>
background-color css
<style>
a { background-color: #DCEED1; }
a { background-color: rgb(220,238,209); }
div.DivClassName
{
background-color: #DCEED1;
}
.BgClassName
{
background-color: #DCEED1;
}
</style>
border-color css
<style>
span { border-color: #DCEED1; }
span { border-color: rgb(220,238,209); }
td.TdClassName
{
border-color: #DCEED1;
}
.TagClassName
{
border-color: #DCEED1;
}
</style>