Shades of Foam #CFEBE8
Tints of Foam #CFEBE8
RGB
CMYK
RGB Variations
Color information
#CFEBE8 (or 0xCFEBE8) is known color: Foam. HEX triplet: CF, EB and E8. RGB value is (207,235,232). Sum of RGB (Red+Green+Blue) = 207+235+232=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEBE8 is #301417. Grayscale: #E2E2E2. Windows color (decimal): -3150872 or 15264719. OLE color: 15264719.
HSL color Cylindrical-coordinate representation of color #CFEBE8: hue angle of 173.57º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEBE8 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 232 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.08 |
| HSL | 173.57º | 0.41% | 0.87% | - |
| HSV(B) | 173.57º | 0.12% | 0.92% | - |
| XYZ | 70.01 | 78.51 | 87.81 | - |
| YUV | 226.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 232 | 0.12 | 0 | 0.01 | 0.08 | 173.57 | 0.41 | 0.87 |
| Hex | CF | EB | E8 | C | 0 | 1 | 8 | AE | 29 | 57 |
| Octal | 317 | 353 | 350 | 14 | 0 | 1 | 10 | 256 | 51 | 127 |
| Binary | 11001111 | 11101011 | 11101000 | 1100 | 0 | 1 | 1000 | 10101110 | 101001 | 1010111 |
Color Harmonies of #CFEBE8
Complementary color
Monochromatic Colors of #CFEBE8
Black with #CFEBE8
Text Example
Text Example
White with #CFEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBE8; }
p { color: rgb(207,235,232); }
H1.HeaderClassName
{
color: #CFEBE8;
}
.AnyTagClassName
{
color: #CFEBE8;
}
</style>
background-color css
<style>
a { background-color: #CFEBE8; }
a { background-color: rgb(207,235,232); }
div.DivClassName
{
background-color: #CFEBE8;
}
.BgClassName
{
background-color: #CFEBE8;
}
</style>
border-color css
<style>
span { border-color: #CFEBE8; }
span { border-color: rgb(207,235,232); }
td.TdClassName
{
border-color: #CFEBE8;
}
.TagClassName
{
border-color: #CFEBE8;
}
</style>