Shades of Snowy Mint #CCF2C5
Tints of Snowy Mint #CCF2C5
RGB
CMYK
RGB Variations
Color information
#CCF2C5 (or 0xCCF2C5) is known color: Snowy Mint. HEX triplet: CC, F2 and C5. RGB value is (204,242,197). Sum of RGB (Red+Green+Blue) = 204+242+197=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2C5 is #330D3A. Grayscale: #E1E1E1. Windows color (decimal): -3345723 or 12972748. OLE color: 12972748.
HSL color Cylindrical-coordinate representation of color #CCF2C5: hue angle of 110.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF2C5 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 197 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.05 |
| HSL | 110.67º | 0.63% | 0.86% | - |
| HSV(B) | 110.67º | 0.19% | 0.95% | - |
| XYZ | 66.73 | 80.37 | 64.82 | - |
| YUV | 225.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 197 | 0.16 | 0 | 0.19 | 0.05 | 110.67 | 0.63 | 0.86 |
| Hex | CC | F2 | C5 | 10 | 0 | 13 | 5 | 6F | 3F | 56 |
| Octal | 314 | 362 | 305 | 20 | 0 | 23 | 5 | 157 | 77 | 126 |
| Binary | 11001100 | 11110010 | 11000101 | 10000 | 0 | 10011 | 101 | 1101111 | 111111 | 1010110 |
Color Harmonies of #CCF2C5
Complementary color
Monochromatic Colors of #CCF2C5
Black with #CCF2C5
Text Example
Text Example
White with #CCF2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2C5; }
p { color: rgb(204,242,197); }
H1.HeaderClassName
{
color: #CCF2C5;
}
.AnyTagClassName
{
color: #CCF2C5;
}
</style>
background-color css
<style>
a { background-color: #CCF2C5; }
a { background-color: rgb(204,242,197); }
div.DivClassName
{
background-color: #CCF2C5;
}
.BgClassName
{
background-color: #CCF2C5;
}
</style>
border-color css
<style>
span { border-color: #CCF2C5; }
span { border-color: rgb(204,242,197); }
td.TdClassName
{
border-color: #CCF2C5;
}
.TagClassName
{
border-color: #CCF2C5;
}
</style>