Shades of Foam #CCF4ED
Tints of Foam #CCF4ED
RGB
CMYK
RGB Variations
Color information
#CCF4ED (or 0xCCF4ED) is known color: Foam. HEX triplet: CC, F4 and ED. RGB value is (204,244,237). Sum of RGB (Red+Green+Blue) = 204+244+237=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4ED is #330B12. Grayscale: #E7E7E7. Windows color (decimal): -3345171 or 15594700. OLE color: 15594700.
HSL color Cylindrical-coordinate representation of color #CCF4ED: hue angle of 169.5º 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 #CCF4ED is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 237 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.04 |
| HSL | 169.5º | 0.65% | 0.88% | - |
| HSV(B) | 169.5º | 0.16% | 0.96% | - |
| XYZ | 72.54 | 83.65 | 92.44 | - |
| YUV | 231.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 237 | 0.16 | 0 | 0.03 | 0.04 | 169.5 | 0.65 | 0.88 |
| Hex | CC | F4 | ED | 10 | 0 | 3 | 4 | AA | 41 | 58 |
| Octal | 314 | 364 | 355 | 20 | 0 | 3 | 4 | 252 | 101 | 130 |
| Binary | 11001100 | 11110100 | 11101101 | 10000 | 0 | 11 | 100 | 10101010 | 1000001 | 1011000 |
Color Harmonies of #CCF4ED
Complementary color
Monochromatic Colors of #CCF4ED
Black with #CCF4ED
Text Example
Text Example
White with #CCF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF4ED; }
p { color: rgb(204,244,237); }
H1.HeaderClassName
{
color: #CCF4ED;
}
.AnyTagClassName
{
color: #CCF4ED;
}
</style>
background-color css
<style>
a { background-color: #CCF4ED; }
a { background-color: rgb(204,244,237); }
div.DivClassName
{
background-color: #CCF4ED;
}
.BgClassName
{
background-color: #CCF4ED;
}
</style>
border-color css
<style>
span { border-color: #CCF4ED; }
span { border-color: rgb(204,244,237); }
td.TdClassName
{
border-color: #CCF4ED;
}
.TagClassName
{
border-color: #CCF4ED;
}
</style>