Shades of Foam #CFF0EA
Tints of Foam #CFF0EA
RGB
CMYK
RGB Variations
Color information
#CFF0EA (or 0xCFF0EA) is known color: Foam. HEX triplet: CF, F0 and EA. RGB value is (207,240,234). Sum of RGB (Red+Green+Blue) = 207+240+234=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0EA is #300F15. Grayscale: #E5E5E5. Windows color (decimal): -3149590 or 15397071. OLE color: 15397071.
HSL color Cylindrical-coordinate representation of color #CFF0EA: hue angle of 169.09º 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 #CFF0EA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 234 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.06 |
| HSL | 169.09º | 0.52% | 0.88% | - |
| HSV(B) | 169.09º | 0.14% | 0.94% | - |
| XYZ | 71.74 | 81.53 | 89.8 | - |
| YUV | 229.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 234 | 0.14 | 0 | 0.02 | 0.06 | 169.09 | 0.52 | 0.88 |
| Hex | CF | F0 | EA | E | 0 | 2 | 6 | A9 | 34 | 58 |
| Octal | 317 | 360 | 352 | 16 | 0 | 2 | 6 | 251 | 64 | 130 |
| Binary | 11001111 | 11110000 | 11101010 | 1110 | 0 | 10 | 110 | 10101001 | 110100 | 1011000 |
Color Harmonies of #CFF0EA
Complementary color
Monochromatic Colors of #CFF0EA
Black with #CFF0EA
Text Example
Text Example
White with #CFF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0EA; }
p { color: rgb(207,240,234); }
H1.HeaderClassName
{
color: #CFF0EA;
}
.AnyTagClassName
{
color: #CFF0EA;
}
</style>
background-color css
<style>
a { background-color: #CFF0EA; }
a { background-color: rgb(207,240,234); }
div.DivClassName
{
background-color: #CFF0EA;
}
.BgClassName
{
background-color: #CFF0EA;
}
</style>
border-color css
<style>
span { border-color: #CFF0EA; }
span { border-color: rgb(207,240,234); }
td.TdClassName
{
border-color: #CFF0EA;
}
.TagClassName
{
border-color: #CFF0EA;
}
</style>