Shades of Snowy Mint #CCECC7
Tints of Snowy Mint #CCECC7
RGB
CMYK
RGB Variations
Color information
#CCECC7 (or 0xCCECC7) is known color: Snowy Mint. HEX triplet: CC, EC and C7. RGB value is (204,236,199). Sum of RGB (Red+Green+Blue) = 204+236+199=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC7 is #331338. Grayscale: #DEDEDE. Windows color (decimal): -3347257 or 13102284. OLE color: 13102284.
HSL color Cylindrical-coordinate representation of color #CCECC7: hue angle of 111.89º degrees, saturation: 0.49, 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 #CCECC7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 199 | - |
CMYK | 0.14 | 0 | 0.16 | 0.07 |
HSL | 111.89º | 0.49% | 0.85% | - |
HSV(B) | 111.89º | 0.16% | 0.93% | - |
XYZ | 65.21 | 76.95 | 65.45 | - |
YUV | 222.21 | 114.9 | 115.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 199 | 0.14 | 0 | 0.16 | 0.07 | 111.89 | 0.49 | 0.85 |
Hex | CC | EC | C7 | E | 0 | 10 | 7 | 70 | 31 | 55 |
Octal | 314 | 354 | 307 | 16 | 0 | 20 | 7 | 160 | 61 | 125 |
Binary | 11001100 | 11101100 | 11000111 | 1110 | 0 | 10000 | 111 | 1110000 | 110001 | 1010101 |
Color Harmonies of #CCECC7
Complementary color
Monochromatic Colors of #CCECC7
Black with #CCECC7
Text Example
Text Example
White with #CCECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECC7; }
p { color: rgb(204,236,199); }
H1.HeaderClassName
{
color: #CCECC7;
}
.AnyTagClassName
{
color: #CCECC7;
}
</style>
background-color css
<style>
a { background-color: #CCECC7; }
a { background-color: rgb(204,236,199); }
div.DivClassName
{
background-color: #CCECC7;
}
.BgClassName
{
background-color: #CCECC7;
}
</style>
border-color css
<style>
span { border-color: #CCECC7; }
span { border-color: rgb(204,236,199); }
td.TdClassName
{
border-color: #CCECC7;
}
.TagClassName
{
border-color: #CCECC7;
}
</style>