Shades of Snowy Mint #CCFCC7
Tints of Snowy Mint #CCFCC7
RGB
CMYK
RGB Variations
Color information
#CCFCC7 (or 0xCCFCC7) is known color: Snowy Mint. HEX triplet: CC, FC and C7. RGB value is (204,252,199). Sum of RGB (Red+Green+Blue) = 204+252+199=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCC7 is #330338. Grayscale: #E7E7E7. Windows color (decimal): -3343161 or 13106380. OLE color: 13106380.
HSL color Cylindrical-coordinate representation of color #CCFCC7: hue angle of 114.34º 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 #CCFCC7 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 252 | 199 | - |
CMYK | 0.19 | 0 | 0.21 | 0.01 |
HSL | 114.34º | 0.9% | 0.88% | - |
HSV(B) | 114.34º | 0.21% | 0.99% | - |
XYZ | 70.02 | 86.58 | 67.05 | - |
YUV | 231.61 | 109.6 | 108.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 252 | 199 | 0.19 | 0 | 0.21 | 0.01 | 114.34 | 0.9 | 0.88 |
Hex | CC | FC | C7 | 13 | 0 | 15 | 1 | 72 | 5A | 58 |
Octal | 314 | 374 | 307 | 23 | 0 | 25 | 1 | 162 | 132 | 130 |
Binary | 11001100 | 11111100 | 11000111 | 10011 | 0 | 10101 | 1 | 1110010 | 1011010 | 1011000 |
Color Harmonies of #CCFCC7
Complementary color
Monochromatic Colors of #CCFCC7
Black with #CCFCC7
Text Example
Text Example
White with #CCFCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCC7; }
p { color: rgb(204,252,199); }
H1.HeaderClassName
{
color: #CCFCC7;
}
.AnyTagClassName
{
color: #CCFCC7;
}
</style>
background-color css
<style>
a { background-color: #CCFCC7; }
a { background-color: rgb(204,252,199); }
div.DivClassName
{
background-color: #CCFCC7;
}
.BgClassName
{
background-color: #CCFCC7;
}
</style>
border-color css
<style>
span { border-color: #CCFCC7; }
span { border-color: rgb(204,252,199); }
td.TdClassName
{
border-color: #CCFCC7;
}
.TagClassName
{
border-color: #CCFCC7;
}
</style>