Shades of Foam #CFEDE8
Tints of Foam #CFEDE8
RGB
CMYK
RGB Variations
Color information
#CFEDE8 (or 0xCFEDE8) is known color: Foam. HEX triplet: CF, ED and E8. RGB value is (207,237,232). Sum of RGB (Red+Green+Blue) = 207+237+232=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDE8 is #301217. Grayscale: #E3E3E3. Windows color (decimal): -3150360 or 15265231. OLE color: 15265231.
HSL color Cylindrical-coordinate representation of color #CFEDE8: hue angle of 170º 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 #CFEDE8 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 232 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.07 |
| HSL | 170º | 0.45% | 0.87% | - |
| HSV(B) | 170º | 0.13% | 0.93% | - |
| XYZ | 70.58 | 79.66 | 88 | - |
| YUV | 227.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 232 | 0.13 | 0 | 0.02 | 0.07 | 170 | 0.45 | 0.87 |
| Hex | CF | ED | E8 | D | 0 | 2 | 7 | AA | 2D | 57 |
| Octal | 317 | 355 | 350 | 15 | 0 | 2 | 7 | 252 | 55 | 127 |
| Binary | 11001111 | 11101101 | 11101000 | 1101 | 0 | 10 | 111 | 10101010 | 101101 | 1010111 |
Color Harmonies of #CFEDE8
Complementary color
Monochromatic Colors of #CFEDE8
Black with #CFEDE8
Text Example
Text Example
White with #CFEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDE8; }
p { color: rgb(207,237,232); }
H1.HeaderClassName
{
color: #CFEDE8;
}
.AnyTagClassName
{
color: #CFEDE8;
}
</style>
background-color css
<style>
a { background-color: #CFEDE8; }
a { background-color: rgb(207,237,232); }
div.DivClassName
{
background-color: #CFEDE8;
}
.BgClassName
{
background-color: #CFEDE8;
}
</style>
border-color css
<style>
span { border-color: #CFEDE8; }
span { border-color: rgb(207,237,232); }
td.TdClassName
{
border-color: #CFEDE8;
}
.TagClassName
{
border-color: #CFEDE8;
}
</style>