Shades of Foam #D1F2EC
Tints of Foam #D1F2EC
RGB
CMYK
RGB Variations
Color information
#D1F2EC (or 0xD1F2EC) is known color: Foam. HEX triplet: D1, F2 and EC. RGB value is (209,242,236). Sum of RGB (Red+Green+Blue) = 209+242+236=687 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.42% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F2EC is #2E0D13. Grayscale: #E7E7E7. Windows color (decimal): -3018004 or 15528657. OLE color: 15528657.
HSL color Cylindrical-coordinate representation of color #D1F2EC: hue angle of 169.09º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F2EC is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 236 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.05 |
| HSL | 169.09º | 0.56% | 0.88% | - |
| HSV(B) | 169.09º | 0.14% | 0.95% | - |
| XYZ | 73.19 | 83.12 | 91.54 | - |
| YUV | 231.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 236 | 0.14 | 0 | 0.02 | 0.05 | 169.09 | 0.56 | 0.88 |
| Hex | D1 | F2 | EC | E | 0 | 2 | 5 | A9 | 38 | 58 |
| Octal | 321 | 362 | 354 | 16 | 0 | 2 | 5 | 251 | 70 | 130 |
| Binary | 11010001 | 11110010 | 11101100 | 1110 | 0 | 10 | 101 | 10101001 | 111000 | 1011000 |
Color Harmonies of #D1F2EC
Complementary color
Monochromatic Colors of #D1F2EC
Black with #D1F2EC
Text Example
Text Example
White with #D1F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2EC; }
p { color: rgb(209,242,236); }
H1.HeaderClassName
{
color: #D1F2EC;
}
.AnyTagClassName
{
color: #D1F2EC;
}
</style>
background-color css
<style>
a { background-color: #D1F2EC; }
a { background-color: rgb(209,242,236); }
div.DivClassName
{
background-color: #D1F2EC;
}
.BgClassName
{
background-color: #D1F2EC;
}
</style>
border-color css
<style>
span { border-color: #D1F2EC; }
span { border-color: rgb(209,242,236); }
td.TdClassName
{
border-color: #D1F2EC;
}
.TagClassName
{
border-color: #D1F2EC;
}
</style>