Shades of Foam #CFF3EF
Tints of Foam #CFF3EF
RGB
CMYK
RGB Variations
Color information
#CFF3EF (or 0xCFF3EF) is known color: Foam. HEX triplet: CF, F3 and EF. RGB value is (207,243,239). Sum of RGB (Red+Green+Blue) = 207+243+239=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3EF is #300C10. Grayscale: #E7E7E7. Windows color (decimal): -3148817 or 15725519. OLE color: 15725519.
HSL color Cylindrical-coordinate representation of color #CFF3EF: hue angle of 173.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF3EF is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 239 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.05 |
| HSL | 173.33º | 0.6% | 0.88% | - |
| HSV(B) | 173.33º | 0.15% | 0.95% | - |
| XYZ | 73.36 | 83.6 | 93.93 | - |
| YUV | 231.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 239 | 0.15 | 0 | 0.02 | 0.05 | 173.33 | 0.6 | 0.88 |
| Hex | CF | F3 | EF | F | 0 | 2 | 5 | AD | 3C | 58 |
| Octal | 317 | 363 | 357 | 17 | 0 | 2 | 5 | 255 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11101111 | 1111 | 0 | 10 | 101 | 10101101 | 111100 | 1011000 |
Color Harmonies of #CFF3EF
Complementary color
Monochromatic Colors of #CFF3EF
Black with #CFF3EF
Text Example
Text Example
White with #CFF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3EF; }
p { color: rgb(207,243,239); }
H1.HeaderClassName
{
color: #CFF3EF;
}
.AnyTagClassName
{
color: #CFF3EF;
}
</style>
background-color css
<style>
a { background-color: #CFF3EF; }
a { background-color: rgb(207,243,239); }
div.DivClassName
{
background-color: #CFF3EF;
}
.BgClassName
{
background-color: #CFF3EF;
}
</style>
border-color css
<style>
span { border-color: #CFF3EF; }
span { border-color: rgb(207,243,239); }
td.TdClassName
{
border-color: #CFF3EF;
}
.TagClassName
{
border-color: #CFF3EF;
}
</style>