Shades of Snowy Mint #CEF3C5
Tints of Snowy Mint #CEF3C5
RGB
CMYK
RGB Variations
Color information
#CEF3C5 (or 0xCEF3C5) is known color: Snowy Mint. HEX triplet: CE, F3 and C5. RGB value is (206,243,197). Sum of RGB (Red+Green+Blue) = 206+243+197=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3C5 is #310C3A. Grayscale: #E2E2E2. Windows color (decimal): -3214395 or 12973006. OLE color: 12973006.
HSL color Cylindrical-coordinate representation of color #CEF3C5: hue angle of 108.26º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEF3C5 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 197 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.05 |
| HSL | 108.26º | 0.66% | 0.86% | - |
| HSV(B) | 108.26º | 0.19% | 0.95% | - |
| XYZ | 67.58 | 81.25 | 64.95 | - |
| YUV | 226.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 197 | 0.15 | 0 | 0.19 | 0.05 | 108.26 | 0.66 | 0.86 |
| Hex | CE | F3 | C5 | F | 0 | 13 | 5 | 6C | 42 | 56 |
| Octal | 316 | 363 | 305 | 17 | 0 | 23 | 5 | 154 | 102 | 126 |
| Binary | 11001110 | 11110011 | 11000101 | 1111 | 0 | 10011 | 101 | 1101100 | 1000010 | 1010110 |
Color Harmonies of #CEF3C5
Complementary color
Monochromatic Colors of #CEF3C5
Black with #CEF3C5
Text Example
Text Example
White with #CEF3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3C5; }
p { color: rgb(206,243,197); }
H1.HeaderClassName
{
color: #CEF3C5;
}
.AnyTagClassName
{
color: #CEF3C5;
}
</style>
background-color css
<style>
a { background-color: #CEF3C5; }
a { background-color: rgb(206,243,197); }
div.DivClassName
{
background-color: #CEF3C5;
}
.BgClassName
{
background-color: #CEF3C5;
}
</style>
border-color css
<style>
span { border-color: #CEF3C5; }
span { border-color: rgb(206,243,197); }
td.TdClassName
{
border-color: #CEF3C5;
}
.TagClassName
{
border-color: #CEF3C5;
}
</style>