Shades of Foam #CEF0EE
Tints of Foam #CEF0EE
RGB
CMYK
RGB Variations
Color information
#CEF0EE (or 0xCEF0EE) is known color: Foam. HEX triplet: CE, F0 and EE. RGB value is (206,240,238). Sum of RGB (Red+Green+Blue) = 206+240+238=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0EE is #310F11. Grayscale: #E5E5E5. Windows color (decimal): -3215122 or 15659214. OLE color: 15659214.
HSL color Cylindrical-coordinate representation of color #CEF0EE: hue angle of 176.47º 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 #CEF0EE is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 238 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.06 |
| HSL | 176.47º | 0.53% | 0.87% | - |
| HSV(B) | 176.47º | 0.14% | 0.94% | - |
| XYZ | 72.05 | 81.62 | 92.84 | - |
| YUV | 229.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 238 | 0.14 | 0 | 0.01 | 0.06 | 176.47 | 0.53 | 0.87 |
| Hex | CE | F0 | EE | E | 0 | 1 | 6 | B0 | 35 | 57 |
| Octal | 316 | 360 | 356 | 16 | 0 | 1 | 6 | 260 | 65 | 127 |
| Binary | 11001110 | 11110000 | 11101110 | 1110 | 0 | 1 | 110 | 10110000 | 110101 | 1010111 |
Color Harmonies of #CEF0EE
Complementary color
Monochromatic Colors of #CEF0EE
Black with #CEF0EE
Text Example
Text Example
White with #CEF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0EE; }
p { color: rgb(206,240,238); }
H1.HeaderClassName
{
color: #CEF0EE;
}
.AnyTagClassName
{
color: #CEF0EE;
}
</style>
background-color css
<style>
a { background-color: #CEF0EE; }
a { background-color: rgb(206,240,238); }
div.DivClassName
{
background-color: #CEF0EE;
}
.BgClassName
{
background-color: #CEF0EE;
}
</style>
border-color css
<style>
span { border-color: #CEF0EE; }
span { border-color: rgb(206,240,238); }
td.TdClassName
{
border-color: #CEF0EE;
}
.TagClassName
{
border-color: #CEF0EE;
}
</style>