Shades of Foam #CEF8F1
Tints of Foam #CEF8F1
RGB
CMYK
RGB Variations
Color information
#CEF8F1 (or 0xCEF8F1) is known color: Foam. HEX triplet: CE, F8 and F1. RGB value is (206,248,241). Sum of RGB (Red+Green+Blue) = 206+248+241=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF8F1 is #31070E. Grayscale: #EAEAEA. Windows color (decimal): -3213071 or 15857870. OLE color: 15857870.
HSL color Cylindrical-coordinate representation of color #CEF8F1: hue angle of 170º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8F1 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 241 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.03 |
| HSL | 170º | 0.75% | 0.89% | - |
| HSV(B) | 170º | 0.17% | 0.97% | - |
| XYZ | 74.9 | 86.61 | 95.99 | - |
| YUV | 234.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 241 | 0.17 | 0 | 0.03 | 0.03 | 170 | 0.75 | 0.89 |
| Hex | CE | F8 | F1 | 11 | 0 | 3 | 3 | AA | 4B | 59 |
| Octal | 316 | 370 | 361 | 21 | 0 | 3 | 3 | 252 | 113 | 131 |
| Binary | 11001110 | 11111000 | 11110001 | 10001 | 0 | 11 | 11 | 10101010 | 1001011 | 1011001 |
Color Harmonies of #CEF8F1
Complementary color
Monochromatic Colors of #CEF8F1
Black with #CEF8F1
Text Example
Text Example
White with #CEF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8F1; }
p { color: rgb(206,248,241); }
H1.HeaderClassName
{
color: #CEF8F1;
}
.AnyTagClassName
{
color: #CEF8F1;
}
</style>
background-color css
<style>
a { background-color: #CEF8F1; }
a { background-color: rgb(206,248,241); }
div.DivClassName
{
background-color: #CEF8F1;
}
.BgClassName
{
background-color: #CEF8F1;
}
</style>
border-color css
<style>
span { border-color: #CEF8F1; }
span { border-color: rgb(206,248,241); }
td.TdClassName
{
border-color: #CEF8F1;
}
.TagClassName
{
border-color: #CEF8F1;
}
</style>