Shades of Snowy Mint #CCECC8
Tints of Snowy Mint #CCECC8
RGB
CMYK
RGB Variations
Color information
#CCECC8 (or 0xCCECC8) is known color: Snowy Mint. HEX triplet: CC, EC and C8. RGB value is (204,236,200). Sum of RGB (Red+Green+Blue) = 204+236+200=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC8 is #331337. Grayscale: #DEDEDE. Windows color (decimal): -3347256 or 13167820. OLE color: 13167820.
HSL color Cylindrical-coordinate representation of color #CCECC8: hue angle of 113.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCECC8 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 200 | - |
CMYK | 0.14 | 0 | 0.15 | 0.07 |
HSL | 113.33º | 0.49% | 0.85% | - |
HSV(B) | 113.33º | 0.15% | 0.93% | - |
XYZ | 65.32 | 77 | 66.06 | - |
YUV | 222.33 | 115.4 | 114.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 200 | 0.14 | 0 | 0.15 | 0.07 | 113.33 | 0.49 | 0.85 |
Hex | CC | EC | C8 | E | 0 | F | 7 | 71 | 31 | 55 |
Octal | 314 | 354 | 310 | 16 | 0 | 17 | 7 | 161 | 61 | 125 |
Binary | 11001100 | 11101100 | 11001000 | 1110 | 0 | 1111 | 111 | 1110001 | 110001 | 1010101 |
Color Harmonies of #CCECC8
Complementary color
Monochromatic Colors of #CCECC8
Black with #CCECC8
Text Example
Text Example
White with #CCECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECC8; }
p { color: rgb(204,236,200); }
H1.HeaderClassName
{
color: #CCECC8;
}
.AnyTagClassName
{
color: #CCECC8;
}
</style>
background-color css
<style>
a { background-color: #CCECC8; }
a { background-color: rgb(204,236,200); }
div.DivClassName
{
background-color: #CCECC8;
}
.BgClassName
{
background-color: #CCECC8;
}
</style>
border-color css
<style>
span { border-color: #CCECC8; }
span { border-color: rgb(204,236,200); }
td.TdClassName
{
border-color: #CCECC8;
}
.TagClassName
{
border-color: #CCECC8;
}
</style>