Shades of Foam #CCF6EF
Tints of Foam #CCF6EF
RGB
CMYK
RGB Variations
Color information
#CCF6EF (or 0xCCF6EF) is known color: Foam. HEX triplet: CC, F6 and EF. RGB value is (204,246,239). Sum of RGB (Red+Green+Blue) = 204+246+239=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6EF is #330910. Grayscale: #E8E8E8. Windows color (decimal): -3344657 or 15726284. OLE color: 15726284.
HSL color Cylindrical-coordinate representation of color #CCF6EF: hue angle of 170º degrees, saturation: 0.7, 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 #CCF6EF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 239 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.04 |
| HSL | 170º | 0.7% | 0.88% | - |
| HSV(B) | 170º | 0.17% | 0.96% | - |
| XYZ | 73.44 | 84.98 | 94.19 | - |
| YUV | 232.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 239 | 0.17 | 0 | 0.03 | 0.04 | 170 | 0.7 | 0.88 |
| Hex | CC | F6 | EF | 11 | 0 | 3 | 4 | AA | 46 | 58 |
| Octal | 314 | 366 | 357 | 21 | 0 | 3 | 4 | 252 | 106 | 130 |
| Binary | 11001100 | 11110110 | 11101111 | 10001 | 0 | 11 | 100 | 10101010 | 1000110 | 1011000 |
Color Harmonies of #CCF6EF
Complementary color
Monochromatic Colors of #CCF6EF
Black with #CCF6EF
Text Example
Text Example
White with #CCF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF6EF; }
p { color: rgb(204,246,239); }
H1.HeaderClassName
{
color: #CCF6EF;
}
.AnyTagClassName
{
color: #CCF6EF;
}
</style>
background-color css
<style>
a { background-color: #CCF6EF; }
a { background-color: rgb(204,246,239); }
div.DivClassName
{
background-color: #CCF6EF;
}
.BgClassName
{
background-color: #CCF6EF;
}
</style>
border-color css
<style>
span { border-color: #CCF6EF; }
span { border-color: rgb(204,246,239); }
td.TdClassName
{
border-color: #CCF6EF;
}
.TagClassName
{
border-color: #CCF6EF;
}
</style>