Shades of Hint Of Green #DCEDD4
Tints of Hint Of Green #DCEDD4
RGB
CMYK
RGB Variations
Color information
#DCEDD4 (or 0xDCEDD4) is known color: Hint Of Green. HEX triplet: DC, ED and D4. RGB value is (220,237,212). Sum of RGB (Red+Green+Blue) = 220+237+212=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDD4 is #23122B. Grayscale: #E5E5E5. Windows color (decimal): -2298412 or 13954524. OLE color: 13954524.
HSL color Cylindrical-coordinate representation of color #DCEDD4: hue angle of 100.8º degrees, saturation: 0.41, 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 #DCEDD4 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 212 | - |
CMYK | 0.07 | 0 | 0.11 | 0.07 |
HSL | 100.8º | 0.41% | 0.88% | - |
HSV(B) | 100.8º | 0.11% | 0.93% | - |
XYZ | 71.68 | 80.54 | 74.05 | - |
YUV | 229.07 | 118.37 | 121.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 212 | 0.07 | 0 | 0.11 | 0.07 | 100.8 | 0.41 | 0.88 |
Hex | DC | ED | D4 | 7 | 0 | B | 7 | 65 | 29 | 58 |
Octal | 334 | 355 | 324 | 7 | 0 | 13 | 7 | 145 | 51 | 130 |
Binary | 11011100 | 11101101 | 11010100 | 111 | 0 | 1011 | 111 | 1100101 | 101001 | 1011000 |
Color Harmonies of #DCEDD4
Complementary color
Monochromatic Colors of #DCEDD4
Black with #DCEDD4
Text Example
Text Example
White with #DCEDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDD4; }
p { color: rgb(220,237,212); }
H1.HeaderClassName
{
color: #DCEDD4;
}
.AnyTagClassName
{
color: #DCEDD4;
}
</style>
background-color css
<style>
a { background-color: #DCEDD4; }
a { background-color: rgb(220,237,212); }
div.DivClassName
{
background-color: #DCEDD4;
}
.BgClassName
{
background-color: #DCEDD4;
}
</style>
border-color css
<style>
span { border-color: #DCEDD4; }
span { border-color: rgb(220,237,212); }
td.TdClassName
{
border-color: #DCEDD4;
}
.TagClassName
{
border-color: #DCEDD4;
}
</style>