Shades of Snowy Mint #CCF3C8
Tints of Snowy Mint #CCF3C8
RGB
CMYK
RGB Variations
Color information
#CCF3C8 (or 0xCCF3C8) is known color: Snowy Mint. HEX triplet: CC, F3 and C8. RGB value is (204,243,200). Sum of RGB (Red+Green+Blue) = 204+243+200=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3C8 is #330C37. Grayscale: #E2E2E2. Windows color (decimal): -3345464 or 13169612. OLE color: 13169612.
HSL color Cylindrical-coordinate representation of color #CCF3C8: hue angle of 114.42º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF3C8 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 200 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.05 |
| HSL | 114.42º | 0.64% | 0.87% | - |
| HSV(B) | 114.42º | 0.18% | 0.95% | - |
| XYZ | 67.38 | 81.11 | 66.75 | - |
| YUV | 226.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 200 | 0.16 | 0 | 0.18 | 0.05 | 114.42 | 0.64 | 0.87 |
| Hex | CC | F3 | C8 | 10 | 0 | 12 | 5 | 72 | 40 | 57 |
| Octal | 314 | 363 | 310 | 20 | 0 | 22 | 5 | 162 | 100 | 127 |
| Binary | 11001100 | 11110011 | 11001000 | 10000 | 0 | 10010 | 101 | 1110010 | 1000000 | 1010111 |
Color Harmonies of #CCF3C8
Complementary color
Monochromatic Colors of #CCF3C8
Black with #CCF3C8
Text Example
Text Example
White with #CCF3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3C8; }
p { color: rgb(204,243,200); }
H1.HeaderClassName
{
color: #CCF3C8;
}
.AnyTagClassName
{
color: #CCF3C8;
}
</style>
background-color css
<style>
a { background-color: #CCF3C8; }
a { background-color: rgb(204,243,200); }
div.DivClassName
{
background-color: #CCF3C8;
}
.BgClassName
{
background-color: #CCF3C8;
}
</style>
border-color css
<style>
span { border-color: #CCF3C8; }
span { border-color: rgb(204,243,200); }
td.TdClassName
{
border-color: #CCF3C8;
}
.TagClassName
{
border-color: #CCF3C8;
}
</style>