Shades of Snowy Mint #DCFFCE
Tints of Snowy Mint #DCFFCE
RGB
CMYK
RGB Variations
Color information
#DCFFCE (or 0xDCFFCE) is known color: Snowy Mint. HEX triplet: DC, FF and CE. RGB value is (220,255,206). Sum of RGB (Red+Green+Blue) = 220+255+206=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFCE is #230031. Grayscale: #EFEFEF. Windows color (decimal): -2293810 or 13565916. OLE color: 13565916.
HSL color Cylindrical-coordinate representation of color #DCFFCE: hue angle of 102.86º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCFFCE is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 206 | - |
| CMYK | 0.14 | 0 | 0.19 | 0 |
| HSL | 102.86º | 1% | 0.9% | - |
| HSV(B) | 102.86º | 0.19% | 1% | - |
| XYZ | 76.42 | 91.19 | 71.97 | - |
| YUV | 238.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 206 | 0.14 | 0 | 0.19 | 0 | 102.86 | 1 | 0.9 |
| Hex | DC | FF | CE | E | 0 | 13 | 0 | 67 | 64 | 5A |
| Octal | 334 | 377 | 316 | 16 | 0 | 23 | 0 | 147 | 144 | 132 |
| Binary | 11011100 | 11111111 | 11001110 | 1110 | 0 | 10011 | 0 | 1100111 | 1100100 | 1011010 |
Color Harmonies of #DCFFCE
Complementary color
Monochromatic Colors of #DCFFCE
Black with #DCFFCE
Text Example
Text Example
White with #DCFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFCE; }
p { color: rgb(220,255,206); }
H1.HeaderClassName
{
color: #DCFFCE;
}
.AnyTagClassName
{
color: #DCFFCE;
}
</style>
background-color css
<style>
a { background-color: #DCFFCE; }
a { background-color: rgb(220,255,206); }
div.DivClassName
{
background-color: #DCFFCE;
}
.BgClassName
{
background-color: #DCFFCE;
}
</style>
border-color css
<style>
span { border-color: #DCFFCE; }
span { border-color: rgb(220,255,206); }
td.TdClassName
{
border-color: #DCFFCE;
}
.TagClassName
{
border-color: #DCFFCE;
}
</style>