Shades of Foam #CCF4EE
Tints of Foam #CCF4EE
RGB
CMYK
RGB Variations
Color information
#CCF4EE (or 0xCCF4EE) is known color: Foam. HEX triplet: CC, F4 and EE. RGB value is (204,244,238). Sum of RGB (Red+Green+Blue) = 204+244+238=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4EE is #330B11. Grayscale: #E7E7E7. Windows color (decimal): -3345170 or 15660236. OLE color: 15660236.
HSL color Cylindrical-coordinate representation of color #CCF4EE: hue angle of 171º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF4EE is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 238 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.04 |
| HSL | 171º | 0.65% | 0.88% | - |
| HSV(B) | 171º | 0.16% | 0.96% | - |
| XYZ | 72.69 | 83.71 | 93.22 | - |
| YUV | 231.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 238 | 0.16 | 0 | 0.02 | 0.04 | 171 | 0.65 | 0.88 |
| Hex | CC | F4 | EE | 10 | 0 | 2 | 4 | AB | 41 | 58 |
| Octal | 314 | 364 | 356 | 20 | 0 | 2 | 4 | 253 | 101 | 130 |
| Binary | 11001100 | 11110100 | 11101110 | 10000 | 0 | 10 | 100 | 10101011 | 1000001 | 1011000 |
Color Harmonies of #CCF4EE
Complementary color
Monochromatic Colors of #CCF4EE
Black with #CCF4EE
Text Example
Text Example
White with #CCF4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF4EE; }
p { color: rgb(204,244,238); }
H1.HeaderClassName
{
color: #CCF4EE;
}
.AnyTagClassName
{
color: #CCF4EE;
}
</style>
background-color css
<style>
a { background-color: #CCF4EE; }
a { background-color: rgb(204,244,238); }
div.DivClassName
{
background-color: #CCF4EE;
}
.BgClassName
{
background-color: #CCF4EE;
}
</style>
border-color css
<style>
span { border-color: #CCF4EE; }
span { border-color: rgb(204,244,238); }
td.TdClassName
{
border-color: #CCF4EE;
}
.TagClassName
{
border-color: #CCF4EE;
}
</style>