Shades of Foam #D0F1EE
Tints of Foam #D0F1EE
RGB
CMYK
RGB Variations
Color information
#D0F1EE (or 0xD0F1EE) is known color: Foam. HEX triplet: D0, F1 and EE. RGB value is (208,241,238). Sum of RGB (Red+Green+Blue) = 208+241+238=687 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.28% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F1EE is #2F0E11. Grayscale: #E6E6E6. Windows color (decimal): -3083794 or 15659472. OLE color: 15659472.
HSL color Cylindrical-coordinate representation of color #D0F1EE: hue angle of 174.55º 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 #D0F1EE is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 238 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.05 |
| HSL | 174.55º | 0.54% | 0.88% | - |
| HSV(B) | 174.55º | 0.14% | 0.95% | - |
| XYZ | 72.9 | 82.49 | 92.97 | - |
| YUV | 230.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 238 | 0.14 | 0 | 0.01 | 0.05 | 174.55 | 0.54 | 0.88 |
| Hex | D0 | F1 | EE | E | 0 | 1 | 5 | AF | 36 | 58 |
| Octal | 320 | 361 | 356 | 16 | 0 | 1 | 5 | 257 | 66 | 130 |
| Binary | 11010000 | 11110001 | 11101110 | 1110 | 0 | 1 | 101 | 10101111 | 110110 | 1011000 |
Color Harmonies of #D0F1EE
Complementary color
Monochromatic Colors of #D0F1EE
Black with #D0F1EE
Text Example
Text Example
White with #D0F1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1EE; }
p { color: rgb(208,241,238); }
H1.HeaderClassName
{
color: #D0F1EE;
}
.AnyTagClassName
{
color: #D0F1EE;
}
</style>
background-color css
<style>
a { background-color: #D0F1EE; }
a { background-color: rgb(208,241,238); }
div.DivClassName
{
background-color: #D0F1EE;
}
.BgClassName
{
background-color: #D0F1EE;
}
</style>
border-color css
<style>
span { border-color: #D0F1EE; }
span { border-color: rgb(208,241,238); }
td.TdClassName
{
border-color: #D0F1EE;
}
.TagClassName
{
border-color: #D0F1EE;
}
</style>