Shades of Foam #CFEDEB
Tints of Foam #CFEDEB
RGB
CMYK
RGB Variations
Color information
#CFEDEB (or 0xCFEDEB) is known color: Foam. HEX triplet: CF, ED and EB. RGB value is (207,237,235). Sum of RGB (Red+Green+Blue) = 207+237+235=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDEB is #301214. Grayscale: #E3E3E3. Windows color (decimal): -3150357 or 15461839. OLE color: 15461839.
HSL color Cylindrical-coordinate representation of color #CFEDEB: hue angle of 176º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEDEB is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 235 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.07 |
| HSL | 176º | 0.45% | 0.87% | - |
| HSV(B) | 176º | 0.13% | 0.93% | - |
| XYZ | 71.01 | 79.83 | 90.26 | - |
| YUV | 227.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 235 | 0.13 | 0 | 0.01 | 0.07 | 176 | 0.45 | 0.87 |
| Hex | CF | ED | EB | D | 0 | 1 | 7 | B0 | 2D | 57 |
| Octal | 317 | 355 | 353 | 15 | 0 | 1 | 7 | 260 | 55 | 127 |
| Binary | 11001111 | 11101101 | 11101011 | 1101 | 0 | 1 | 111 | 10110000 | 101101 | 1010111 |
Color Harmonies of #CFEDEB
Complementary color
Monochromatic Colors of #CFEDEB
Black with #CFEDEB
Text Example
Text Example
White with #CFEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDEB; }
p { color: rgb(207,237,235); }
H1.HeaderClassName
{
color: #CFEDEB;
}
.AnyTagClassName
{
color: #CFEDEB;
}
</style>
background-color css
<style>
a { background-color: #CFEDEB; }
a { background-color: rgb(207,237,235); }
div.DivClassName
{
background-color: #CFEDEB;
}
.BgClassName
{
background-color: #CFEDEB;
}
</style>
border-color css
<style>
span { border-color: #CFEDEB; }
span { border-color: rgb(207,237,235); }
td.TdClassName
{
border-color: #CFEDEB;
}
.TagClassName
{
border-color: #CFEDEB;
}
</style>