Shades of Hint Of Green #DCF1CF
Tints of Hint Of Green #DCF1CF
RGB
CMYK
RGB Variations
Color information
#DCF1CF (or 0xDCF1CF) is known color: Hint Of Green. HEX triplet: DC, F1 and CF. RGB value is (220,241,207). Sum of RGB (Red+Green+Blue) = 220+241+207=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1CF is #230E30. Grayscale: #E6E6E6. Windows color (decimal): -2297393 or 13627868. OLE color: 13627868.
HSL color Cylindrical-coordinate representation of color #DCF1CF: hue angle of 97.06º degrees, saturation: 0.55, 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 #DCF1CF is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 207 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.05 |
| HSL | 97.06º | 0.55% | 0.88% | - |
| HSV(B) | 97.06º | 0.14% | 0.95% | - |
| XYZ | 72.23 | 82.63 | 71.17 | - |
| YUV | 230.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 207 | 0.09 | 0 | 0.14 | 0.05 | 97.06 | 0.55 | 0.88 |
| Hex | DC | F1 | CF | 9 | 0 | E | 5 | 61 | 37 | 58 |
| Octal | 334 | 361 | 317 | 11 | 0 | 16 | 5 | 141 | 67 | 130 |
| Binary | 11011100 | 11110001 | 11001111 | 1001 | 0 | 1110 | 101 | 1100001 | 110111 | 1011000 |
Color Harmonies of #DCF1CF
Complementary color
Monochromatic Colors of #DCF1CF
Black with #DCF1CF
Text Example
Text Example
White with #DCF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1CF; }
p { color: rgb(220,241,207); }
H1.HeaderClassName
{
color: #DCF1CF;
}
.AnyTagClassName
{
color: #DCF1CF;
}
</style>
background-color css
<style>
a { background-color: #DCF1CF; }
a { background-color: rgb(220,241,207); }
div.DivClassName
{
background-color: #DCF1CF;
}
.BgClassName
{
background-color: #DCF1CF;
}
</style>
border-color css
<style>
span { border-color: #DCF1CF; }
span { border-color: rgb(220,241,207); }
td.TdClassName
{
border-color: #DCF1CF;
}
.TagClassName
{
border-color: #DCF1CF;
}
</style>