Shades of Foam #CFE3E2
Tints of Foam #CFE3E2
RGB
CMYK
RGB Variations
Color information
#CFE3E2 (or 0xCFE3E2) is known color: Foam. HEX triplet: CF, E3 and E2. RGB value is (207,227,226). Sum of RGB (Red+Green+Blue) = 207+227+226=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 227 (89.06% from 255 or 34.39% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3E2 is #301C1D. Grayscale: #DCDCDC. Windows color (decimal): -3152926 or 14869455. OLE color: 14869455.
HSL color Cylindrical-coordinate representation of color #CFE3E2: hue angle of 177º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFE3E2 is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 226 | - |
| CMYK | 0.09 | 0 | 0.00 | 0.11 |
| HSL | 177º | 0.26% | 0.85% | - |
| HSV(B) | 177º | 0.09% | 0.89% | - |
| XYZ | 66.93 | 73.69 | 82.65 | - |
| YUV | 220.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 226 | 0.09 | 0 | 0.00 | 0.11 | 177 | 0.26 | 0.85 |
| Hex | CF | E3 | E2 | 9 | 0 | 0 | B | B1 | 1A | 55 |
| Octal | 317 | 343 | 342 | 11 | 0 | 0 | 13 | 261 | 32 | 125 |
| Binary | 11001111 | 11100011 | 11100010 | 1001 | 0 | 0 | 1011 | 10110001 | 11010 | 1010101 |
Color Harmonies of #CFE3E2
Complementary color
Monochromatic Colors of #CFE3E2
Black with #CFE3E2
Text Example
Text Example
White with #CFE3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3E2; }
p { color: rgb(207,227,226); }
H1.HeaderClassName
{
color: #CFE3E2;
}
.AnyTagClassName
{
color: #CFE3E2;
}
</style>
background-color css
<style>
a { background-color: #CFE3E2; }
a { background-color: rgb(207,227,226); }
div.DivClassName
{
background-color: #CFE3E2;
}
.BgClassName
{
background-color: #CFE3E2;
}
</style>
border-color css
<style>
span { border-color: #CFE3E2; }
span { border-color: rgb(207,227,226); }
td.TdClassName
{
border-color: #CFE3E2;
}
.TagClassName
{
border-color: #CFE3E2;
}
</style>