Shades of Snowy Mint #CEEFC7
Tints of Snowy Mint #CEEFC7
RGB
CMYK
RGB Variations
Color information
#CEEFC7 (or 0xCEEFC7) is known color: Snowy Mint. HEX triplet: CE, EF and C7. RGB value is (206,239,199). Sum of RGB (Red+Green+Blue) = 206+239+199=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFC7 is #311038. Grayscale: #E0E0E0. Windows color (decimal): -3215417 or 13103054. OLE color: 13103054.
HSL color Cylindrical-coordinate representation of color #CEEFC7: hue angle of 109.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 #CEEFC7 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 199 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.06 |
| HSL | 109.5º | 0.56% | 0.86% | - |
| HSV(B) | 109.5º | 0.17% | 0.94% | - |
| XYZ | 66.63 | 78.98 | 65.77 | - |
| YUV | 224.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 199 | 0.14 | 0 | 0.17 | 0.06 | 109.5 | 0.56 | 0.86 |
| Hex | CE | EF | C7 | E | 0 | 11 | 6 | 6E | 38 | 56 |
| Octal | 316 | 357 | 307 | 16 | 0 | 21 | 6 | 156 | 70 | 126 |
| Binary | 11001110 | 11101111 | 11000111 | 1110 | 0 | 10001 | 110 | 1101110 | 111000 | 1010110 |
Color Harmonies of #CEEFC7
Complementary color
Monochromatic Colors of #CEEFC7
Black with #CEEFC7
Text Example
Text Example
White with #CEEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEFC7; }
p { color: rgb(206,239,199); }
H1.HeaderClassName
{
color: #CEEFC7;
}
.AnyTagClassName
{
color: #CEEFC7;
}
</style>
background-color css
<style>
a { background-color: #CEEFC7; }
a { background-color: rgb(206,239,199); }
div.DivClassName
{
background-color: #CEEFC7;
}
.BgClassName
{
background-color: #CEEFC7;
}
</style>
border-color css
<style>
span { border-color: #CEEFC7; }
span { border-color: rgb(206,239,199); }
td.TdClassName
{
border-color: #CEEFC7;
}
.TagClassName
{
border-color: #CEEFC7;
}
</style>