Shades of Foam #CEF3EE
Tints of Foam #CEF3EE
RGB
CMYK
RGB Variations
Color information
#CEF3EE (or 0xCEF3EE) is known color: Foam. HEX triplet: CE, F3 and EE. RGB value is (206,243,238). Sum of RGB (Red+Green+Blue) = 206+243+238=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF3EE is #310C11. Grayscale: #E7E7E7. Windows color (decimal): -3214354 or 15659982. OLE color: 15659982.
HSL color Cylindrical-coordinate representation of color #CEF3EE: hue angle of 171.89º degrees, saturation: 0.61, 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 #CEF3EE is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 238 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.05 |
| HSL | 171.89º | 0.61% | 0.88% | - |
| HSV(B) | 171.89º | 0.15% | 0.95% | - |
| XYZ | 72.94 | 83.4 | 93.14 | - |
| YUV | 231.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 238 | 0.15 | 0 | 0.02 | 0.05 | 171.89 | 0.61 | 0.88 |
| Hex | CE | F3 | EE | F | 0 | 2 | 5 | AC | 3D | 58 |
| Octal | 316 | 363 | 356 | 17 | 0 | 2 | 5 | 254 | 75 | 130 |
| Binary | 11001110 | 11110011 | 11101110 | 1111 | 0 | 10 | 101 | 10101100 | 111101 | 1011000 |
Color Harmonies of #CEF3EE
Complementary color
Monochromatic Colors of #CEF3EE
Black with #CEF3EE
Text Example
Text Example
White with #CEF3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3EE; }
p { color: rgb(206,243,238); }
H1.HeaderClassName
{
color: #CEF3EE;
}
.AnyTagClassName
{
color: #CEF3EE;
}
</style>
background-color css
<style>
a { background-color: #CEF3EE; }
a { background-color: rgb(206,243,238); }
div.DivClassName
{
background-color: #CEF3EE;
}
.BgClassName
{
background-color: #CEF3EE;
}
</style>
border-color css
<style>
span { border-color: #CEF3EE; }
span { border-color: rgb(206,243,238); }
td.TdClassName
{
border-color: #CEF3EE;
}
.TagClassName
{
border-color: #CEF3EE;
}
</style>