Shades of Hint Of Green #DCF1CE
Tints of Hint Of Green #DCF1CE
RGB
CMYK
RGB Variations
Color information
#DCF1CE (or 0xDCF1CE) is known color: Hint Of Green. HEX triplet: DC, F1 and CE. RGB value is (220,241,206). Sum of RGB (Red+Green+Blue) = 220+241+206=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1CE is #230E31. Grayscale: #E6E6E6. Windows color (decimal): -2297394 or 13562332. OLE color: 13562332.
HSL color Cylindrical-coordinate representation of color #DCF1CE: hue angle of 96º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCF1CE is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 206 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.05 |
| HSL | 96º | 0.56% | 0.88% | - |
| HSV(B) | 96º | 0.15% | 0.95% | - |
| XYZ | 72.11 | 82.58 | 70.53 | - |
| YUV | 230.73 | 114.04 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 206 | 0.09 | 0 | 0.15 | 0.05 | 96 | 0.56 | 0.88 |
| Hex | DC | F1 | CE | 9 | 0 | F | 5 | 60 | 38 | 58 |
| Octal | 334 | 361 | 316 | 11 | 0 | 17 | 5 | 140 | 70 | 130 |
| Binary | 11011100 | 11110001 | 11001110 | 1001 | 0 | 1111 | 101 | 1100000 | 111000 | 1011000 |
Color Harmonies of #DCF1CE
Complementary color
Monochromatic Colors of #DCF1CE
Black with #DCF1CE
Text Example
Text Example
White with #DCF1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1CE; }
p { color: rgb(220,241,206); }
H1.HeaderClassName
{
color: #DCF1CE;
}
.AnyTagClassName
{
color: #DCF1CE;
}
</style>
background-color css
<style>
a { background-color: #DCF1CE; }
a { background-color: rgb(220,241,206); }
div.DivClassName
{
background-color: #DCF1CE;
}
.BgClassName
{
background-color: #DCF1CE;
}
</style>
border-color css
<style>
span { border-color: #DCF1CE; }
span { border-color: rgb(220,241,206); }
td.TdClassName
{
border-color: #DCF1CE;
}
.TagClassName
{
border-color: #DCF1CE;
}
</style>