Shades of Hint Of Green #DCEED5
Tints of Hint Of Green #DCEED5
RGB
CMYK
RGB Variations
Color information
#DCEED5 (or 0xDCEED5) is known color: Hint Of Green. HEX triplet: DC, EE and D5. RGB value is (220,238,213). Sum of RGB (Red+Green+Blue) = 220+238+213=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEED5 is #23112A. Grayscale: #E5E5E5. Windows color (decimal): -2298155 or 14020316. OLE color: 14020316.
HSL color Cylindrical-coordinate representation of color #DCEED5: hue angle of 103.2º degrees, saturation: 0.42, 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 #DCEED5 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 238 | 213 | - |
CMYK | 0.08 | 0 | 0.11 | 0.07 |
HSL | 103.2º | 0.42% | 0.88% | - |
HSV(B) | 103.2º | 0.11% | 0.93% | - |
XYZ | 72.1 | 81.17 | 74.82 | - |
YUV | 229.77 | 118.54 | 121.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 213 | 0.08 | 0 | 0.11 | 0.07 | 103.2 | 0.42 | 0.88 |
Hex | DC | EE | D5 | 8 | 0 | B | 7 | 67 | 2A | 58 |
Octal | 334 | 356 | 325 | 10 | 0 | 13 | 7 | 147 | 52 | 130 |
Binary | 11011100 | 11101110 | 11010101 | 1000 | 0 | 1011 | 111 | 1100111 | 101010 | 1011000 |
Color Harmonies of #DCEED5
Complementary color
Monochromatic Colors of #DCEED5
Black with #DCEED5
Text Example
Text Example
White with #DCEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEED5; }
p { color: rgb(220,238,213); }
H1.HeaderClassName
{
color: #DCEED5;
}
.AnyTagClassName
{
color: #DCEED5;
}
</style>
background-color css
<style>
a { background-color: #DCEED5; }
a { background-color: rgb(220,238,213); }
div.DivClassName
{
background-color: #DCEED5;
}
.BgClassName
{
background-color: #DCEED5;
}
</style>
border-color css
<style>
span { border-color: #DCEED5; }
span { border-color: rgb(220,238,213); }
td.TdClassName
{
border-color: #DCEED5;
}
.TagClassName
{
border-color: #DCEED5;
}
</style>