Shades of Foam #D0F1EC
Tints of Foam #D0F1EC
RGB
CMYK
RGB Variations
Color information
#D0F1EC (or 0xD0F1EC) is known color: Foam. HEX triplet: D0, F1 and EC. RGB value is (208,241,236). Sum of RGB (Red+Green+Blue) = 208+241+236=685 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.36% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F1EC is #2F0E13. Grayscale: #E6E6E6. Windows color (decimal): -3083796 or 15528400. OLE color: 15528400.
HSL color Cylindrical-coordinate representation of color #D0F1EC: hue angle of 170.91º degrees, saturation: 0.54, 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 #D0F1EC is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 236 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.05 |
| HSL | 170.91º | 0.54% | 0.88% | - |
| HSV(B) | 170.91º | 0.14% | 0.95% | - |
| XYZ | 72.61 | 82.38 | 91.43 | - |
| YUV | 230.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 236 | 0.14 | 0 | 0.02 | 0.05 | 170.91 | 0.54 | 0.88 |
| Hex | D0 | F1 | EC | E | 0 | 2 | 5 | AB | 36 | 58 |
| Octal | 320 | 361 | 354 | 16 | 0 | 2 | 5 | 253 | 66 | 130 |
| Binary | 11010000 | 11110001 | 11101100 | 1110 | 0 | 10 | 101 | 10101011 | 110110 | 1011000 |
Color Harmonies of #D0F1EC
Complementary color
Monochromatic Colors of #D0F1EC
Black with #D0F1EC
Text Example
Text Example
White with #D0F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1EC; }
p { color: rgb(208,241,236); }
H1.HeaderClassName
{
color: #D0F1EC;
}
.AnyTagClassName
{
color: #D0F1EC;
}
</style>
background-color css
<style>
a { background-color: #D0F1EC; }
a { background-color: rgb(208,241,236); }
div.DivClassName
{
background-color: #D0F1EC;
}
.BgClassName
{
background-color: #D0F1EC;
}
</style>
border-color css
<style>
span { border-color: #D0F1EC; }
span { border-color: rgb(208,241,236); }
td.TdClassName
{
border-color: #D0F1EC;
}
.TagClassName
{
border-color: #D0F1EC;
}
</style>