Shades of Foam #CEECE8
Tints of Foam #CEECE8
RGB
CMYK
RGB Variations
Color information
#CEECE8 (or 0xCEECE8) is known color: Foam. HEX triplet: CE, EC and E8. RGB value is (206,236,232). Sum of RGB (Red+Green+Blue) = 206+236+232=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECE8 is #311317. Grayscale: #E2E2E2. Windows color (decimal): -3216152 or 15264974. OLE color: 15264974.
HSL color Cylindrical-coordinate representation of color #CEECE8: hue angle of 172º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEECE8 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 232 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.07 |
| HSL | 172º | 0.44% | 0.87% | - |
| HSV(B) | 172º | 0.13% | 0.93% | - |
| XYZ | 70.01 | 78.94 | 87.89 | - |
| YUV | 226.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 232 | 0.13 | 0 | 0.02 | 0.07 | 172 | 0.44 | 0.87 |
| Hex | CE | EC | E8 | D | 0 | 2 | 7 | AC | 2C | 57 |
| Octal | 316 | 354 | 350 | 15 | 0 | 2 | 7 | 254 | 54 | 127 |
| Binary | 11001110 | 11101100 | 11101000 | 1101 | 0 | 10 | 111 | 10101100 | 101100 | 1010111 |
Color Harmonies of #CEECE8
Complementary color
Monochromatic Colors of #CEECE8
Black with #CEECE8
Text Example
Text Example
White with #CEECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECE8; }
p { color: rgb(206,236,232); }
H1.HeaderClassName
{
color: #CEECE8;
}
.AnyTagClassName
{
color: #CEECE8;
}
</style>
background-color css
<style>
a { background-color: #CEECE8; }
a { background-color: rgb(206,236,232); }
div.DivClassName
{
background-color: #CEECE8;
}
.BgClassName
{
background-color: #CEECE8;
}
</style>
border-color css
<style>
span { border-color: #CEECE8; }
span { border-color: rgb(206,236,232); }
td.TdClassName
{
border-color: #CEECE8;
}
.TagClassName
{
border-color: #CEECE8;
}
</style>