Shades of Snowy Mint #CCFCC6
Tints of Snowy Mint #CCFCC6
RGB
CMYK
RGB Variations
Color information
#CCFCC6 (or 0xCCFCC6) is known color: Snowy Mint. HEX triplet: CC, FC and C6. RGB value is (204,252,198). Sum of RGB (Red+Green+Blue) = 204+252+198=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCC6 is #330339. Grayscale: #E7E7E7. Windows color (decimal): -3343162 or 13040844. OLE color: 13040844.
HSL color Cylindrical-coordinate representation of color #CCFCC6: hue angle of 113.33º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCFCC6 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 198 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.01 |
| HSL | 113.33º | 0.9% | 0.88% | - |
| HSV(B) | 113.33º | 0.21% | 0.99% | - |
| XYZ | 69.91 | 86.54 | 66.44 | - |
| YUV | 231.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 198 | 0.19 | 0 | 0.21 | 0.01 | 113.33 | 0.9 | 0.88 |
| Hex | CC | FC | C6 | 13 | 0 | 15 | 1 | 71 | 5A | 58 |
| Octal | 314 | 374 | 306 | 23 | 0 | 25 | 1 | 161 | 132 | 130 |
| Binary | 11001100 | 11111100 | 11000110 | 10011 | 0 | 10101 | 1 | 1110001 | 1011010 | 1011000 |
Color Harmonies of #CCFCC6
Complementary color
Monochromatic Colors of #CCFCC6
Black with #CCFCC6
Text Example
Text Example
White with #CCFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCC6; }
p { color: rgb(204,252,198); }
H1.HeaderClassName
{
color: #CCFCC6;
}
.AnyTagClassName
{
color: #CCFCC6;
}
</style>
background-color css
<style>
a { background-color: #CCFCC6; }
a { background-color: rgb(204,252,198); }
div.DivClassName
{
background-color: #CCFCC6;
}
.BgClassName
{
background-color: #CCFCC6;
}
</style>
border-color css
<style>
span { border-color: #CCFCC6; }
span { border-color: rgb(204,252,198); }
td.TdClassName
{
border-color: #CCFCC6;
}
.TagClassName
{
border-color: #CCFCC6;
}
</style>