Shades of Snowy Mint #CCEDC6
Tints of Snowy Mint #CCEDC6
RGB
CMYK
RGB Variations
Color information
#CCEDC6 (or 0xCCEDC6) is known color: Snowy Mint. HEX triplet: CC, ED and C6. RGB value is (204,237,198). Sum of RGB (Red+Green+Blue) = 204+237+198=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDC6 is #331239. Grayscale: #DEDEDE. Windows color (decimal): -3347002 or 13037004. OLE color: 13037004.
HSL color Cylindrical-coordinate representation of color #CCEDC6: hue angle of 110.77º degrees, saturation: 0.52, 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 #CCEDC6 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 198 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.07 |
| HSL | 110.77º | 0.52% | 0.85% | - |
| HSV(B) | 110.77º | 0.16% | 0.93% | - |
| XYZ | 65.38 | 77.48 | 64.94 | - |
| YUV | 222.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 198 | 0.14 | 0 | 0.16 | 0.07 | 110.77 | 0.52 | 0.85 |
| Hex | CC | ED | C6 | E | 0 | 10 | 7 | 6F | 34 | 55 |
| Octal | 314 | 355 | 306 | 16 | 0 | 20 | 7 | 157 | 64 | 125 |
| Binary | 11001100 | 11101101 | 11000110 | 1110 | 0 | 10000 | 111 | 1101111 | 110100 | 1010101 |
Color Harmonies of #CCEDC6
Complementary color
Monochromatic Colors of #CCEDC6
Black with #CCEDC6
Text Example
Text Example
White with #CCEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDC6; }
p { color: rgb(204,237,198); }
H1.HeaderClassName
{
color: #CCEDC6;
}
.AnyTagClassName
{
color: #CCEDC6;
}
</style>
background-color css
<style>
a { background-color: #CCEDC6; }
a { background-color: rgb(204,237,198); }
div.DivClassName
{
background-color: #CCEDC6;
}
.BgClassName
{
background-color: #CCEDC6;
}
</style>
border-color css
<style>
span { border-color: #CCEDC6; }
span { border-color: rgb(204,237,198); }
td.TdClassName
{
border-color: #CCEDC6;
}
.TagClassName
{
border-color: #CCEDC6;
}
</style>