Shades of Snowy Mint #CEF2C7
Tints of Snowy Mint #CEF2C7
RGB
CMYK
RGB Variations
Color information
#CEF2C7 (or 0xCEF2C7) is known color: Snowy Mint. HEX triplet: CE, F2 and C7. RGB value is (206,242,199). Sum of RGB (Red+Green+Blue) = 206+242+199=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2C7 is #310D38. Grayscale: #E2E2E2. Windows color (decimal): -3214649 or 13103822. OLE color: 13103822.
HSL color Cylindrical-coordinate representation of color #CEF2C7: hue angle of 110.23º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF2C7 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 199 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.05 |
| HSL | 110.23º | 0.62% | 0.86% | - |
| HSV(B) | 110.23º | 0.18% | 0.95% | - |
| XYZ | 67.51 | 80.75 | 66.06 | - |
| YUV | 226.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 199 | 0.15 | 0 | 0.18 | 0.05 | 110.23 | 0.62 | 0.86 |
| Hex | CE | F2 | C7 | F | 0 | 12 | 5 | 6E | 3E | 56 |
| Octal | 316 | 362 | 307 | 17 | 0 | 22 | 5 | 156 | 76 | 126 |
| Binary | 11001110 | 11110010 | 11000111 | 1111 | 0 | 10010 | 101 | 1101110 | 111110 | 1010110 |
Color Harmonies of #CEF2C7
Complementary color
Monochromatic Colors of #CEF2C7
Black with #CEF2C7
Text Example
Text Example
White with #CEF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2C7; }
p { color: rgb(206,242,199); }
H1.HeaderClassName
{
color: #CEF2C7;
}
.AnyTagClassName
{
color: #CEF2C7;
}
</style>
background-color css
<style>
a { background-color: #CEF2C7; }
a { background-color: rgb(206,242,199); }
div.DivClassName
{
background-color: #CEF2C7;
}
.BgClassName
{
background-color: #CEF2C7;
}
</style>
border-color css
<style>
span { border-color: #CEF2C7; }
span { border-color: rgb(206,242,199); }
td.TdClassName
{
border-color: #CEF2C7;
}
.TagClassName
{
border-color: #CEF2C7;
}
</style>