Shades of Foam #CCF5EF
Tints of Foam #CCF5EF
RGB
CMYK
RGB Variations
Color information
#CCF5EF (or 0xCCF5EF) is known color: Foam. HEX triplet: CC, F5 and EF. RGB value is (204,245,239). Sum of RGB (Red+Green+Blue) = 204+245+239=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5EF is #330A10. Grayscale: #E8E8E8. Windows color (decimal): -3344913 or 15726028. OLE color: 15726028.
HSL color Cylindrical-coordinate representation of color #CCF5EF: hue angle of 171.22º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF5EF is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 239 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.04 |
| HSL | 171.22º | 0.67% | 0.88% | - |
| HSV(B) | 171.22º | 0.17% | 0.96% | - |
| XYZ | 73.13 | 84.37 | 94.09 | - |
| YUV | 232.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 239 | 0.17 | 0 | 0.02 | 0.04 | 171.22 | 0.67 | 0.88 |
| Hex | CC | F5 | EF | 11 | 0 | 2 | 4 | AB | 43 | 58 |
| Octal | 314 | 365 | 357 | 21 | 0 | 2 | 4 | 253 | 103 | 130 |
| Binary | 11001100 | 11110101 | 11101111 | 10001 | 0 | 10 | 100 | 10101011 | 1000011 | 1011000 |
Color Harmonies of #CCF5EF
Complementary color
Monochromatic Colors of #CCF5EF
Black with #CCF5EF
Text Example
Text Example
White with #CCF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5EF; }
p { color: rgb(204,245,239); }
H1.HeaderClassName
{
color: #CCF5EF;
}
.AnyTagClassName
{
color: #CCF5EF;
}
</style>
background-color css
<style>
a { background-color: #CCF5EF; }
a { background-color: rgb(204,245,239); }
div.DivClassName
{
background-color: #CCF5EF;
}
.BgClassName
{
background-color: #CCF5EF;
}
</style>
border-color css
<style>
span { border-color: #CCF5EF; }
span { border-color: rgb(204,245,239); }
td.TdClassName
{
border-color: #CCF5EF;
}
.TagClassName
{
border-color: #CCF5EF;
}
</style>