Shades of Foam #D0F7F1
Tints of Foam #D0F7F1
RGB
CMYK
RGB Variations
Color information
#D0F7F1 (or 0xD0F7F1) is known color: Foam. HEX triplet: D0, F7 and F1. RGB value is (208,247,241). Sum of RGB (Red+Green+Blue) = 208+247+241=696 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.89% from 696); Green value is 247 (96.88% from 255 or 35.49% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F7F1 is #2F080E. Grayscale: #EAEAEA. Windows color (decimal): -3082255 or 15857616. OLE color: 15857616.
HSL color Cylindrical-coordinate representation of color #D0F7F1: hue angle of 170.77º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7F1 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 241 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.03 |
| HSL | 170.77º | 0.71% | 0.89% | - |
| HSV(B) | 170.77º | 0.16% | 0.97% | - |
| XYZ | 75.15 | 86.28 | 95.91 | - |
| YUV | 234.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 241 | 0.16 | 0 | 0.02 | 0.03 | 170.77 | 0.71 | 0.89 |
| Hex | D0 | F7 | F1 | 10 | 0 | 2 | 3 | AB | 47 | 59 |
| Octal | 320 | 367 | 361 | 20 | 0 | 2 | 3 | 253 | 107 | 131 |
| Binary | 11010000 | 11110111 | 11110001 | 10000 | 0 | 10 | 11 | 10101011 | 1000111 | 1011001 |
Color Harmonies of #D0F7F1
Complementary color
Monochromatic Colors of #D0F7F1
Black with #D0F7F1
Text Example
Text Example
White with #D0F7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7F1; }
p { color: rgb(208,247,241); }
H1.HeaderClassName
{
color: #D0F7F1;
}
.AnyTagClassName
{
color: #D0F7F1;
}
</style>
background-color css
<style>
a { background-color: #D0F7F1; }
a { background-color: rgb(208,247,241); }
div.DivClassName
{
background-color: #D0F7F1;
}
.BgClassName
{
background-color: #D0F7F1;
}
</style>
border-color css
<style>
span { border-color: #D0F7F1; }
span { border-color: rgb(208,247,241); }
td.TdClassName
{
border-color: #D0F7F1;
}
.TagClassName
{
border-color: #D0F7F1;
}
</style>