Shades of Foam #D1F0EC
Tints of Foam #D1F0EC
RGB
CMYK
RGB Variations
Color information
#D1F0EC (or 0xD1F0EC) is known color: Foam. HEX triplet: D1, F0 and EC. RGB value is (209,240,236). Sum of RGB (Red+Green+Blue) = 209+240+236=685 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.51% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F0EC is #2E0F13. Grayscale: #E6E6E6. Windows color (decimal): -3018516 or 15528145. OLE color: 15528145.
HSL color Cylindrical-coordinate representation of color #D1F0EC: hue angle of 172.26º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1F0EC is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 209 | 240 | 236 | - |
CMYK | 0.13 | 0 | 0.02 | 0.06 |
HSL | 172.26º | 0.51% | 0.88% | - |
HSV(B) | 172.26º | 0.13% | 0.94% | - |
XYZ | 72.59 | 81.93 | 91.35 | - |
YUV | 230.28 | 131.23 | 112.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 240 | 236 | 0.13 | 0 | 0.02 | 0.06 | 172.26 | 0.51 | 0.88 |
Hex | D1 | F0 | EC | D | 0 | 2 | 6 | AC | 33 | 58 |
Octal | 321 | 360 | 354 | 15 | 0 | 2 | 6 | 254 | 63 | 130 |
Binary | 11010001 | 11110000 | 11101100 | 1101 | 0 | 10 | 110 | 10101100 | 110011 | 1011000 |
Color Harmonies of #D1F0EC
Complementary color
Monochromatic Colors of #D1F0EC
Black with #D1F0EC
Text Example
Text Example
White with #D1F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F0EC; }
p { color: rgb(209,240,236); }
H1.HeaderClassName
{
color: #D1F0EC;
}
.AnyTagClassName
{
color: #D1F0EC;
}
</style>
background-color css
<style>
a { background-color: #D1F0EC; }
a { background-color: rgb(209,240,236); }
div.DivClassName
{
background-color: #D1F0EC;
}
.BgClassName
{
background-color: #D1F0EC;
}
</style>
border-color css
<style>
span { border-color: #D1F0EC; }
span { border-color: rgb(209,240,236); }
td.TdClassName
{
border-color: #D1F0EC;
}
.TagClassName
{
border-color: #D1F0EC;
}
</style>