Shades of Snowy Mint #CCFDC5
Tints of Snowy Mint #CCFDC5
RGB
CMYK
RGB Variations
Color information
#CCFDC5 (or 0xCCFDC5) is known color: Snowy Mint. HEX triplet: CC, FD and C5. RGB value is (204,253,197). Sum of RGB (Red+Green+Blue) = 204+253+197=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDC5 is #33023A. Grayscale: #E8E8E8. Windows color (decimal): -3342907 or 12975564. OLE color: 12975564.
HSL color Cylindrical-coordinate representation of color #CCFDC5: hue angle of 112.5º 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 #CCFDC5 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 197 | - |
CMYK | 0.19 | 0 | 0.22 | 0.01 |
HSL | 112.5º | 0.93% | 0.88% | - |
HSV(B) | 112.5º | 0.22% | 0.99% | - |
XYZ | 70.11 | 87.12 | 65.94 | - |
YUV | 231.97 | 108.27 | 108.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 197 | 0.19 | 0 | 0.22 | 0.01 | 112.5 | 0.93 | 0.88 |
Hex | CC | FD | C5 | 13 | 0 | 16 | 1 | 70 | 5D | 58 |
Octal | 314 | 375 | 305 | 23 | 0 | 26 | 1 | 160 | 135 | 130 |
Binary | 11001100 | 11111101 | 11000101 | 10011 | 0 | 10110 | 1 | 1110000 | 1011101 | 1011000 |
Color Harmonies of #CCFDC5
Complementary color
Monochromatic Colors of #CCFDC5
Black with #CCFDC5
Text Example
Text Example
White with #CCFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDC5; }
p { color: rgb(204,253,197); }
H1.HeaderClassName
{
color: #CCFDC5;
}
.AnyTagClassName
{
color: #CCFDC5;
}
</style>
background-color css
<style>
a { background-color: #CCFDC5; }
a { background-color: rgb(204,253,197); }
div.DivClassName
{
background-color: #CCFDC5;
}
.BgClassName
{
background-color: #CCFDC5;
}
</style>
border-color css
<style>
span { border-color: #CCFDC5; }
span { border-color: rgb(204,253,197); }
td.TdClassName
{
border-color: #CCFDC5;
}
.TagClassName
{
border-color: #CCFDC5;
}
</style>