Shades of Foam #CFF0EC
Tints of Foam #CFF0EC
RGB
CMYK
RGB Variations
Color information
#CFF0EC (or 0xCFF0EC) is known color: Foam. HEX triplet: CF, F0 and EC. RGB value is (207,240,236). Sum of RGB (Red+Green+Blue) = 207+240+236=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0EC is #300F13. Grayscale: #E5E5E5. Windows color (decimal): -3149588 or 15528143. OLE color: 15528143.
HSL color Cylindrical-coordinate representation of color #CFF0EC: hue angle of 172.73º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0EC is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 236 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.06 |
| HSL | 172.73º | 0.52% | 0.88% | - |
| HSV(B) | 172.73º | 0.14% | 0.94% | - |
| XYZ | 72.03 | 81.64 | 91.32 | - |
| YUV | 229.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 236 | 0.14 | 0 | 0.02 | 0.06 | 172.73 | 0.52 | 0.88 |
| Hex | CF | F0 | EC | E | 0 | 2 | 6 | AD | 34 | 58 |
| Octal | 317 | 360 | 354 | 16 | 0 | 2 | 6 | 255 | 64 | 130 |
| Binary | 11001111 | 11110000 | 11101100 | 1110 | 0 | 10 | 110 | 10101101 | 110100 | 1011000 |
Color Harmonies of #CFF0EC
Complementary color
Monochromatic Colors of #CFF0EC
Black with #CFF0EC
Text Example
Text Example
White with #CFF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0EC; }
p { color: rgb(207,240,236); }
H1.HeaderClassName
{
color: #CFF0EC;
}
.AnyTagClassName
{
color: #CFF0EC;
}
</style>
background-color css
<style>
a { background-color: #CFF0EC; }
a { background-color: rgb(207,240,236); }
div.DivClassName
{
background-color: #CFF0EC;
}
.BgClassName
{
background-color: #CFF0EC;
}
</style>
border-color css
<style>
span { border-color: #CFF0EC; }
span { border-color: rgb(207,240,236); }
td.TdClassName
{
border-color: #CFF0EC;
}
.TagClassName
{
border-color: #CFF0EC;
}
</style>