Shades of Foam #CFF2EC
Tints of Foam #CFF2EC
RGB
CMYK
RGB Variations
Color information
#CFF2EC (or 0xCFF2EC) is known color: Foam. HEX triplet: CF, F2 and EC. RGB value is (207,242,236). Sum of RGB (Red+Green+Blue) = 207+242+236=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2EC is #300D13. Grayscale: #E6E6E6. Windows color (decimal): -3149076 or 15528655. OLE color: 15528655.
HSL color Cylindrical-coordinate representation of color #CFF2EC: hue angle of 169.71º 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 #CFF2EC is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 242 | 236 | - |
CMYK | 0.14 | 0 | 0.02 | 0.05 |
HSL | 169.71º | 0.57% | 0.88% | - |
HSV(B) | 169.71º | 0.14% | 0.95% | - |
XYZ | 72.62 | 82.83 | 91.52 | - |
YUV | 230.85 | 130.9 | 110.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 242 | 236 | 0.14 | 0 | 0.02 | 0.05 | 169.71 | 0.57 | 0.88 |
Hex | CF | F2 | EC | E | 0 | 2 | 5 | AA | 39 | 58 |
Octal | 317 | 362 | 354 | 16 | 0 | 2 | 5 | 252 | 71 | 130 |
Binary | 11001111 | 11110010 | 11101100 | 1110 | 0 | 10 | 101 | 10101010 | 111001 | 1011000 |
Color Harmonies of #CFF2EC
Complementary color
Monochromatic Colors of #CFF2EC
Black with #CFF2EC
Text Example
Text Example
White with #CFF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2EC; }
p { color: rgb(207,242,236); }
H1.HeaderClassName
{
color: #CFF2EC;
}
.AnyTagClassName
{
color: #CFF2EC;
}
</style>
background-color css
<style>
a { background-color: #CFF2EC; }
a { background-color: rgb(207,242,236); }
div.DivClassName
{
background-color: #CFF2EC;
}
.BgClassName
{
background-color: #CFF2EC;
}
</style>
border-color css
<style>
span { border-color: #CFF2EC; }
span { border-color: rgb(207,242,236); }
td.TdClassName
{
border-color: #CFF2EC;
}
.TagClassName
{
border-color: #CFF2EC;
}
</style>