Shades of Snowy Mint #DCFCC8
Tints of Snowy Mint #DCFCC8
RGB
CMYK
RGB Variations
Color information
#DCFCC8 (or 0xDCFCC8) is known color: Snowy Mint. HEX triplet: DC, FC and C8. RGB value is (220,252,200). Sum of RGB (Red+Green+Blue) = 220+252+200=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCC8 is #230337. Grayscale: #ECECEC. Windows color (decimal): -2294584 or 13171932. OLE color: 13171932.
HSL color Cylindrical-coordinate representation of color #DCFCC8: hue angle of 96.92º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCFCC8 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 200 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.01 |
| HSL | 96.92º | 0.9% | 0.89% | - |
| HSV(B) | 96.92º | 0.21% | 0.99% | - |
| XYZ | 74.75 | 89.01 | 67.88 | - |
| YUV | 236.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 200 | 0.13 | 0 | 0.21 | 0.01 | 96.92 | 0.9 | 0.89 |
| Hex | DC | FC | C8 | D | 0 | 15 | 1 | 61 | 5A | 59 |
| Octal | 334 | 374 | 310 | 15 | 0 | 25 | 1 | 141 | 132 | 131 |
| Binary | 11011100 | 11111100 | 11001000 | 1101 | 0 | 10101 | 1 | 1100001 | 1011010 | 1011001 |
Color Harmonies of #DCFCC8
Complementary color
Monochromatic Colors of #DCFCC8
Black with #DCFCC8
Text Example
Text Example
White with #DCFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCC8; }
p { color: rgb(220,252,200); }
H1.HeaderClassName
{
color: #DCFCC8;
}
.AnyTagClassName
{
color: #DCFCC8;
}
</style>
background-color css
<style>
a { background-color: #DCFCC8; }
a { background-color: rgb(220,252,200); }
div.DivClassName
{
background-color: #DCFCC8;
}
.BgClassName
{
background-color: #DCFCC8;
}
</style>
border-color css
<style>
span { border-color: #DCFCC8; }
span { border-color: rgb(220,252,200); }
td.TdClassName
{
border-color: #DCFCC8;
}
.TagClassName
{
border-color: #DCFCC8;
}
</style>