Shades of Foam #CFF2EB
Tints of Foam #CFF2EB
RGB
CMYK
RGB Variations
Color information
#CFF2EB (or 0xCFF2EB) is known color: Foam. HEX triplet: CF, F2 and EB. RGB value is (207,242,235). Sum of RGB (Red+Green+Blue) = 207+242+235=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2EB is #300D14. Grayscale: #E6E6E6. Windows color (decimal): -3149077 or 15463119. OLE color: 15463119.
HSL color Cylindrical-coordinate representation of color #CFF2EB: hue angle of 168º 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 #CFF2EB is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 235 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.05 |
| HSL | 168º | 0.57% | 0.88% | - |
| HSV(B) | 168º | 0.14% | 0.95% | - |
| XYZ | 72.48 | 82.77 | 90.75 | - |
| YUV | 230.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 235 | 0.14 | 0 | 0.03 | 0.05 | 168 | 0.57 | 0.88 |
| Hex | CF | F2 | EB | E | 0 | 3 | 5 | A8 | 39 | 58 |
| Octal | 317 | 362 | 353 | 16 | 0 | 3 | 5 | 250 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11101011 | 1110 | 0 | 11 | 101 | 10101000 | 111001 | 1011000 |
Color Harmonies of #CFF2EB
Complementary color
Monochromatic Colors of #CFF2EB
Black with #CFF2EB
Text Example
Text Example
White with #CFF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2EB; }
p { color: rgb(207,242,235); }
H1.HeaderClassName
{
color: #CFF2EB;
}
.AnyTagClassName
{
color: #CFF2EB;
}
</style>
background-color css
<style>
a { background-color: #CFF2EB; }
a { background-color: rgb(207,242,235); }
div.DivClassName
{
background-color: #CFF2EB;
}
.BgClassName
{
background-color: #CFF2EB;
}
</style>
border-color css
<style>
span { border-color: #CFF2EB; }
span { border-color: rgb(207,242,235); }
td.TdClassName
{
border-color: #CFF2EB;
}
.TagClassName
{
border-color: #CFF2EB;
}
</style>