Shades of Foam #C3F3ED
Tints of Foam #C3F3ED
RGB
CMYK
RGB Variations
Color information
#C3F3ED (or 0xC3F3ED) is known color: Foam. HEX triplet: C3, F3 and ED. RGB value is (195,243,237). Sum of RGB (Red+Green+Blue) = 195+243+237=675 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.89% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F3ED is #3C0C12. Grayscale: #E3E3E3. Windows color (decimal): -3935251 or 15594435. OLE color: 15594435.
HSL color Cylindrical-coordinate representation of color #C3F3ED: hue angle of 172.5º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3F3ED is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 237 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.05 |
| HSL | 172.5º | 0.67% | 0.86% | - |
| HSV(B) | 172.5º | 0.2% | 0.95% | - |
| XYZ | 69.84 | 81.82 | 92.23 | - |
| YUV | 227.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 237 | 0.20 | 0 | 0.02 | 0.05 | 172.5 | 0.67 | 0.86 |
| Hex | C3 | F3 | ED | 14 | 0 | 2 | 5 | AC | 43 | 56 |
| Octal | 303 | 363 | 355 | 24 | 0 | 2 | 5 | 254 | 103 | 126 |
| Binary | 11000011 | 11110011 | 11101101 | 10100 | 0 | 10 | 101 | 10101100 | 1000011 | 1010110 |
Color Harmonies of #C3F3ED
Complementary color
Monochromatic Colors of #C3F3ED
Black with #C3F3ED
Text Example
Text Example
White with #C3F3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F3ED; }
p { color: rgb(195,243,237); }
H1.HeaderClassName
{
color: #C3F3ED;
}
.AnyTagClassName
{
color: #C3F3ED;
}
</style>
background-color css
<style>
a { background-color: #C3F3ED; }
a { background-color: rgb(195,243,237); }
div.DivClassName
{
background-color: #C3F3ED;
}
.BgClassName
{
background-color: #C3F3ED;
}
</style>
border-color css
<style>
span { border-color: #C3F3ED; }
span { border-color: rgb(195,243,237); }
td.TdClassName
{
border-color: #C3F3ED;
}
.TagClassName
{
border-color: #C3F3ED;
}
</style>