Shades of Foam #CCF1EB
Tints of Foam #CCF1EB
RGB
CMYK
RGB Variations
Color information
#CCF1EB (or 0xCCF1EB) is known color: Foam. HEX triplet: CC, F1 and EB. RGB value is (204,241,235). Sum of RGB (Red+Green+Blue) = 204+241+235=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1EB is #330E14. Grayscale: #E5E5E5. Windows color (decimal): -3345941 or 15462860. OLE color: 15462860.
HSL color Cylindrical-coordinate representation of color #CCF1EB: hue angle of 170.27º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF1EB is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 235 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.05 |
| HSL | 170.27º | 0.57% | 0.87% | - |
| HSV(B) | 170.27º | 0.15% | 0.95% | - |
| XYZ | 71.35 | 81.75 | 90.62 | - |
| YUV | 229.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 235 | 0.15 | 0 | 0.02 | 0.05 | 170.27 | 0.57 | 0.87 |
| Hex | CC | F1 | EB | F | 0 | 2 | 5 | AA | 39 | 57 |
| Octal | 314 | 361 | 353 | 17 | 0 | 2 | 5 | 252 | 71 | 127 |
| Binary | 11001100 | 11110001 | 11101011 | 1111 | 0 | 10 | 101 | 10101010 | 111001 | 1010111 |
Color Harmonies of #CCF1EB
Complementary color
Monochromatic Colors of #CCF1EB
Black with #CCF1EB
Text Example
Text Example
White with #CCF1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1EB; }
p { color: rgb(204,241,235); }
H1.HeaderClassName
{
color: #CCF1EB;
}
.AnyTagClassName
{
color: #CCF1EB;
}
</style>
background-color css
<style>
a { background-color: #CCF1EB; }
a { background-color: rgb(204,241,235); }
div.DivClassName
{
background-color: #CCF1EB;
}
.BgClassName
{
background-color: #CCF1EB;
}
</style>
border-color css
<style>
span { border-color: #CCF1EB; }
span { border-color: rgb(204,241,235); }
td.TdClassName
{
border-color: #CCF1EB;
}
.TagClassName
{
border-color: #CCF1EB;
}
</style>