Shades of Hint Of Green #DCEED4
Tints of Hint Of Green #DCEED4
RGB
CMYK
RGB Variations
Color information
#DCEED4 (or 0xDCEED4) is known color: Hint Of Green. HEX triplet: DC, EE and D4. RGB value is (220,238,212). Sum of RGB (Red+Green+Blue) = 220+238+212=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEED4 is #23112B. Grayscale: #E5E5E5. Windows color (decimal): -2298156 or 13954780. OLE color: 13954780.
HSL color Cylindrical-coordinate representation of color #DCEED4: hue angle of 101.54º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEED4 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 212 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.07 |
| HSL | 101.54º | 0.43% | 0.88% | - |
| HSV(B) | 101.54º | 0.11% | 0.93% | - |
| XYZ | 71.97 | 81.12 | 74.15 | - |
| YUV | 229.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 212 | 0.08 | 0 | 0.11 | 0.07 | 101.54 | 0.43 | 0.88 |
| Hex | DC | EE | D4 | 8 | 0 | B | 7 | 66 | 2B | 58 |
| Octal | 334 | 356 | 324 | 10 | 0 | 13 | 7 | 146 | 53 | 130 |
| Binary | 11011100 | 11101110 | 11010100 | 1000 | 0 | 1011 | 111 | 1100110 | 101011 | 1011000 |
Color Harmonies of #DCEED4
Complementary color
Monochromatic Colors of #DCEED4
Black with #DCEED4
Text Example
Text Example
White with #DCEED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEED4; }
p { color: rgb(220,238,212); }
H1.HeaderClassName
{
color: #DCEED4;
}
.AnyTagClassName
{
color: #DCEED4;
}
</style>
background-color css
<style>
a { background-color: #DCEED4; }
a { background-color: rgb(220,238,212); }
div.DivClassName
{
background-color: #DCEED4;
}
.BgClassName
{
background-color: #DCEED4;
}
</style>
border-color css
<style>
span { border-color: #DCEED4; }
span { border-color: rgb(220,238,212); }
td.TdClassName
{
border-color: #DCEED4;
}
.TagClassName
{
border-color: #DCEED4;
}
</style>