Shades of Snowy Mint #CCFFC4
Tints of Snowy Mint #CCFFC4
RGB
CMYK
RGB Variations
Color information
#CCFFC4 (or 0xCCFFC4) is known color: Snowy Mint. HEX triplet: CC, FF and C4. RGB value is (204,255,196). Sum of RGB (Red+Green+Blue) = 204+255+196=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFC4 is #33003B. Grayscale: #E9E9E9. Windows color (decimal): -3342396 or 12910540. OLE color: 12910540.
HSL color Cylindrical-coordinate representation of color #CCFFC4: hue angle of 111.86º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCFFC4 is Cyan = 0.2, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 196 | - |
| CMYK | 0.2 | 0 | 0.23 | 0 |
| HSL | 111.86º | 1% | 0.88% | - |
| HSV(B) | 111.86º | 0.23% | 1% | - |
| XYZ | 70.63 | 88.34 | 65.55 | - |
| YUV | 233.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 196 | 0.2 | 0 | 0.23 | 0 | 111.86 | 1 | 0.88 |
| Hex | CC | FF | C4 | 14 | 0 | 17 | 0 | 70 | 64 | 58 |
| Octal | 314 | 377 | 304 | 24 | 0 | 27 | 0 | 160 | 144 | 130 |
| Binary | 11001100 | 11111111 | 11000100 | 10100 | 0 | 10111 | 0 | 1110000 | 1100100 | 1011000 |
Color Harmonies of #CCFFC4
Complementary color
Monochromatic Colors of #CCFFC4
Black with #CCFFC4
Text Example
Text Example
White with #CCFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFC4; }
p { color: rgb(204,255,196); }
H1.HeaderClassName
{
color: #CCFFC4;
}
.AnyTagClassName
{
color: #CCFFC4;
}
</style>
background-color css
<style>
a { background-color: #CCFFC4; }
a { background-color: rgb(204,255,196); }
div.DivClassName
{
background-color: #CCFFC4;
}
.BgClassName
{
background-color: #CCFFC4;
}
</style>
border-color css
<style>
span { border-color: #CCFFC4; }
span { border-color: rgb(204,255,196); }
td.TdClassName
{
border-color: #CCFFC4;
}
.TagClassName
{
border-color: #CCFFC4;
}
</style>