Shades of Foam #CEF2EC
Tints of Foam #CEF2EC
RGB
CMYK
RGB Variations
Color information
#CEF2EC (or 0xCEF2EC) is known color: Foam. HEX triplet: CE, F2 and EC. RGB value is (206,242,236). Sum of RGB (Red+Green+Blue) = 206+242+236=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2EC is #310D13. Grayscale: #E6E6E6. Windows color (decimal): -3214612 or 15528654. OLE color: 15528654.
HSL color Cylindrical-coordinate representation of color #CEF2EC: hue angle of 170º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2EC is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 236 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.05 |
| HSL | 170º | 0.58% | 0.88% | - |
| HSV(B) | 170º | 0.15% | 0.95% | - |
| XYZ | 72.35 | 82.68 | 91.5 | - |
| YUV | 230.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 236 | 0.15 | 0 | 0.02 | 0.05 | 170 | 0.58 | 0.88 |
| Hex | CE | F2 | EC | F | 0 | 2 | 5 | AA | 3A | 58 |
| Octal | 316 | 362 | 354 | 17 | 0 | 2 | 5 | 252 | 72 | 130 |
| Binary | 11001110 | 11110010 | 11101100 | 1111 | 0 | 10 | 101 | 10101010 | 111010 | 1011000 |
Color Harmonies of #CEF2EC
Complementary color
Monochromatic Colors of #CEF2EC
Black with #CEF2EC
Text Example
Text Example
White with #CEF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2EC; }
p { color: rgb(206,242,236); }
H1.HeaderClassName
{
color: #CEF2EC;
}
.AnyTagClassName
{
color: #CEF2EC;
}
</style>
background-color css
<style>
a { background-color: #CEF2EC; }
a { background-color: rgb(206,242,236); }
div.DivClassName
{
background-color: #CEF2EC;
}
.BgClassName
{
background-color: #CEF2EC;
}
</style>
border-color css
<style>
span { border-color: #CEF2EC; }
span { border-color: rgb(206,242,236); }
td.TdClassName
{
border-color: #CEF2EC;
}
.TagClassName
{
border-color: #CEF2EC;
}
</style>