Shades of Foam #CFEFEC
Tints of Foam #CFEFEC
RGB
CMYK
RGB Variations
Color information
#CFEFEC (or 0xCFEFEC) is known color: Foam. HEX triplet: CF, EF and EC. RGB value is (207,239,236). Sum of RGB (Red+Green+Blue) = 207+239+236=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFEC is #301013. Grayscale: #E5E5E5. Windows color (decimal): -3149844 or 15527887. OLE color: 15527887.
HSL color Cylindrical-coordinate representation of color #CFEFEC: hue angle of 174.38º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFEC is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 207 | 239 | 236 | - |
CMYK | 0.13 | 0 | 0.01 | 0.06 |
HSL | 174.38º | 0.5% | 0.87% | - |
HSV(B) | 174.38º | 0.13% | 0.94% | - |
XYZ | 71.74 | 81.05 | 91.22 | - |
YUV | 229.09 | 131.9 | 112.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 239 | 236 | 0.13 | 0 | 0.01 | 0.06 | 174.38 | 0.5 | 0.87 |
Hex | CF | EF | EC | D | 0 | 1 | 6 | AE | 32 | 57 |
Octal | 317 | 357 | 354 | 15 | 0 | 1 | 6 | 256 | 62 | 127 |
Binary | 11001111 | 11101111 | 11101100 | 1101 | 0 | 1 | 110 | 10101110 | 110010 | 1010111 |
Color Harmonies of #CFEFEC
Complementary color
Monochromatic Colors of #CFEFEC
Black with #CFEFEC
Text Example
Text Example
White with #CFEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFEC; }
p { color: rgb(207,239,236); }
H1.HeaderClassName
{
color: #CFEFEC;
}
.AnyTagClassName
{
color: #CFEFEC;
}
</style>
background-color css
<style>
a { background-color: #CFEFEC; }
a { background-color: rgb(207,239,236); }
div.DivClassName
{
background-color: #CFEFEC;
}
.BgClassName
{
background-color: #CFEFEC;
}
</style>
border-color css
<style>
span { border-color: #CFEFEC; }
span { border-color: rgb(207,239,236); }
td.TdClassName
{
border-color: #CFEFEC;
}
.TagClassName
{
border-color: #CFEFEC;
}
</style>