Shades of Foam #CCECE8
Tints of Foam #CCECE8
RGB
CMYK
RGB Variations
Color information
#CCECE8 (or 0xCCECE8) is known color: Foam. HEX triplet: CC, EC and E8. RGB value is (204,236,232). Sum of RGB (Red+Green+Blue) = 204+236+232=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECE8 is #331317. Grayscale: #E1E1E1. Windows color (decimal): -3347224 or 15264972. OLE color: 15264972.
HSL color Cylindrical-coordinate representation of color #CCECE8: hue angle of 172.5º degrees, saturation: 0.46, 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 #CCECE8 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 232 | - |
CMYK | 0.14 | 0 | 0.02 | 0.07 |
HSL | 172.5º | 0.46% | 0.86% | - |
HSV(B) | 172.5º | 0.14% | 0.93% | - |
XYZ | 69.46 | 78.65 | 87.86 | - |
YUV | 225.98 | 131.4 | 112.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 232 | 0.14 | 0 | 0.02 | 0.07 | 172.5 | 0.46 | 0.86 |
Hex | CC | EC | E8 | E | 0 | 2 | 7 | AC | 2E | 56 |
Octal | 314 | 354 | 350 | 16 | 0 | 2 | 7 | 254 | 56 | 126 |
Binary | 11001100 | 11101100 | 11101000 | 1110 | 0 | 10 | 111 | 10101100 | 101110 | 1010110 |
Color Harmonies of #CCECE8
Complementary color
Monochromatic Colors of #CCECE8
Black with #CCECE8
Text Example
Text Example
White with #CCECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECE8; }
p { color: rgb(204,236,232); }
H1.HeaderClassName
{
color: #CCECE8;
}
.AnyTagClassName
{
color: #CCECE8;
}
</style>
background-color css
<style>
a { background-color: #CCECE8; }
a { background-color: rgb(204,236,232); }
div.DivClassName
{
background-color: #CCECE8;
}
.BgClassName
{
background-color: #CCECE8;
}
</style>
border-color css
<style>
span { border-color: #CCECE8; }
span { border-color: rgb(204,236,232); }
td.TdClassName
{
border-color: #CCECE8;
}
.TagClassName
{
border-color: #CCECE8;
}
</style>