Shades of Foam #CEF7F0
Tints of Foam #CEF7F0
RGB
CMYK
RGB Variations
Color information
#CEF7F0 (or 0xCEF7F0) is known color: Foam. HEX triplet: CE, F7 and F0. RGB value is (206,247,240). Sum of RGB (Red+Green+Blue) = 206+247+240=693 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.73% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF7F0 is #31080F. Grayscale: #E9E9E9. Windows color (decimal): -3213328 or 15792078. OLE color: 15792078.
HSL color Cylindrical-coordinate representation of color #CEF7F0: hue angle of 169.76º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF7F0 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 240 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.03 |
| HSL | 169.76º | 0.72% | 0.89% | - |
| HSV(B) | 169.76º | 0.17% | 0.97% | - |
| XYZ | 74.44 | 85.93 | 95.1 | - |
| YUV | 233.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 240 | 0.17 | 0 | 0.03 | 0.03 | 169.76 | 0.72 | 0.89 |
| Hex | CE | F7 | F0 | 11 | 0 | 3 | 3 | AA | 48 | 59 |
| Octal | 316 | 367 | 360 | 21 | 0 | 3 | 3 | 252 | 110 | 131 |
| Binary | 11001110 | 11110111 | 11110000 | 10001 | 0 | 11 | 11 | 10101010 | 1001000 | 1011001 |
Color Harmonies of #CEF7F0
Complementary color
Monochromatic Colors of #CEF7F0
Black with #CEF7F0
Text Example
Text Example
White with #CEF7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF7F0; }
p { color: rgb(206,247,240); }
H1.HeaderClassName
{
color: #CEF7F0;
}
.AnyTagClassName
{
color: #CEF7F0;
}
</style>
background-color css
<style>
a { background-color: #CEF7F0; }
a { background-color: rgb(206,247,240); }
div.DivClassName
{
background-color: #CEF7F0;
}
.BgClassName
{
background-color: #CEF7F0;
}
</style>
border-color css
<style>
span { border-color: #CEF7F0; }
span { border-color: rgb(206,247,240); }
td.TdClassName
{
border-color: #CEF7F0;
}
.TagClassName
{
border-color: #CEF7F0;
}
</style>