Shades of Snowy Mint #CEE8CA
Tints of Snowy Mint #CEE8CA
RGB
CMYK
RGB Variations
Color information
#CEE8CA (or 0xCEE8CA) is known color: Snowy Mint. HEX triplet: CE, E8 and CA. RGB value is (206,232,202). Sum of RGB (Red+Green+Blue) = 206+232+202=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8CA is #311735. Grayscale: #DCDCDC. Windows color (decimal): -3217206 or 13297870. OLE color: 13297870.
HSL color Cylindrical-coordinate representation of color #CEE8CA: hue angle of 112º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE8CA is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 202 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.09 |
| HSL | 112º | 0.39% | 0.85% | - |
| HSV(B) | 112º | 0.13% | 0.91% | - |
| XYZ | 64.97 | 75.1 | 66.95 | - |
| YUV | 220.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 202 | 0.11 | 0 | 0.13 | 0.09 | 112 | 0.39 | 0.85 |
| Hex | CE | E8 | CA | B | 0 | D | 9 | 70 | 27 | 55 |
| Octal | 316 | 350 | 312 | 13 | 0 | 15 | 11 | 160 | 47 | 125 |
| Binary | 11001110 | 11101000 | 11001010 | 1011 | 0 | 1101 | 1001 | 1110000 | 100111 | 1010101 |
Color Harmonies of #CEE8CA
Complementary color
Monochromatic Colors of #CEE8CA
Black with #CEE8CA
Text Example
Text Example
White with #CEE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8CA; }
p { color: rgb(206,232,202); }
H1.HeaderClassName
{
color: #CEE8CA;
}
.AnyTagClassName
{
color: #CEE8CA;
}
</style>
background-color css
<style>
a { background-color: #CEE8CA; }
a { background-color: rgb(206,232,202); }
div.DivClassName
{
background-color: #CEE8CA;
}
.BgClassName
{
background-color: #CEE8CA;
}
</style>
border-color css
<style>
span { border-color: #CEE8CA; }
span { border-color: rgb(206,232,202); }
td.TdClassName
{
border-color: #CEE8CA;
}
.TagClassName
{
border-color: #CEE8CA;
}
</style>