Shades of Foam #CFF0EE
Tints of Foam #CFF0EE
RGB
CMYK
RGB Variations
Color information
#CFF0EE (or 0xCFF0EE) is known color: Foam. HEX triplet: CF, F0 and EE. RGB value is (207,240,238). Sum of RGB (Red+Green+Blue) = 207+240+238=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0EE is #300F11. Grayscale: #E5E5E5. Windows color (decimal): -3149586 or 15659215. OLE color: 15659215.
HSL color Cylindrical-coordinate representation of color #CFF0EE: hue angle of 176.36º 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 #CFF0EE is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 238 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.06 |
| HSL | 176.36º | 0.52% | 0.88% | - |
| HSV(B) | 176.36º | 0.14% | 0.94% | - |
| XYZ | 72.32 | 81.76 | 92.86 | - |
| YUV | 229.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 238 | 0.14 | 0 | 0.01 | 0.06 | 176.36 | 0.52 | 0.88 |
| Hex | CF | F0 | EE | E | 0 | 1 | 6 | B0 | 34 | 58 |
| Octal | 317 | 360 | 356 | 16 | 0 | 1 | 6 | 260 | 64 | 130 |
| Binary | 11001111 | 11110000 | 11101110 | 1110 | 0 | 1 | 110 | 10110000 | 110100 | 1011000 |
Color Harmonies of #CFF0EE
Complementary color
Monochromatic Colors of #CFF0EE
Black with #CFF0EE
Text Example
Text Example
White with #CFF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0EE; }
p { color: rgb(207,240,238); }
H1.HeaderClassName
{
color: #CFF0EE;
}
.AnyTagClassName
{
color: #CFF0EE;
}
</style>
background-color css
<style>
a { background-color: #CFF0EE; }
a { background-color: rgb(207,240,238); }
div.DivClassName
{
background-color: #CFF0EE;
}
.BgClassName
{
background-color: #CFF0EE;
}
</style>
border-color css
<style>
span { border-color: #CFF0EE; }
span { border-color: rgb(207,240,238); }
td.TdClassName
{
border-color: #CFF0EE;
}
.TagClassName
{
border-color: #CFF0EE;
}
</style>