Shades of Foam #CEF5EE
Tints of Foam #CEF5EE
RGB
CMYK
RGB Variations
Color information
#CEF5EE (or 0xCEF5EE) is known color: Foam. HEX triplet: CE, F5 and EE. RGB value is (206,245,238). Sum of RGB (Red+Green+Blue) = 206+245+238=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5EE is #310A11. Grayscale: #E8E8E8. Windows color (decimal): -3213842 or 15660494. OLE color: 15660494.
HSL color Cylindrical-coordinate representation of color #CEF5EE: hue angle of 169.23º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF5EE is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 238 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.04 |
| HSL | 169.23º | 0.66% | 0.88% | - |
| HSV(B) | 169.23º | 0.16% | 0.96% | - |
| XYZ | 73.54 | 84.6 | 93.34 | - |
| YUV | 232.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 238 | 0.16 | 0 | 0.03 | 0.04 | 169.23 | 0.66 | 0.88 |
| Hex | CE | F5 | EE | 10 | 0 | 3 | 4 | A9 | 42 | 58 |
| Octal | 316 | 365 | 356 | 20 | 0 | 3 | 4 | 251 | 102 | 130 |
| Binary | 11001110 | 11110101 | 11101110 | 10000 | 0 | 11 | 100 | 10101001 | 1000010 | 1011000 |
Color Harmonies of #CEF5EE
Complementary color
Monochromatic Colors of #CEF5EE
Black with #CEF5EE
Text Example
Text Example
White with #CEF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5EE; }
p { color: rgb(206,245,238); }
H1.HeaderClassName
{
color: #CEF5EE;
}
.AnyTagClassName
{
color: #CEF5EE;
}
</style>
background-color css
<style>
a { background-color: #CEF5EE; }
a { background-color: rgb(206,245,238); }
div.DivClassName
{
background-color: #CEF5EE;
}
.BgClassName
{
background-color: #CEF5EE;
}
</style>
border-color css
<style>
span { border-color: #CEF5EE; }
span { border-color: rgb(206,245,238); }
td.TdClassName
{
border-color: #CEF5EE;
}
.TagClassName
{
border-color: #CEF5EE;
}
</style>