Shades of Foam #CFECE7
Tints of Foam #CFECE7
RGB
CMYK
RGB Variations
Color information
#CFECE7 (or 0xCFECE7) is known color: Foam. HEX triplet: CF, EC and E7. RGB value is (207,236,231). Sum of RGB (Red+Green+Blue) = 207+236+231=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECE7 is #301318. Grayscale: #E2E2E2. Windows color (decimal): -3150617 or 15199439. OLE color: 15199439.
HSL color Cylindrical-coordinate representation of color #CFECE7: hue angle of 169.66º 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 #CFECE7 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 236 | 231 | - |
CMYK | 0.12 | 0 | 0.02 | 0.07 |
HSL | 169.66º | 0.43% | 0.87% | - |
HSV(B) | 169.66º | 0.12% | 0.93% | - |
XYZ | 70.15 | 79.03 | 87.16 | - |
YUV | 226.76 | 130.39 | 113.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 236 | 231 | 0.12 | 0 | 0.02 | 0.07 | 169.66 | 0.43 | 0.87 |
Hex | CF | EC | E7 | C | 0 | 2 | 7 | AA | 2B | 57 |
Octal | 317 | 354 | 347 | 14 | 0 | 2 | 7 | 252 | 53 | 127 |
Binary | 11001111 | 11101100 | 11100111 | 1100 | 0 | 10 | 111 | 10101010 | 101011 | 1010111 |
Color Harmonies of #CFECE7
Complementary color
Monochromatic Colors of #CFECE7
Black with #CFECE7
Text Example
Text Example
White with #CFECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECE7; }
p { color: rgb(207,236,231); }
H1.HeaderClassName
{
color: #CFECE7;
}
.AnyTagClassName
{
color: #CFECE7;
}
</style>
background-color css
<style>
a { background-color: #CFECE7; }
a { background-color: rgb(207,236,231); }
div.DivClassName
{
background-color: #CFECE7;
}
.BgClassName
{
background-color: #CFECE7;
}
</style>
border-color css
<style>
span { border-color: #CFECE7; }
span { border-color: rgb(207,236,231); }
td.TdClassName
{
border-color: #CFECE7;
}
.TagClassName
{
border-color: #CFECE7;
}
</style>