Shades of Foam #CCE9E7
Tints of Foam #CCE9E7
RGB
CMYK
RGB Variations
Color information
#CCE9E7 (or 0xCCE9E7) is known color: Foam. HEX triplet: CC, E9 and E7. RGB value is (204,233,231). Sum of RGB (Red+Green+Blue) = 204+233+231=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE9E7 is #331618. Grayscale: #E0E0E0. Windows color (decimal): -3347993 or 15198668. OLE color: 15198668.
HSL color Cylindrical-coordinate representation of color #CCE9E7: hue angle of 175.86º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE9E7 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 233 | 231 | - |
CMYK | 0.12 | 0 | 0.01 | 0.09 |
HSL | 175.86º | 0.4% | 0.86% | - |
HSV(B) | 175.86º | 0.12% | 0.91% | - |
XYZ | 68.46 | 76.88 | 86.83 | - |
YUV | 224.1 | 131.89 | 113.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 233 | 231 | 0.12 | 0 | 0.01 | 0.09 | 175.86 | 0.4 | 0.86 |
Hex | CC | E9 | E7 | C | 0 | 1 | 9 | B0 | 28 | 56 |
Octal | 314 | 351 | 347 | 14 | 0 | 1 | 11 | 260 | 50 | 126 |
Binary | 11001100 | 11101001 | 11100111 | 1100 | 0 | 1 | 1001 | 10110000 | 101000 | 1010110 |
Color Harmonies of #CCE9E7
Complementary color
Monochromatic Colors of #CCE9E7
Black with #CCE9E7
Text Example
Text Example
White with #CCE9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9E7; }
p { color: rgb(204,233,231); }
H1.HeaderClassName
{
color: #CCE9E7;
}
.AnyTagClassName
{
color: #CCE9E7;
}
</style>
background-color css
<style>
a { background-color: #CCE9E7; }
a { background-color: rgb(204,233,231); }
div.DivClassName
{
background-color: #CCE9E7;
}
.BgClassName
{
background-color: #CCE9E7;
}
</style>
border-color css
<style>
span { border-color: #CCE9E7; }
span { border-color: rgb(204,233,231); }
td.TdClassName
{
border-color: #CCE9E7;
}
.TagClassName
{
border-color: #CCE9E7;
}
</style>