Shades of Foam #CBEDEB
Tints of Foam #CBEDEB
RGB
CMYK
RGB Variations
Color information
#CBEDEB (or 0xCBEDEB) is known color: Foam. HEX triplet: CB, ED and EB. RGB value is (203,237,235). Sum of RGB (Red+Green+Blue) = 203+237+235=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDEB is #341214. Grayscale: #E2E2E2. Windows color (decimal): -3412501 or 15461835. OLE color: 15461835.
HSL color Cylindrical-coordinate representation of color #CBEDEB: hue angle of 176.47º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEDEB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 235 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.07 |
| HSL | 176.47º | 0.49% | 0.86% | - |
| HSV(B) | 176.47º | 0.14% | 0.93% | - |
| XYZ | 69.91 | 79.26 | 90.21 | - |
| YUV | 226.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 235 | 0.14 | 0 | 0.01 | 0.07 | 176.47 | 0.49 | 0.86 |
| Hex | CB | ED | EB | E | 0 | 1 | 7 | B0 | 31 | 56 |
| Octal | 313 | 355 | 353 | 16 | 0 | 1 | 7 | 260 | 61 | 126 |
| Binary | 11001011 | 11101101 | 11101011 | 1110 | 0 | 1 | 111 | 10110000 | 110001 | 1010110 |
Color Harmonies of #CBEDEB
Complementary color
Monochromatic Colors of #CBEDEB
Black with #CBEDEB
Text Example
Text Example
White with #CBEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDEB; }
p { color: rgb(203,237,235); }
H1.HeaderClassName
{
color: #CBEDEB;
}
.AnyTagClassName
{
color: #CBEDEB;
}
</style>
background-color css
<style>
a { background-color: #CBEDEB; }
a { background-color: rgb(203,237,235); }
div.DivClassName
{
background-color: #CBEDEB;
}
.BgClassName
{
background-color: #CBEDEB;
}
</style>
border-color css
<style>
span { border-color: #CBEDEB; }
span { border-color: rgb(203,237,235); }
td.TdClassName
{
border-color: #CBEDEB;
}
.TagClassName
{
border-color: #CBEDEB;
}
</style>