Shades of Foam #CCF0EA
Tints of Foam #CCF0EA
RGB
CMYK
RGB Variations
Color information
#CCF0EA (or 0xCCF0EA) is known color: Foam. HEX triplet: CC, F0 and EA. RGB value is (204,240,234). Sum of RGB (Red+Green+Blue) = 204+240+234=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0EA is #330F15. Grayscale: #E4E4E4. Windows color (decimal): -3346198 or 15397068. OLE color: 15397068.
HSL color Cylindrical-coordinate representation of color #CCF0EA: hue angle of 170º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0EA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 234 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.06 |
| HSL | 170º | 0.55% | 0.87% | - |
| HSV(B) | 170º | 0.15% | 0.94% | - |
| XYZ | 70.91 | 81.1 | 89.76 | - |
| YUV | 228.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 234 | 0.15 | 0 | 0.02 | 0.06 | 170 | 0.55 | 0.87 |
| Hex | CC | F0 | EA | F | 0 | 2 | 6 | AA | 37 | 57 |
| Octal | 314 | 360 | 352 | 17 | 0 | 2 | 6 | 252 | 67 | 127 |
| Binary | 11001100 | 11110000 | 11101010 | 1111 | 0 | 10 | 110 | 10101010 | 110111 | 1010111 |
Color Harmonies of #CCF0EA
Complementary color
Monochromatic Colors of #CCF0EA
Black with #CCF0EA
Text Example
Text Example
White with #CCF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0EA; }
p { color: rgb(204,240,234); }
H1.HeaderClassName
{
color: #CCF0EA;
}
.AnyTagClassName
{
color: #CCF0EA;
}
</style>
background-color css
<style>
a { background-color: #CCF0EA; }
a { background-color: rgb(204,240,234); }
div.DivClassName
{
background-color: #CCF0EA;
}
.BgClassName
{
background-color: #CCF0EA;
}
</style>
border-color css
<style>
span { border-color: #CCF0EA; }
span { border-color: rgb(204,240,234); }
td.TdClassName
{
border-color: #CCF0EA;
}
.TagClassName
{
border-color: #CCF0EA;
}
</style>