Shades of Snowy Mint #CCEFC7
Tints of Snowy Mint #CCEFC7
RGB
CMYK
RGB Variations
Color information
#CCEFC7 (or 0xCCEFC7) is known color: Snowy Mint. HEX triplet: CC, EF and C7. RGB value is (204,239,199). Sum of RGB (Red+Green+Blue) = 204+239+199=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFC7 is #331038. Grayscale: #E0E0E0. Windows color (decimal): -3346489 or 13103052. OLE color: 13103052.
HSL color Cylindrical-coordinate representation of color #CCEFC7: hue angle of 112.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEFC7 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 199 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.06 |
| HSL | 112.5º | 0.56% | 0.86% | - |
| HSV(B) | 112.5º | 0.17% | 0.94% | - |
| XYZ | 66.08 | 78.69 | 65.74 | - |
| YUV | 223.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 199 | 0.15 | 0 | 0.17 | 0.06 | 112.5 | 0.56 | 0.86 |
| Hex | CC | EF | C7 | F | 0 | 11 | 6 | 70 | 38 | 56 |
| Octal | 314 | 357 | 307 | 17 | 0 | 21 | 6 | 160 | 70 | 126 |
| Binary | 11001100 | 11101111 | 11000111 | 1111 | 0 | 10001 | 110 | 1110000 | 111000 | 1010110 |
Color Harmonies of #CCEFC7
Complementary color
Monochromatic Colors of #CCEFC7
Black with #CCEFC7
Text Example
Text Example
White with #CCEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFC7; }
p { color: rgb(204,239,199); }
H1.HeaderClassName
{
color: #CCEFC7;
}
.AnyTagClassName
{
color: #CCEFC7;
}
</style>
background-color css
<style>
a { background-color: #CCEFC7; }
a { background-color: rgb(204,239,199); }
div.DivClassName
{
background-color: #CCEFC7;
}
.BgClassName
{
background-color: #CCEFC7;
}
</style>
border-color css
<style>
span { border-color: #CCEFC7; }
span { border-color: rgb(204,239,199); }
td.TdClassName
{
border-color: #CCEFC7;
}
.TagClassName
{
border-color: #CCEFC7;
}
</style>