Shades of Hint Of Green #DCF3CE
Tints of Hint Of Green #DCF3CE
RGB
CMYK
RGB Variations
Color information
#DCF3CE (or 0xDCF3CE) is known color: Hint Of Green. HEX triplet: DC, F3 and CE. RGB value is (220,243,206). Sum of RGB (Red+Green+Blue) = 220+243+206=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3CE is #230C31. Grayscale: #E8E8E8. Windows color (decimal): -2296882 or 13562844. OLE color: 13562844.
HSL color Cylindrical-coordinate representation of color #DCF3CE: hue angle of 97.3º degrees, saturation: 0.61, 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 #DCF3CE is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 206 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.05 |
| HSL | 97.3º | 0.61% | 0.88% | - |
| HSV(B) | 97.3º | 0.15% | 0.95% | - |
| XYZ | 72.71 | 83.77 | 70.73 | - |
| YUV | 231.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 206 | 0.09 | 0 | 0.15 | 0.05 | 97.3 | 0.61 | 0.88 |
| Hex | DC | F3 | CE | 9 | 0 | F | 5 | 61 | 3D | 58 |
| Octal | 334 | 363 | 316 | 11 | 0 | 17 | 5 | 141 | 75 | 130 |
| Binary | 11011100 | 11110011 | 11001110 | 1001 | 0 | 1111 | 101 | 1100001 | 111101 | 1011000 |
Color Harmonies of #DCF3CE
Complementary color
Monochromatic Colors of #DCF3CE
Black with #DCF3CE
Text Example
Text Example
White with #DCF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3CE; }
p { color: rgb(220,243,206); }
H1.HeaderClassName
{
color: #DCF3CE;
}
.AnyTagClassName
{
color: #DCF3CE;
}
</style>
background-color css
<style>
a { background-color: #DCF3CE; }
a { background-color: rgb(220,243,206); }
div.DivClassName
{
background-color: #DCF3CE;
}
.BgClassName
{
background-color: #DCF3CE;
}
</style>
border-color css
<style>
span { border-color: #DCF3CE; }
span { border-color: rgb(220,243,206); }
td.TdClassName
{
border-color: #DCF3CE;
}
.TagClassName
{
border-color: #DCF3CE;
}
</style>