Shades of Foam #D2F7F1
Tints of Foam #D2F7F1
RGB
CMYK
RGB Variations
Color information
#D2F7F1 (or 0xD2F7F1) is known color: Foam. HEX triplet: D2, F7 and F1. RGB value is (210,247,241). Sum of RGB (Red+Green+Blue) = 210+247+241=698 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.09% from 698); Green value is 247 (96.88% from 255 or 35.39% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F7F1 is #2D080E. Grayscale: #EBEBEB. Windows color (decimal): -2951183 or 15857618. OLE color: 15857618.
HSL color Cylindrical-coordinate representation of color #D2F7F1: hue angle of 170.27º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F7F1 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 241 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.03 |
| HSL | 170.27º | 0.7% | 0.9% | - |
| HSV(B) | 170.27º | 0.15% | 0.97% | - |
| XYZ | 75.72 | 86.57 | 95.94 | - |
| YUV | 235.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 241 | 0.15 | 0 | 0.02 | 0.03 | 170.27 | 0.7 | 0.9 |
| Hex | D2 | F7 | F1 | F | 0 | 2 | 3 | AA | 46 | 5A |
| Octal | 322 | 367 | 361 | 17 | 0 | 2 | 3 | 252 | 106 | 132 |
| Binary | 11010010 | 11110111 | 11110001 | 1111 | 0 | 10 | 11 | 10101010 | 1000110 | 1011010 |
Color Harmonies of #D2F7F1
Complementary color
Monochromatic Colors of #D2F7F1
Black with #D2F7F1
Text Example
Text Example
White with #D2F7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F7F1; }
p { color: rgb(210,247,241); }
H1.HeaderClassName
{
color: #D2F7F1;
}
.AnyTagClassName
{
color: #D2F7F1;
}
</style>
background-color css
<style>
a { background-color: #D2F7F1; }
a { background-color: rgb(210,247,241); }
div.DivClassName
{
background-color: #D2F7F1;
}
.BgClassName
{
background-color: #D2F7F1;
}
</style>
border-color css
<style>
span { border-color: #D2F7F1; }
span { border-color: rgb(210,247,241); }
td.TdClassName
{
border-color: #D2F7F1;
}
.TagClassName
{
border-color: #D2F7F1;
}
</style>