Shades of Foam #CEF6EF
Tints of Foam #CEF6EF
RGB
CMYK
RGB Variations
Color information
#CEF6EF (or 0xCEF6EF) is known color: Foam. HEX triplet: CE, F6 and EF. RGB value is (206,246,239). Sum of RGB (Red+Green+Blue) = 206+246+239=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6EF is #310910. Grayscale: #E9E9E9. Windows color (decimal): -3213585 or 15726286. OLE color: 15726286.
HSL color Cylindrical-coordinate representation of color #CEF6EF: hue angle of 169.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF6EF is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 239 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.04 |
| HSL | 169.5º | 0.69% | 0.89% | - |
| HSV(B) | 169.5º | 0.16% | 0.96% | - |
| XYZ | 73.99 | 85.27 | 94.22 | - |
| YUV | 233.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 239 | 0.16 | 0 | 0.03 | 0.04 | 169.5 | 0.69 | 0.89 |
| Hex | CE | F6 | EF | 10 | 0 | 3 | 4 | AA | 45 | 59 |
| Octal | 316 | 366 | 357 | 20 | 0 | 3 | 4 | 252 | 105 | 131 |
| Binary | 11001110 | 11110110 | 11101111 | 10000 | 0 | 11 | 100 | 10101010 | 1000101 | 1011001 |
Color Harmonies of #CEF6EF
Complementary color
Monochromatic Colors of #CEF6EF
Black with #CEF6EF
Text Example
Text Example
White with #CEF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF6EF; }
p { color: rgb(206,246,239); }
H1.HeaderClassName
{
color: #CEF6EF;
}
.AnyTagClassName
{
color: #CEF6EF;
}
</style>
background-color css
<style>
a { background-color: #CEF6EF; }
a { background-color: rgb(206,246,239); }
div.DivClassName
{
background-color: #CEF6EF;
}
.BgClassName
{
background-color: #CEF6EF;
}
</style>
border-color css
<style>
span { border-color: #CEF6EF; }
span { border-color: rgb(206,246,239); }
td.TdClassName
{
border-color: #CEF6EF;
}
.TagClassName
{
border-color: #CEF6EF;
}
</style>