Shades of Foam #D1F7F2
Tints of Foam #D1F7F2
RGB
CMYK
RGB Variations
Color information
#D1F7F2 (or 0xD1F7F2) is known color: Foam. HEX triplet: D1, F7 and F2. RGB value is (209,247,242). Sum of RGB (Red+Green+Blue) = 209+247+242=698 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.94% from 698); Green value is 247 (96.88% from 255 or 35.39% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F7F2 is #2E080D. Grayscale: #EBEBEB. Windows color (decimal): -3016718 or 15923153. OLE color: 15923153.
HSL color Cylindrical-coordinate representation of color #D1F7F2: hue angle of 172.11º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1F7F2 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 242 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.03 |
| HSL | 172.11º | 0.7% | 0.89% | - |
| HSV(B) | 172.11º | 0.15% | 0.97% | - |
| XYZ | 75.58 | 86.49 | 96.71 | - |
| YUV | 235.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 242 | 0.15 | 0 | 0.02 | 0.03 | 172.11 | 0.7 | 0.89 |
| Hex | D1 | F7 | F2 | F | 0 | 2 | 3 | AC | 46 | 59 |
| Octal | 321 | 367 | 362 | 17 | 0 | 2 | 3 | 254 | 106 | 131 |
| Binary | 11010001 | 11110111 | 11110010 | 1111 | 0 | 10 | 11 | 10101100 | 1000110 | 1011001 |
Color Harmonies of #D1F7F2
Complementary color
Monochromatic Colors of #D1F7F2
Black with #D1F7F2
Text Example
Text Example
White with #D1F7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F7F2; }
p { color: rgb(209,247,242); }
H1.HeaderClassName
{
color: #D1F7F2;
}
.AnyTagClassName
{
color: #D1F7F2;
}
</style>
background-color css
<style>
a { background-color: #D1F7F2; }
a { background-color: rgb(209,247,242); }
div.DivClassName
{
background-color: #D1F7F2;
}
.BgClassName
{
background-color: #D1F7F2;
}
</style>
border-color css
<style>
span { border-color: #D1F7F2; }
span { border-color: rgb(209,247,242); }
td.TdClassName
{
border-color: #D1F7F2;
}
.TagClassName
{
border-color: #D1F7F2;
}
</style>