Shades of Foam #CFEDE9
Tints of Foam #CFEDE9
RGB
CMYK
RGB Variations
Color information
#CFEDE9 (or 0xCFEDE9) is known color: Foam. HEX triplet: CF, ED and E9. RGB value is (207,237,233). Sum of RGB (Red+Green+Blue) = 207+237+233=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDE9 is #301216. Grayscale: #E3E3E3. Windows color (decimal): -3150359 or 15330767. OLE color: 15330767.
HSL color Cylindrical-coordinate representation of color #CFEDE9: hue angle of 172º 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 #CFEDE9 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 233 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.07 |
| HSL | 172º | 0.45% | 0.87% | - |
| HSV(B) | 172º | 0.13% | 0.93% | - |
| XYZ | 70.72 | 79.72 | 88.75 | - |
| YUV | 227.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 233 | 0.13 | 0 | 0.02 | 0.07 | 172 | 0.45 | 0.87 |
| Hex | CF | ED | E9 | D | 0 | 2 | 7 | AC | 2D | 57 |
| Octal | 317 | 355 | 351 | 15 | 0 | 2 | 7 | 254 | 55 | 127 |
| Binary | 11001111 | 11101101 | 11101001 | 1101 | 0 | 10 | 111 | 10101100 | 101101 | 1010111 |
Color Harmonies of #CFEDE9
Complementary color
Monochromatic Colors of #CFEDE9
Black with #CFEDE9
Text Example
Text Example
White with #CFEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDE9; }
p { color: rgb(207,237,233); }
H1.HeaderClassName
{
color: #CFEDE9;
}
.AnyTagClassName
{
color: #CFEDE9;
}
</style>
background-color css
<style>
a { background-color: #CFEDE9; }
a { background-color: rgb(207,237,233); }
div.DivClassName
{
background-color: #CFEDE9;
}
.BgClassName
{
background-color: #CFEDE9;
}
</style>
border-color css
<style>
span { border-color: #CFEDE9; }
span { border-color: rgb(207,237,233); }
td.TdClassName
{
border-color: #CFEDE9;
}
.TagClassName
{
border-color: #CFEDE9;
}
</style>