Shades of Snowy Mint #CEEDC7
Tints of Snowy Mint #CEEDC7
RGB
CMYK
RGB Variations
Color information
#CEEDC7 (or 0xCEEDC7) is known color: Snowy Mint. HEX triplet: CE, ED and C7. RGB value is (206,237,199). Sum of RGB (Red+Green+Blue) = 206+237+199=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDC7 is #311238. Grayscale: #DFDFDF. Windows color (decimal): -3215929 or 13102542. OLE color: 13102542.
HSL color Cylindrical-coordinate representation of color #CEEDC7: hue angle of 108.95º degrees, saturation: 0.51, 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 #CEEDC7 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 199 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.07 |
| HSL | 108.95º | 0.51% | 0.85% | - |
| HSV(B) | 108.95º | 0.16% | 0.93% | - |
| XYZ | 66.05 | 77.81 | 65.57 | - |
| YUV | 223.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 199 | 0.13 | 0 | 0.16 | 0.07 | 108.95 | 0.51 | 0.85 |
| Hex | CE | ED | C7 | D | 0 | 10 | 7 | 6D | 33 | 55 |
| Octal | 316 | 355 | 307 | 15 | 0 | 20 | 7 | 155 | 63 | 125 |
| Binary | 11001110 | 11101101 | 11000111 | 1101 | 0 | 10000 | 111 | 1101101 | 110011 | 1010101 |
Color Harmonies of #CEEDC7
Complementary color
Monochromatic Colors of #CEEDC7
Black with #CEEDC7
Text Example
Text Example
White with #CEEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDC7; }
p { color: rgb(206,237,199); }
H1.HeaderClassName
{
color: #CEEDC7;
}
.AnyTagClassName
{
color: #CEEDC7;
}
</style>
background-color css
<style>
a { background-color: #CEEDC7; }
a { background-color: rgb(206,237,199); }
div.DivClassName
{
background-color: #CEEDC7;
}
.BgClassName
{
background-color: #CEEDC7;
}
</style>
border-color css
<style>
span { border-color: #CEEDC7; }
span { border-color: rgb(206,237,199); }
td.TdClassName
{
border-color: #CEEDC7;
}
.TagClassName
{
border-color: #CEEDC7;
}
</style>