Shades of Snowy Mint #DCFCCE
Tints of Snowy Mint #DCFCCE
RGB
CMYK
RGB Variations
Color information
#DCFCCE (or 0xDCFCCE) is known color: Snowy Mint. HEX triplet: DC, FC and CE. RGB value is (220,252,206). Sum of RGB (Red+Green+Blue) = 220+252+206=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCCE is #230331. Grayscale: #EDEDED. Windows color (decimal): -2294578 or 13565148. OLE color: 13565148.
HSL color Cylindrical-coordinate representation of color #DCFCCE: hue angle of 101.74º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCFCCE is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 206 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.01 |
| HSL | 101.74º | 0.88% | 0.9% | - |
| HSV(B) | 101.74º | 0.18% | 0.99% | - |
| XYZ | 75.47 | 89.29 | 71.65 | - |
| YUV | 237.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 206 | 0.13 | 0 | 0.18 | 0.01 | 101.74 | 0.88 | 0.9 |
| Hex | DC | FC | CE | D | 0 | 12 | 1 | 66 | 58 | 5A |
| Octal | 334 | 374 | 316 | 15 | 0 | 22 | 1 | 146 | 130 | 132 |
| Binary | 11011100 | 11111100 | 11001110 | 1101 | 0 | 10010 | 1 | 1100110 | 1011000 | 1011010 |
Color Harmonies of #DCFCCE
Complementary color
Monochromatic Colors of #DCFCCE
Black with #DCFCCE
Text Example
Text Example
White with #DCFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCCE; }
p { color: rgb(220,252,206); }
H1.HeaderClassName
{
color: #DCFCCE;
}
.AnyTagClassName
{
color: #DCFCCE;
}
</style>
background-color css
<style>
a { background-color: #DCFCCE; }
a { background-color: rgb(220,252,206); }
div.DivClassName
{
background-color: #DCFCCE;
}
.BgClassName
{
background-color: #DCFCCE;
}
</style>
border-color css
<style>
span { border-color: #DCFCCE; }
span { border-color: rgb(220,252,206); }
td.TdClassName
{
border-color: #DCFCCE;
}
.TagClassName
{
border-color: #DCFCCE;
}
</style>