Shades of Foam #CBEDEA
Tints of Foam #CBEDEA
RGB
CMYK
RGB Variations
Color information
#CBEDEA (or 0xCBEDEA) is known color: Foam. HEX triplet: CB, ED and EA. RGB value is (203,237,234). Sum of RGB (Red+Green+Blue) = 203+237+234=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDEA is #341215. Grayscale: #E2E2E2. Windows color (decimal): -3412502 or 15396299. OLE color: 15396299.
HSL color Cylindrical-coordinate representation of color #CBEDEA: hue angle of 174.71º 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 #CBEDEA is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 234 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.07 |
| HSL | 174.71º | 0.49% | 0.86% | - |
| HSV(B) | 174.71º | 0.14% | 0.93% | - |
| XYZ | 69.76 | 79.21 | 89.45 | - |
| YUV | 226.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 234 | 0.14 | 0 | 0.01 | 0.07 | 174.71 | 0.49 | 0.86 |
| Hex | CB | ED | EA | E | 0 | 1 | 7 | AF | 31 | 56 |
| Octal | 313 | 355 | 352 | 16 | 0 | 1 | 7 | 257 | 61 | 126 |
| Binary | 11001011 | 11101101 | 11101010 | 1110 | 0 | 1 | 111 | 10101111 | 110001 | 1010110 |
Color Harmonies of #CBEDEA
Complementary color
Monochromatic Colors of #CBEDEA
Black with #CBEDEA
Text Example
Text Example
White with #CBEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDEA; }
p { color: rgb(203,237,234); }
H1.HeaderClassName
{
color: #CBEDEA;
}
.AnyTagClassName
{
color: #CBEDEA;
}
</style>
background-color css
<style>
a { background-color: #CBEDEA; }
a { background-color: rgb(203,237,234); }
div.DivClassName
{
background-color: #CBEDEA;
}
.BgClassName
{
background-color: #CBEDEA;
}
</style>
border-color css
<style>
span { border-color: #CBEDEA; }
span { border-color: rgb(203,237,234); }
td.TdClassName
{
border-color: #CBEDEA;
}
.TagClassName
{
border-color: #CBEDEA;
}
</style>