Shades of Foam #CCE8E5
Tints of Foam #CCE8E5
RGB
CMYK
RGB Variations
Color information
#CCE8E5 (or 0xCCE8E5) is known color: Foam. HEX triplet: CC, E8 and E5. RGB value is (204,232,229). Sum of RGB (Red+Green+Blue) = 204+232+229=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8E5 is #33171A. Grayscale: #DFDFDF. Windows color (decimal): -3348251 or 15067340. OLE color: 15067340.
HSL color Cylindrical-coordinate representation of color #CCE8E5: hue angle of 173.57º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE8E5 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 229 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.09 |
| HSL | 173.57º | 0.38% | 0.85% | - |
| HSV(B) | 173.57º | 0.12% | 0.91% | - |
| XYZ | 67.9 | 76.21 | 85.26 | - |
| YUV | 223.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 229 | 0.12 | 0 | 0.01 | 0.09 | 173.57 | 0.38 | 0.85 |
| Hex | CC | E8 | E5 | C | 0 | 1 | 9 | AE | 26 | 55 |
| Octal | 314 | 350 | 345 | 14 | 0 | 1 | 11 | 256 | 46 | 125 |
| Binary | 11001100 | 11101000 | 11100101 | 1100 | 0 | 1 | 1001 | 10101110 | 100110 | 1010101 |
Color Harmonies of #CCE8E5
Complementary color
Monochromatic Colors of #CCE8E5
Black with #CCE8E5
Text Example
Text Example
White with #CCE8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8E5; }
p { color: rgb(204,232,229); }
H1.HeaderClassName
{
color: #CCE8E5;
}
.AnyTagClassName
{
color: #CCE8E5;
}
</style>
background-color css
<style>
a { background-color: #CCE8E5; }
a { background-color: rgb(204,232,229); }
div.DivClassName
{
background-color: #CCE8E5;
}
.BgClassName
{
background-color: #CCE8E5;
}
</style>
border-color css
<style>
span { border-color: #CCE8E5; }
span { border-color: rgb(204,232,229); }
td.TdClassName
{
border-color: #CCE8E5;
}
.TagClassName
{
border-color: #CCE8E5;
}
</style>