Shades of Hint Of Green #DCF0CF
Tints of Hint Of Green #DCF0CF
RGB
CMYK
RGB Variations
Color information
#DCF0CF (or 0xDCF0CF) is known color: Hint Of Green. HEX triplet: DC, F0 and CF. RGB value is (220,240,207). Sum of RGB (Red+Green+Blue) = 220+240+207=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0CF is #230F30. Grayscale: #E6E6E6. Windows color (decimal): -2297649 or 13627612. OLE color: 13627612.
HSL color Cylindrical-coordinate representation of color #DCF0CF: hue angle of 96.36º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF0CF is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 207 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.06 |
| HSL | 96.36º | 0.52% | 0.88% | - |
| HSV(B) | 96.36º | 0.14% | 0.94% | - |
| XYZ | 71.94 | 82.04 | 71.08 | - |
| YUV | 230.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 207 | 0.08 | 0 | 0.14 | 0.06 | 96.36 | 0.52 | 0.88 |
| Hex | DC | F0 | CF | 8 | 0 | E | 6 | 60 | 34 | 58 |
| Octal | 334 | 360 | 317 | 10 | 0 | 16 | 6 | 140 | 64 | 130 |
| Binary | 11011100 | 11110000 | 11001111 | 1000 | 0 | 1110 | 110 | 1100000 | 110100 | 1011000 |
Color Harmonies of #DCF0CF
Complementary color
Monochromatic Colors of #DCF0CF
Black with #DCF0CF
Text Example
Text Example
White with #DCF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0CF; }
p { color: rgb(220,240,207); }
H1.HeaderClassName
{
color: #DCF0CF;
}
.AnyTagClassName
{
color: #DCF0CF;
}
</style>
background-color css
<style>
a { background-color: #DCF0CF; }
a { background-color: rgb(220,240,207); }
div.DivClassName
{
background-color: #DCF0CF;
}
.BgClassName
{
background-color: #DCF0CF;
}
</style>
border-color css
<style>
span { border-color: #DCF0CF; }
span { border-color: rgb(220,240,207); }
td.TdClassName
{
border-color: #DCF0CF;
}
.TagClassName
{
border-color: #DCF0CF;
}
</style>