Shades of Snowy Mint #CCFDC6
Tints of Snowy Mint #CCFDC6
RGB
CMYK
RGB Variations
Color information
#CCFDC6 (or 0xCCFDC6) is known color: Snowy Mint. HEX triplet: CC, FD and C6. RGB value is (204,253,198). Sum of RGB (Red+Green+Blue) = 204+253+198=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDC6 is #330239. Grayscale: #E8E8E8. Windows color (decimal): -3342906 or 13041100. OLE color: 13041100.
HSL color Cylindrical-coordinate representation of color #CCFDC6: hue angle of 113.45º degrees, saturation: 0.93, 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 #CCFDC6 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 198 | - |
CMYK | 0.19 | 0 | 0.22 | 0.01 |
HSL | 113.45º | 0.93% | 0.88% | - |
HSV(B) | 113.45º | 0.22% | 0.99% | - |
XYZ | 70.22 | 87.17 | 66.55 | - |
YUV | 232.08 | 108.77 | 107.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 198 | 0.19 | 0 | 0.22 | 0.01 | 113.45 | 0.93 | 0.88 |
Hex | CC | FD | C6 | 13 | 0 | 16 | 1 | 71 | 5D | 58 |
Octal | 314 | 375 | 306 | 23 | 0 | 26 | 1 | 161 | 135 | 130 |
Binary | 11001100 | 11111101 | 11000110 | 10011 | 0 | 10110 | 1 | 1110001 | 1011101 | 1011000 |
Color Harmonies of #CCFDC6
Complementary color
Monochromatic Colors of #CCFDC6
Black with #CCFDC6
Text Example
Text Example
White with #CCFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDC6; }
p { color: rgb(204,253,198); }
H1.HeaderClassName
{
color: #CCFDC6;
}
.AnyTagClassName
{
color: #CCFDC6;
}
</style>
background-color css
<style>
a { background-color: #CCFDC6; }
a { background-color: rgb(204,253,198); }
div.DivClassName
{
background-color: #CCFDC6;
}
.BgClassName
{
background-color: #CCFDC6;
}
</style>
border-color css
<style>
span { border-color: #CCFDC6; }
span { border-color: rgb(204,253,198); }
td.TdClassName
{
border-color: #CCFDC6;
}
.TagClassName
{
border-color: #CCFDC6;
}
</style>