Shades of Snowy Mint #DCFCCA
Tints of Snowy Mint #DCFCCA
RGB
CMYK
RGB Variations
Color information
#DCFCCA (or 0xDCFCCA) is known color: Snowy Mint. HEX triplet: DC, FC and CA. RGB value is (220,252,202). Sum of RGB (Red+Green+Blue) = 220+252+202=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCCA is #230335. Grayscale: #ECECEC. Windows color (decimal): -2294582 or 13303004. OLE color: 13303004.
HSL color Cylindrical-coordinate representation of color #DCFCCA: hue angle of 98.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCFCCA is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 202 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.01 |
| HSL | 98.4º | 0.89% | 0.89% | - |
| HSV(B) | 98.4º | 0.2% | 0.99% | - |
| XYZ | 74.99 | 89.1 | 69.12 | - |
| YUV | 236.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 202 | 0.13 | 0 | 0.20 | 0.01 | 98.4 | 0.89 | 0.89 |
| Hex | DC | FC | CA | D | 0 | 14 | 1 | 62 | 59 | 59 |
| Octal | 334 | 374 | 312 | 15 | 0 | 24 | 1 | 142 | 131 | 131 |
| Binary | 11011100 | 11111100 | 11001010 | 1101 | 0 | 10100 | 1 | 1100010 | 1011001 | 1011001 |
Color Harmonies of #DCFCCA
Complementary color
Monochromatic Colors of #DCFCCA
Black with #DCFCCA
Text Example
Text Example
White with #DCFCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCCA; }
p { color: rgb(220,252,202); }
H1.HeaderClassName
{
color: #DCFCCA;
}
.AnyTagClassName
{
color: #DCFCCA;
}
</style>
background-color css
<style>
a { background-color: #DCFCCA; }
a { background-color: rgb(220,252,202); }
div.DivClassName
{
background-color: #DCFCCA;
}
.BgClassName
{
background-color: #DCFCCA;
}
</style>
border-color css
<style>
span { border-color: #DCFCCA; }
span { border-color: rgb(220,252,202); }
td.TdClassName
{
border-color: #DCFCCA;
}
.TagClassName
{
border-color: #DCFCCA;
}
</style>