Shades of Snowy Mint #CCECC6
Tints of Snowy Mint #CCECC6
RGB
CMYK
RGB Variations
Color information
#CCECC6 (or 0xCCECC6) is known color: Snowy Mint. HEX triplet: CC, EC and C6. RGB value is (204,236,198). Sum of RGB (Red+Green+Blue) = 204+236+198=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC6 is #331339. Grayscale: #DEDEDE. Windows color (decimal): -3347258 or 13036748. OLE color: 13036748.
HSL color Cylindrical-coordinate representation of color #CCECC6: hue angle of 110.53º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCECC6 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 198 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.07 |
| HSL | 110.53º | 0.5% | 0.85% | - |
| HSV(B) | 110.53º | 0.16% | 0.93% | - |
| XYZ | 65.09 | 76.91 | 64.84 | - |
| YUV | 222.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 198 | 0.14 | 0 | 0.16 | 0.07 | 110.53 | 0.5 | 0.85 |
| Hex | CC | EC | C6 | E | 0 | 10 | 7 | 6F | 32 | 55 |
| Octal | 314 | 354 | 306 | 16 | 0 | 20 | 7 | 157 | 62 | 125 |
| Binary | 11001100 | 11101100 | 11000110 | 1110 | 0 | 10000 | 111 | 1101111 | 110010 | 1010101 |
Color Harmonies of #CCECC6
Complementary color
Monochromatic Colors of #CCECC6
Black with #CCECC6
Text Example
Text Example
White with #CCECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECC6; }
p { color: rgb(204,236,198); }
H1.HeaderClassName
{
color: #CCECC6;
}
.AnyTagClassName
{
color: #CCECC6;
}
</style>
background-color css
<style>
a { background-color: #CCECC6; }
a { background-color: rgb(204,236,198); }
div.DivClassName
{
background-color: #CCECC6;
}
.BgClassName
{
background-color: #CCECC6;
}
</style>
border-color css
<style>
span { border-color: #CCECC6; }
span { border-color: rgb(204,236,198); }
td.TdClassName
{
border-color: #CCECC6;
}
.TagClassName
{
border-color: #CCECC6;
}
</style>