Shades of Snowy Mint #CCFDC7
Tints of Snowy Mint #CCFDC7
RGB
CMYK
RGB Variations
Color information
#CCFDC7 (or 0xCCFDC7) is known color: Snowy Mint. HEX triplet: CC, FD and C7. RGB value is (204,253,199). Sum of RGB (Red+Green+Blue) = 204+253+199=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDC7 is #330238. Grayscale: #E8E8E8. Windows color (decimal): -3342905 or 13106636. OLE color: 13106636.
HSL color Cylindrical-coordinate representation of color #CCFDC7: hue angle of 114.44º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCFDC7 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 199 | - |
CMYK | 0.19 | 0 | 0.21 | 0.01 |
HSL | 114.44º | 0.93% | 0.89% | - |
HSV(B) | 114.44º | 0.21% | 0.99% | - |
XYZ | 70.34 | 87.21 | 67.16 | - |
YUV | 232.19 | 109.27 | 107.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 199 | 0.19 | 0 | 0.21 | 0.01 | 114.44 | 0.93 | 0.89 |
Hex | CC | FD | C7 | 13 | 0 | 15 | 1 | 72 | 5D | 59 |
Octal | 314 | 375 | 307 | 23 | 0 | 25 | 1 | 162 | 135 | 131 |
Binary | 11001100 | 11111101 | 11000111 | 10011 | 0 | 10101 | 1 | 1110010 | 1011101 | 1011001 |
Color Harmonies of #CCFDC7
Complementary color
Monochromatic Colors of #CCFDC7
Black with #CCFDC7
Text Example
Text Example
White with #CCFDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDC7; }
p { color: rgb(204,253,199); }
H1.HeaderClassName
{
color: #CCFDC7;
}
.AnyTagClassName
{
color: #CCFDC7;
}
</style>
background-color css
<style>
a { background-color: #CCFDC7; }
a { background-color: rgb(204,253,199); }
div.DivClassName
{
background-color: #CCFDC7;
}
.BgClassName
{
background-color: #CCFDC7;
}
</style>
border-color css
<style>
span { border-color: #CCFDC7; }
span { border-color: rgb(204,253,199); }
td.TdClassName
{
border-color: #CCFDC7;
}
.TagClassName
{
border-color: #CCFDC7;
}
</style>