Shades of Foam #CCF3F0
Tints of Foam #CCF3F0
RGB
CMYK
RGB Variations
Color information
#CCF3F0 (or 0xCCF3F0) is known color: Foam. HEX triplet: CC, F3 and F0. RGB value is (204,243,240). Sum of RGB (Red+Green+Blue) = 204+243+240=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3F0 is #330C0F. Grayscale: #E6E6E6. Windows color (decimal): -3345424 or 15791052. OLE color: 15791052.
HSL color Cylindrical-coordinate representation of color #CCF3F0: hue angle of 175.38º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3F0 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 240 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.05 |
| HSL | 175.38º | 0.62% | 0.88% | - |
| HSV(B) | 175.38º | 0.16% | 0.95% | - |
| XYZ | 72.68 | 83.23 | 94.67 | - |
| YUV | 231 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 240 | 0.16 | 0 | 0.01 | 0.05 | 175.38 | 0.62 | 0.88 |
| Hex | CC | F3 | F0 | 10 | 0 | 1 | 5 | AF | 3E | 58 |
| Octal | 314 | 363 | 360 | 20 | 0 | 1 | 5 | 257 | 76 | 130 |
| Binary | 11001100 | 11110011 | 11110000 | 10000 | 0 | 1 | 101 | 10101111 | 111110 | 1011000 |
Color Harmonies of #CCF3F0
Complementary color
Monochromatic Colors of #CCF3F0
Black with #CCF3F0
Text Example
Text Example
White with #CCF3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3F0; }
p { color: rgb(204,243,240); }
H1.HeaderClassName
{
color: #CCF3F0;
}
.AnyTagClassName
{
color: #CCF3F0;
}
</style>
background-color css
<style>
a { background-color: #CCF3F0; }
a { background-color: rgb(204,243,240); }
div.DivClassName
{
background-color: #CCF3F0;
}
.BgClassName
{
background-color: #CCF3F0;
}
</style>
border-color css
<style>
span { border-color: #CCF3F0; }
span { border-color: rgb(204,243,240); }
td.TdClassName
{
border-color: #CCF3F0;
}
.TagClassName
{
border-color: #CCF3F0;
}
</style>