Shades of Foam #CCF3ED
Tints of Foam #CCF3ED
RGB
CMYK
RGB Variations
Color information
#CCF3ED (or 0xCCF3ED) is known color: Foam. HEX triplet: CC, F3 and ED. RGB value is (204,243,237). Sum of RGB (Red+Green+Blue) = 204+243+237=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3ED is #330C12. Grayscale: #E6E6E6. Windows color (decimal): -3345427 or 15594444. OLE color: 15594444.
HSL color Cylindrical-coordinate representation of color #CCF3ED: hue angle of 170.77º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3ED is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 237 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.05 |
| HSL | 170.77º | 0.62% | 0.88% | - |
| HSV(B) | 170.77º | 0.16% | 0.95% | - |
| XYZ | 72.24 | 83.05 | 92.34 | - |
| YUV | 230.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 237 | 0.16 | 0 | 0.02 | 0.05 | 170.77 | 0.62 | 0.88 |
| Hex | CC | F3 | ED | 10 | 0 | 2 | 5 | AB | 3E | 58 |
| Octal | 314 | 363 | 355 | 20 | 0 | 2 | 5 | 253 | 76 | 130 |
| Binary | 11001100 | 11110011 | 11101101 | 10000 | 0 | 10 | 101 | 10101011 | 111110 | 1011000 |
Color Harmonies of #CCF3ED
Complementary color
Monochromatic Colors of #CCF3ED
Black with #CCF3ED
Text Example
Text Example
White with #CCF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3ED; }
p { color: rgb(204,243,237); }
H1.HeaderClassName
{
color: #CCF3ED;
}
.AnyTagClassName
{
color: #CCF3ED;
}
</style>
background-color css
<style>
a { background-color: #CCF3ED; }
a { background-color: rgb(204,243,237); }
div.DivClassName
{
background-color: #CCF3ED;
}
.BgClassName
{
background-color: #CCF3ED;
}
</style>
border-color css
<style>
span { border-color: #CCF3ED; }
span { border-color: rgb(204,243,237); }
td.TdClassName
{
border-color: #CCF3ED;
}
.TagClassName
{
border-color: #CCF3ED;
}
</style>