Shades of Foam #CBEFEC
Tints of Foam #CBEFEC
RGB
CMYK
RGB Variations
Color information
#CBEFEC (or 0xCBEFEC) is known color: Foam. HEX triplet: CB, EF and EC. RGB value is (203,239,236). Sum of RGB (Red+Green+Blue) = 203+239+236=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEFEC is #341013. Grayscale: #E3E3E3. Windows color (decimal): -3411988 or 15527883. OLE color: 15527883.
HSL color Cylindrical-coordinate representation of color #CBEFEC: hue angle of 175º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEFEC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 236 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.06 |
| HSL | 175º | 0.53% | 0.87% | - |
| HSV(B) | 175º | 0.15% | 0.94% | - |
| XYZ | 70.64 | 80.49 | 91.17 | - |
| YUV | 227.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 236 | 0.15 | 0 | 0.01 | 0.06 | 175 | 0.53 | 0.87 |
| Hex | CB | EF | EC | F | 0 | 1 | 6 | AF | 35 | 57 |
| Octal | 313 | 357 | 354 | 17 | 0 | 1 | 6 | 257 | 65 | 127 |
| Binary | 11001011 | 11101111 | 11101100 | 1111 | 0 | 1 | 110 | 10101111 | 110101 | 1010111 |
Color Harmonies of #CBEFEC
Complementary color
Monochromatic Colors of #CBEFEC
Black with #CBEFEC
Text Example
Text Example
White with #CBEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFEC; }
p { color: rgb(203,239,236); }
H1.HeaderClassName
{
color: #CBEFEC;
}
.AnyTagClassName
{
color: #CBEFEC;
}
</style>
background-color css
<style>
a { background-color: #CBEFEC; }
a { background-color: rgb(203,239,236); }
div.DivClassName
{
background-color: #CBEFEC;
}
.BgClassName
{
background-color: #CBEFEC;
}
</style>
border-color css
<style>
span { border-color: #CBEFEC; }
span { border-color: rgb(203,239,236); }
td.TdClassName
{
border-color: #CBEFEC;
}
.TagClassName
{
border-color: #CBEFEC;
}
</style>