Shades of Snowy Mint #CCFEC5
Tints of Snowy Mint #CCFEC5
RGB
CMYK
RGB Variations
Color information
#CCFEC5 (or 0xCCFEC5) is known color: Snowy Mint. HEX triplet: CC, FE and C5. RGB value is (204,254,197). Sum of RGB (Red+Green+Blue) = 204+254+197=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEC5 is #33013A. Grayscale: #E8E8E8. Windows color (decimal): -3342651 or 12975820. OLE color: 12975820.
HSL color Cylindrical-coordinate representation of color #CCFEC5: hue angle of 112.63º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCFEC5 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 197 | - |
CMYK | 0.20 | 0 | 0.22 | 0.00 |
HSL | 112.63º | 0.97% | 0.88% | - |
HSV(B) | 112.63º | 0.22% | 1% | - |
XYZ | 70.42 | 87.75 | 66.05 | - |
YUV | 232.55 | 107.94 | 107.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 197 | 0.20 | 0 | 0.22 | 0.00 | 112.63 | 0.97 | 0.88 |
Hex | CC | FE | C5 | 14 | 0 | 16 | 0 | 71 | 61 | 58 |
Octal | 314 | 376 | 305 | 24 | 0 | 26 | 0 | 161 | 141 | 130 |
Binary | 11001100 | 11111110 | 11000101 | 10100 | 0 | 10110 | 0 | 1110001 | 1100001 | 1011000 |
Color Harmonies of #CCFEC5
Complementary color
Monochromatic Colors of #CCFEC5
Black with #CCFEC5
Text Example
Text Example
White with #CCFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEC5; }
p { color: rgb(204,254,197); }
H1.HeaderClassName
{
color: #CCFEC5;
}
.AnyTagClassName
{
color: #CCFEC5;
}
</style>
background-color css
<style>
a { background-color: #CCFEC5; }
a { background-color: rgb(204,254,197); }
div.DivClassName
{
background-color: #CCFEC5;
}
.BgClassName
{
background-color: #CCFEC5;
}
</style>
border-color css
<style>
span { border-color: #CCFEC5; }
span { border-color: rgb(204,254,197); }
td.TdClassName
{
border-color: #CCFEC5;
}
.TagClassName
{
border-color: #CCFEC5;
}
</style>