Shades of Foam #CFF1EE
Tints of Foam #CFF1EE
RGB
CMYK
RGB Variations
Color information
#CFF1EE (or 0xCFF1EE) is known color: Foam. HEX triplet: CF, F1 and EE. RGB value is (207,241,238). Sum of RGB (Red+Green+Blue) = 207+241+238=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF1EE is #300E11. Grayscale: #E6E6E6. Windows color (decimal): -3149330 or 15659471. OLE color: 15659471.
HSL color Cylindrical-coordinate representation of color #CFF1EE: hue angle of 174.71º degrees, saturation: 0.55, 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 #CFF1EE is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 238 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.05 |
| HSL | 174.71º | 0.55% | 0.88% | - |
| HSV(B) | 174.71º | 0.14% | 0.95% | - |
| XYZ | 72.62 | 82.35 | 92.96 | - |
| YUV | 230.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 238 | 0.14 | 0 | 0.01 | 0.05 | 174.71 | 0.55 | 0.88 |
| Hex | CF | F1 | EE | E | 0 | 1 | 5 | AF | 37 | 58 |
| Octal | 317 | 361 | 356 | 16 | 0 | 1 | 5 | 257 | 67 | 130 |
| Binary | 11001111 | 11110001 | 11101110 | 1110 | 0 | 1 | 101 | 10101111 | 110111 | 1011000 |
Color Harmonies of #CFF1EE
Complementary color
Monochromatic Colors of #CFF1EE
Black with #CFF1EE
Text Example
Text Example
White with #CFF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1EE; }
p { color: rgb(207,241,238); }
H1.HeaderClassName
{
color: #CFF1EE;
}
.AnyTagClassName
{
color: #CFF1EE;
}
</style>
background-color css
<style>
a { background-color: #CFF1EE; }
a { background-color: rgb(207,241,238); }
div.DivClassName
{
background-color: #CFF1EE;
}
.BgClassName
{
background-color: #CFF1EE;
}
</style>
border-color css
<style>
span { border-color: #CFF1EE; }
span { border-color: rgb(207,241,238); }
td.TdClassName
{
border-color: #CFF1EE;
}
.TagClassName
{
border-color: #CFF1EE;
}
</style>