Shades of Foam #CBE9E6
Tints of Foam #CBE9E6
RGB
CMYK
RGB Variations
Color information
#CBE9E6 (or 0xCBE9E6) is known color: Foam. HEX triplet: CB, E9 and E6. RGB value is (203,233,230). Sum of RGB (Red+Green+Blue) = 203+233+230=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE9E6 is #341619. Grayscale: #DFDFDF. Windows color (decimal): -3413530 or 15133131. OLE color: 15133131.
HSL color Cylindrical-coordinate representation of color #CBE9E6: hue angle of 174º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE9E6 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 203 | 233 | 230 | - |
CMYK | 0.13 | 0 | 0.01 | 0.09 |
HSL | 174º | 0.41% | 0.85% | - |
HSV(B) | 174º | 0.13% | 0.91% | - |
XYZ | 68.05 | 76.69 | 86.08 | - |
YUV | 223.69 | 131.56 | 113.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 233 | 230 | 0.13 | 0 | 0.01 | 0.09 | 174 | 0.41 | 0.85 |
Hex | CB | E9 | E6 | D | 0 | 1 | 9 | AE | 29 | 55 |
Octal | 313 | 351 | 346 | 15 | 0 | 1 | 11 | 256 | 51 | 125 |
Binary | 11001011 | 11101001 | 11100110 | 1101 | 0 | 1 | 1001 | 10101110 | 101001 | 1010101 |
Color Harmonies of #CBE9E6
Complementary color
Monochromatic Colors of #CBE9E6
Black with #CBE9E6
Text Example
Text Example
White with #CBE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE9E6; }
p { color: rgb(203,233,230); }
H1.HeaderClassName
{
color: #CBE9E6;
}
.AnyTagClassName
{
color: #CBE9E6;
}
</style>
background-color css
<style>
a { background-color: #CBE9E6; }
a { background-color: rgb(203,233,230); }
div.DivClassName
{
background-color: #CBE9E6;
}
.BgClassName
{
background-color: #CBE9E6;
}
</style>
border-color css
<style>
span { border-color: #CBE9E6; }
span { border-color: rgb(203,233,230); }
td.TdClassName
{
border-color: #CBE9E6;
}
.TagClassName
{
border-color: #CBE9E6;
}
</style>