Shades of Foam #CFF2EE
Tints of Foam #CFF2EE
RGB
CMYK
RGB Variations
Color information
#CFF2EE (or 0xCFF2EE) is known color: Foam. HEX triplet: CF, F2 and EE. RGB value is (207,242,238). Sum of RGB (Red+Green+Blue) = 207+242+238=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2EE is #300D11. Grayscale: #E7E7E7. Windows color (decimal): -3149074 or 15659727. OLE color: 15659727.
HSL color Cylindrical-coordinate representation of color #CFF2EE: hue angle of 173.14º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF2EE is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 238 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.05 |
| HSL | 173.14º | 0.57% | 0.88% | - |
| HSV(B) | 173.14º | 0.14% | 0.95% | - |
| XYZ | 72.92 | 82.94 | 93.06 | - |
| YUV | 231.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 238 | 0.14 | 0 | 0.02 | 0.05 | 173.14 | 0.57 | 0.88 |
| Hex | CF | F2 | EE | E | 0 | 2 | 5 | AD | 39 | 58 |
| Octal | 317 | 362 | 356 | 16 | 0 | 2 | 5 | 255 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11101110 | 1110 | 0 | 10 | 101 | 10101101 | 111001 | 1011000 |
Color Harmonies of #CFF2EE
Complementary color
Monochromatic Colors of #CFF2EE
Black with #CFF2EE
Text Example
Text Example
White with #CFF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2EE; }
p { color: rgb(207,242,238); }
H1.HeaderClassName
{
color: #CFF2EE;
}
.AnyTagClassName
{
color: #CFF2EE;
}
</style>
background-color css
<style>
a { background-color: #CFF2EE; }
a { background-color: rgb(207,242,238); }
div.DivClassName
{
background-color: #CFF2EE;
}
.BgClassName
{
background-color: #CFF2EE;
}
</style>
border-color css
<style>
span { border-color: #CFF2EE; }
span { border-color: rgb(207,242,238); }
td.TdClassName
{
border-color: #CFF2EE;
}
.TagClassName
{
border-color: #CFF2EE;
}
</style>