Shades of Foam #CCF2EB
Tints of Foam #CCF2EB
RGB
CMYK
RGB Variations
Color information
#CCF2EB (or 0xCCF2EB) is known color: Foam. HEX triplet: CC, F2 and EB. RGB value is (204,242,235). Sum of RGB (Red+Green+Blue) = 204+242+235=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2EB is #330D14. Grayscale: #E5E5E5. Windows color (decimal): -3345685 or 15463116. OLE color: 15463116.
HSL color Cylindrical-coordinate representation of color #CCF2EB: hue angle of 168.95º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2EB is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 235 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.05 |
| HSL | 168.95º | 0.59% | 0.87% | - |
| HSV(B) | 168.95º | 0.16% | 0.95% | - |
| XYZ | 71.65 | 82.34 | 90.71 | - |
| YUV | 229.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 235 | 0.16 | 0 | 0.03 | 0.05 | 168.95 | 0.59 | 0.87 |
| Hex | CC | F2 | EB | 10 | 0 | 3 | 5 | A9 | 3B | 57 |
| Octal | 314 | 362 | 353 | 20 | 0 | 3 | 5 | 251 | 73 | 127 |
| Binary | 11001100 | 11110010 | 11101011 | 10000 | 0 | 11 | 101 | 10101001 | 111011 | 1010111 |
Color Harmonies of #CCF2EB
Complementary color
Monochromatic Colors of #CCF2EB
Black with #CCF2EB
Text Example
Text Example
White with #CCF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2EB; }
p { color: rgb(204,242,235); }
H1.HeaderClassName
{
color: #CCF2EB;
}
.AnyTagClassName
{
color: #CCF2EB;
}
</style>
background-color css
<style>
a { background-color: #CCF2EB; }
a { background-color: rgb(204,242,235); }
div.DivClassName
{
background-color: #CCF2EB;
}
.BgClassName
{
background-color: #CCF2EB;
}
</style>
border-color css
<style>
span { border-color: #CCF2EB; }
span { border-color: rgb(204,242,235); }
td.TdClassName
{
border-color: #CCF2EB;
}
.TagClassName
{
border-color: #CCF2EB;
}
</style>