Shades of Foam #CEEBE8
Tints of Foam #CEEBE8
RGB
CMYK
RGB Variations
Color information
#CEEBE8 (or 0xCEEBE8) is known color: Foam. HEX triplet: CE, EB and E8. RGB value is (206,235,232). Sum of RGB (Red+Green+Blue) = 206+235+232=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBE8 is #311417. Grayscale: #E1E1E1. Windows color (decimal): -3216408 or 15264718. OLE color: 15264718.
HSL color Cylindrical-coordinate representation of color #CEEBE8: hue angle of 173.79º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEBE8 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 232 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.08 |
| HSL | 173.79º | 0.42% | 0.86% | - |
| HSV(B) | 173.79º | 0.12% | 0.92% | - |
| XYZ | 69.73 | 78.36 | 87.79 | - |
| YUV | 225.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 232 | 0.12 | 0 | 0.01 | 0.08 | 173.79 | 0.42 | 0.86 |
| Hex | CE | EB | E8 | C | 0 | 1 | 8 | AE | 2A | 56 |
| Octal | 316 | 353 | 350 | 14 | 0 | 1 | 10 | 256 | 52 | 126 |
| Binary | 11001110 | 11101011 | 11101000 | 1100 | 0 | 1 | 1000 | 10101110 | 101010 | 1010110 |
Color Harmonies of #CEEBE8
Complementary color
Monochromatic Colors of #CEEBE8
Black with #CEEBE8
Text Example
Text Example
White with #CEEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBE8; }
p { color: rgb(206,235,232); }
H1.HeaderClassName
{
color: #CEEBE8;
}
.AnyTagClassName
{
color: #CEEBE8;
}
</style>
background-color css
<style>
a { background-color: #CEEBE8; }
a { background-color: rgb(206,235,232); }
div.DivClassName
{
background-color: #CEEBE8;
}
.BgClassName
{
background-color: #CEEBE8;
}
</style>
border-color css
<style>
span { border-color: #CEEBE8; }
span { border-color: rgb(206,235,232); }
td.TdClassName
{
border-color: #CEEBE8;
}
.TagClassName
{
border-color: #CEEBE8;
}
</style>