Shades of Foam #CFF2EF
Tints of Foam #CFF2EF
RGB
CMYK
RGB Variations
Color information
#CFF2EF (or 0xCFF2EF) is known color: Foam. HEX triplet: CF, F2 and EF. RGB value is (207,242,239). Sum of RGB (Red+Green+Blue) = 207+242+239=688 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.09% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2EF is #300D10. Grayscale: #E7E7E7. Windows color (decimal): -3149073 or 15725263. OLE color: 15725263.
HSL color Cylindrical-coordinate representation of color #CFF2EF: hue angle of 174.86º 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 #CFF2EF is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 239 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.05 |
| HSL | 174.86º | 0.57% | 0.88% | - |
| HSV(B) | 174.86º | 0.14% | 0.95% | - |
| XYZ | 73.06 | 83 | 93.83 | - |
| YUV | 231.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 239 | 0.14 | 0 | 0.01 | 0.05 | 174.86 | 0.57 | 0.88 |
| Hex | CF | F2 | EF | E | 0 | 1 | 5 | AF | 39 | 58 |
| Octal | 317 | 362 | 357 | 16 | 0 | 1 | 5 | 257 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11101111 | 1110 | 0 | 1 | 101 | 10101111 | 111001 | 1011000 |
Color Harmonies of #CFF2EF
Complementary color
Monochromatic Colors of #CFF2EF
Black with #CFF2EF
Text Example
Text Example
White with #CFF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2EF; }
p { color: rgb(207,242,239); }
H1.HeaderClassName
{
color: #CFF2EF;
}
.AnyTagClassName
{
color: #CFF2EF;
}
</style>
background-color css
<style>
a { background-color: #CFF2EF; }
a { background-color: rgb(207,242,239); }
div.DivClassName
{
background-color: #CFF2EF;
}
.BgClassName
{
background-color: #CFF2EF;
}
</style>
border-color css
<style>
span { border-color: #CFF2EF; }
span { border-color: rgb(207,242,239); }
td.TdClassName
{
border-color: #CFF2EF;
}
.TagClassName
{
border-color: #CFF2EF;
}
</style>