Shades of Foam #CEF8F3
Tints of Foam #CEF8F3
RGB
CMYK
RGB Variations
Color information
#CEF8F3 (or 0xCEF8F3) is known color: Foam. HEX triplet: CE, F8 and F3. RGB value is (206,248,243). Sum of RGB (Red+Green+Blue) = 206+248+243=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF8F3 is #31070C. Grayscale: #EAEAEA. Windows color (decimal): -3213069 or 15988942. OLE color: 15988942.
HSL color Cylindrical-coordinate representation of color #CEF8F3: hue angle of 172.86º 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 #CEF8F3 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 243 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.03 |
| HSL | 172.86º | 0.75% | 0.89% | - |
| HSV(B) | 172.86º | 0.17% | 0.97% | - |
| XYZ | 75.2 | 86.73 | 97.57 | - |
| YUV | 234.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 243 | 0.17 | 0 | 0.02 | 0.03 | 172.86 | 0.75 | 0.89 |
| Hex | CE | F8 | F3 | 11 | 0 | 2 | 3 | AD | 4B | 59 |
| Octal | 316 | 370 | 363 | 21 | 0 | 2 | 3 | 255 | 113 | 131 |
| Binary | 11001110 | 11111000 | 11110011 | 10001 | 0 | 10 | 11 | 10101101 | 1001011 | 1011001 |
Color Harmonies of #CEF8F3
Complementary color
Monochromatic Colors of #CEF8F3
Black with #CEF8F3
Text Example
Text Example
White with #CEF8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8F3; }
p { color: rgb(206,248,243); }
H1.HeaderClassName
{
color: #CEF8F3;
}
.AnyTagClassName
{
color: #CEF8F3;
}
</style>
background-color css
<style>
a { background-color: #CEF8F3; }
a { background-color: rgb(206,248,243); }
div.DivClassName
{
background-color: #CEF8F3;
}
.BgClassName
{
background-color: #CEF8F3;
}
</style>
border-color css
<style>
span { border-color: #CEF8F3; }
span { border-color: rgb(206,248,243); }
td.TdClassName
{
border-color: #CEF8F3;
}
.TagClassName
{
border-color: #CEF8F3;
}
</style>