Shades of Foam #CCEBE9
Tints of Foam #CCEBE9
RGB
CMYK
RGB Variations
Color information
#CCEBE9 (or 0xCCEBE9) is known color: Foam. HEX triplet: CC, EB and E9. RGB value is (204,235,233). Sum of RGB (Red+Green+Blue) = 204+235+233=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBE9 is #331416. Grayscale: #E1E1E1. Windows color (decimal): -3347479 or 15330252. OLE color: 15330252.
HSL color Cylindrical-coordinate representation of color #CCEBE9: hue angle of 176.13º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBE9 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 235 | 233 | - |
CMYK | 0.13 | 0 | 0.01 | 0.08 |
HSL | 176.13º | 0.44% | 0.86% | - |
HSV(B) | 176.13º | 0.13% | 0.92% | - |
XYZ | 69.32 | 78.14 | 88.52 | - |
YUV | 225.5 | 132.23 | 112.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 235 | 233 | 0.13 | 0 | 0.01 | 0.08 | 176.13 | 0.44 | 0.86 |
Hex | CC | EB | E9 | D | 0 | 1 | 8 | B0 | 2C | 56 |
Octal | 314 | 353 | 351 | 15 | 0 | 1 | 10 | 260 | 54 | 126 |
Binary | 11001100 | 11101011 | 11101001 | 1101 | 0 | 1 | 1000 | 10110000 | 101100 | 1010110 |
Color Harmonies of #CCEBE9
Complementary color
Monochromatic Colors of #CCEBE9
Black with #CCEBE9
Text Example
Text Example
White with #CCEBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBE9; }
p { color: rgb(204,235,233); }
H1.HeaderClassName
{
color: #CCEBE9;
}
.AnyTagClassName
{
color: #CCEBE9;
}
</style>
background-color css
<style>
a { background-color: #CCEBE9; }
a { background-color: rgb(204,235,233); }
div.DivClassName
{
background-color: #CCEBE9;
}
.BgClassName
{
background-color: #CCEBE9;
}
</style>
border-color css
<style>
span { border-color: #CCEBE9; }
span { border-color: rgb(204,235,233); }
td.TdClassName
{
border-color: #CCEBE9;
}
.TagClassName
{
border-color: #CCEBE9;
}
</style>