Shades of Hint Of Green #DCF2CF
Tints of Hint Of Green #DCF2CF
RGB
CMYK
RGB Variations
Color information
#DCF2CF (or 0xDCF2CF) is known color: Hint Of Green. HEX triplet: DC, F2 and CF. RGB value is (220,242,207). Sum of RGB (Red+Green+Blue) = 220+242+207=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2CF is #230D30. Grayscale: #E7E7E7. Windows color (decimal): -2297137 or 13628124. OLE color: 13628124.
HSL color Cylindrical-coordinate representation of color #DCF2CF: hue angle of 97.71º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF2CF is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 207 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.05 |
| HSL | 97.71º | 0.57% | 0.88% | - |
| HSV(B) | 97.71º | 0.14% | 0.95% | - |
| XYZ | 72.53 | 83.22 | 71.27 | - |
| YUV | 231.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 207 | 0.09 | 0 | 0.14 | 0.05 | 97.71 | 0.57 | 0.88 |
| Hex | DC | F2 | CF | 9 | 0 | E | 5 | 62 | 39 | 58 |
| Octal | 334 | 362 | 317 | 11 | 0 | 16 | 5 | 142 | 71 | 130 |
| Binary | 11011100 | 11110010 | 11001111 | 1001 | 0 | 1110 | 101 | 1100010 | 111001 | 1011000 |
Color Harmonies of #DCF2CF
Complementary color
Monochromatic Colors of #DCF2CF
Black with #DCF2CF
Text Example
Text Example
White with #DCF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2CF; }
p { color: rgb(220,242,207); }
H1.HeaderClassName
{
color: #DCF2CF;
}
.AnyTagClassName
{
color: #DCF2CF;
}
</style>
background-color css
<style>
a { background-color: #DCF2CF; }
a { background-color: rgb(220,242,207); }
div.DivClassName
{
background-color: #DCF2CF;
}
.BgClassName
{
background-color: #DCF2CF;
}
</style>
border-color css
<style>
span { border-color: #DCF2CF; }
span { border-color: rgb(220,242,207); }
td.TdClassName
{
border-color: #DCF2CF;
}
.TagClassName
{
border-color: #DCF2CF;
}
</style>