Shades of Foam #CFECE8
Tints of Foam #CFECE8
RGB
CMYK
RGB Variations
Color information
#CFECE8 (or 0xCFECE8) is known color: Foam. HEX triplet: CF, EC and E8. RGB value is (207,236,232). Sum of RGB (Red+Green+Blue) = 207+236+232=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECE8 is #301317. Grayscale: #E2E2E2. Windows color (decimal): -3150616 or 15264975. OLE color: 15264975.
HSL color Cylindrical-coordinate representation of color #CFECE8: hue angle of 171.72º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFECE8 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 236 | 232 | - |
CMYK | 0.12 | 0 | 0.02 | 0.07 |
HSL | 171.72º | 0.43% | 0.87% | - |
HSV(B) | 171.72º | 0.12% | 0.93% | - |
XYZ | 70.29 | 79.08 | 87.9 | - |
YUV | 226.87 | 130.89 | 113.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 236 | 232 | 0.12 | 0 | 0.02 | 0.07 | 171.72 | 0.43 | 0.87 |
Hex | CF | EC | E8 | C | 0 | 2 | 7 | AC | 2B | 57 |
Octal | 317 | 354 | 350 | 14 | 0 | 2 | 7 | 254 | 53 | 127 |
Binary | 11001111 | 11101100 | 11101000 | 1100 | 0 | 10 | 111 | 10101100 | 101011 | 1010111 |
Color Harmonies of #CFECE8
Complementary color
Monochromatic Colors of #CFECE8
Black with #CFECE8
Text Example
Text Example
White with #CFECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECE8; }
p { color: rgb(207,236,232); }
H1.HeaderClassName
{
color: #CFECE8;
}
.AnyTagClassName
{
color: #CFECE8;
}
</style>
background-color css
<style>
a { background-color: #CFECE8; }
a { background-color: rgb(207,236,232); }
div.DivClassName
{
background-color: #CFECE8;
}
.BgClassName
{
background-color: #CFECE8;
}
</style>
border-color css
<style>
span { border-color: #CFECE8; }
span { border-color: rgb(207,236,232); }
td.TdClassName
{
border-color: #CFECE8;
}
.TagClassName
{
border-color: #CFECE8;
}
</style>