Shades of Foam #CEF0EC
Tints of Foam #CEF0EC
RGB
CMYK
RGB Variations
Color information
#CEF0EC (or 0xCEF0EC) is known color: Foam. HEX triplet: CE, F0 and EC. RGB value is (206,240,236). Sum of RGB (Red+Green+Blue) = 206+240+236=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0EC is #310F13. Grayscale: #E5E5E5. Windows color (decimal): -3215124 or 15528142. OLE color: 15528142.
HSL color Cylindrical-coordinate representation of color #CEF0EC: hue angle of 172.94º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEF0EC is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 236 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.06 |
| HSL | 172.94º | 0.53% | 0.87% | - |
| HSV(B) | 172.94º | 0.14% | 0.94% | - |
| XYZ | 71.75 | 81.5 | 91.31 | - |
| YUV | 229.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 236 | 0.14 | 0 | 0.02 | 0.06 | 172.94 | 0.53 | 0.87 |
| Hex | CE | F0 | EC | E | 0 | 2 | 6 | AD | 35 | 57 |
| Octal | 316 | 360 | 354 | 16 | 0 | 2 | 6 | 255 | 65 | 127 |
| Binary | 11001110 | 11110000 | 11101100 | 1110 | 0 | 10 | 110 | 10101101 | 110101 | 1010111 |
Color Harmonies of #CEF0EC
Complementary color
Monochromatic Colors of #CEF0EC
Black with #CEF0EC
Text Example
Text Example
White with #CEF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0EC; }
p { color: rgb(206,240,236); }
H1.HeaderClassName
{
color: #CEF0EC;
}
.AnyTagClassName
{
color: #CEF0EC;
}
</style>
background-color css
<style>
a { background-color: #CEF0EC; }
a { background-color: rgb(206,240,236); }
div.DivClassName
{
background-color: #CEF0EC;
}
.BgClassName
{
background-color: #CEF0EC;
}
</style>
border-color css
<style>
span { border-color: #CEF0EC; }
span { border-color: rgb(206,240,236); }
td.TdClassName
{
border-color: #CEF0EC;
}
.TagClassName
{
border-color: #CEF0EC;
}
</style>