Shades of Foam #CEEDEB
Tints of Foam #CEEDEB
RGB
CMYK
RGB Variations
Color information
#CEEDEB (or 0xCEEDEB) is known color: Foam. HEX triplet: CE, ED and EB. RGB value is (206,237,235). Sum of RGB (Red+Green+Blue) = 206+237+235=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDEB is #311214. Grayscale: #E3E3E3. Windows color (decimal): -3215893 or 15461838. OLE color: 15461838.
HSL color Cylindrical-coordinate representation of color #CEEDEB: hue angle of 176.13º degrees, saturation: 0.46, 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 #CEEDEB is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 235 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.07 |
| HSL | 176.13º | 0.46% | 0.87% | - |
| HSV(B) | 176.13º | 0.13% | 0.93% | - |
| XYZ | 70.73 | 79.69 | 90.25 | - |
| YUV | 227.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 235 | 0.13 | 0 | 0.01 | 0.07 | 176.13 | 0.46 | 0.87 |
| Hex | CE | ED | EB | D | 0 | 1 | 7 | B0 | 2E | 57 |
| Octal | 316 | 355 | 353 | 15 | 0 | 1 | 7 | 260 | 56 | 127 |
| Binary | 11001110 | 11101101 | 11101011 | 1101 | 0 | 1 | 111 | 10110000 | 101110 | 1010111 |
Color Harmonies of #CEEDEB
Complementary color
Monochromatic Colors of #CEEDEB
Black with #CEEDEB
Text Example
Text Example
White with #CEEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDEB; }
p { color: rgb(206,237,235); }
H1.HeaderClassName
{
color: #CEEDEB;
}
.AnyTagClassName
{
color: #CEEDEB;
}
</style>
background-color css
<style>
a { background-color: #CEEDEB; }
a { background-color: rgb(206,237,235); }
div.DivClassName
{
background-color: #CEEDEB;
}
.BgClassName
{
background-color: #CEEDEB;
}
</style>
border-color css
<style>
span { border-color: #CEEDEB; }
span { border-color: rgb(206,237,235); }
td.TdClassName
{
border-color: #CEEDEB;
}
.TagClassName
{
border-color: #CEEDEB;
}
</style>