Shades of Snowy Mint #CEEDC8
Tints of Snowy Mint #CEEDC8
RGB
CMYK
RGB Variations
Color information
#CEEDC8 (or 0xCEEDC8) is known color: Snowy Mint. HEX triplet: CE, ED and C8. RGB value is (206,237,200). Sum of RGB (Red+Green+Blue) = 206+237+200=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDC8 is #311237. Grayscale: #DFDFDF. Windows color (decimal): -3215928 or 13168078. OLE color: 13168078.
HSL color Cylindrical-coordinate representation of color #CEEDC8: hue angle of 110.27º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEEDC8 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 200 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.07 |
| HSL | 110.27º | 0.51% | 0.86% | - |
| HSV(B) | 110.27º | 0.16% | 0.93% | - |
| XYZ | 66.16 | 77.86 | 66.18 | - |
| YUV | 223.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 200 | 0.13 | 0 | 0.16 | 0.07 | 110.27 | 0.51 | 0.86 |
| Hex | CE | ED | C8 | D | 0 | 10 | 7 | 6E | 33 | 56 |
| Octal | 316 | 355 | 310 | 15 | 0 | 20 | 7 | 156 | 63 | 126 |
| Binary | 11001110 | 11101101 | 11001000 | 1101 | 0 | 10000 | 111 | 1101110 | 110011 | 1010110 |
Color Harmonies of #CEEDC8
Complementary color
Monochromatic Colors of #CEEDC8
Black with #CEEDC8
Text Example
Text Example
White with #CEEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDC8; }
p { color: rgb(206,237,200); }
H1.HeaderClassName
{
color: #CEEDC8;
}
.AnyTagClassName
{
color: #CEEDC8;
}
</style>
background-color css
<style>
a { background-color: #CEEDC8; }
a { background-color: rgb(206,237,200); }
div.DivClassName
{
background-color: #CEEDC8;
}
.BgClassName
{
background-color: #CEEDC8;
}
</style>
border-color css
<style>
span { border-color: #CEEDC8; }
span { border-color: rgb(206,237,200); }
td.TdClassName
{
border-color: #CEEDC8;
}
.TagClassName
{
border-color: #CEEDC8;
}
</style>