Shades of Snowy Mint #CCFCC4
Tints of Snowy Mint #CCFCC4
RGB
CMYK
RGB Variations
Color information
#CCFCC4 (or 0xCCFCC4) is known color: Snowy Mint. HEX triplet: CC, FC and C4. RGB value is (204,252,196). Sum of RGB (Red+Green+Blue) = 204+252+196=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCC4 is #33033B. Grayscale: #E7E7E7. Windows color (decimal): -3343164 or 12909772. OLE color: 12909772.
HSL color Cylindrical-coordinate representation of color #CCFCC4: hue angle of 111.43º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCFCC4 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 252 | 196 | - |
CMYK | 0.19 | 0 | 0.22 | 0.01 |
HSL | 111.43º | 0.9% | 0.88% | - |
HSV(B) | 111.43º | 0.22% | 0.99% | - |
XYZ | 69.68 | 86.44 | 65.24 | - |
YUV | 231.26 | 108.1 | 108.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 252 | 196 | 0.19 | 0 | 0.22 | 0.01 | 111.43 | 0.9 | 0.88 |
Hex | CC | FC | C4 | 13 | 0 | 16 | 1 | 6F | 5A | 58 |
Octal | 314 | 374 | 304 | 23 | 0 | 26 | 1 | 157 | 132 | 130 |
Binary | 11001100 | 11111100 | 11000100 | 10011 | 0 | 10110 | 1 | 1101111 | 1011010 | 1011000 |
Color Harmonies of #CCFCC4
Complementary color
Monochromatic Colors of #CCFCC4
Black with #CCFCC4
Text Example
Text Example
White with #CCFCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCC4; }
p { color: rgb(204,252,196); }
H1.HeaderClassName
{
color: #CCFCC4;
}
.AnyTagClassName
{
color: #CCFCC4;
}
</style>
background-color css
<style>
a { background-color: #CCFCC4; }
a { background-color: rgb(204,252,196); }
div.DivClassName
{
background-color: #CCFCC4;
}
.BgClassName
{
background-color: #CCFCC4;
}
</style>
border-color css
<style>
span { border-color: #CCFCC4; }
span { border-color: rgb(204,252,196); }
td.TdClassName
{
border-color: #CCFCC4;
}
.TagClassName
{
border-color: #CCFCC4;
}
</style>