Shades of Foam #D0F0EE
Tints of Foam #D0F0EE
RGB
CMYK
RGB Variations
Color information
#D0F0EE (or 0xD0F0EE) is known color: Foam. HEX triplet: D0, F0 and EE. RGB value is (208,240,238). Sum of RGB (Red+Green+Blue) = 208+240+238=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F0EE is #2F0F11. Grayscale: #E6E6E6. Windows color (decimal): -3084050 or 15659216. OLE color: 15659216.
HSL color Cylindrical-coordinate representation of color #D0F0EE: hue angle of 176.25º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0F0EE is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 238 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.06 |
| HSL | 176.25º | 0.52% | 0.88% | - |
| HSV(B) | 176.25º | 0.13% | 0.94% | - |
| XYZ | 72.61 | 81.9 | 92.87 | - |
| YUV | 230.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 238 | 0.13 | 0 | 0.01 | 0.06 | 176.25 | 0.52 | 0.88 |
| Hex | D0 | F0 | EE | D | 0 | 1 | 6 | B0 | 34 | 58 |
| Octal | 320 | 360 | 356 | 15 | 0 | 1 | 6 | 260 | 64 | 130 |
| Binary | 11010000 | 11110000 | 11101110 | 1101 | 0 | 1 | 110 | 10110000 | 110100 | 1011000 |
Color Harmonies of #D0F0EE
Complementary color
Monochromatic Colors of #D0F0EE
Black with #D0F0EE
Text Example
Text Example
White with #D0F0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0EE; }
p { color: rgb(208,240,238); }
H1.HeaderClassName
{
color: #D0F0EE;
}
.AnyTagClassName
{
color: #D0F0EE;
}
</style>
background-color css
<style>
a { background-color: #D0F0EE; }
a { background-color: rgb(208,240,238); }
div.DivClassName
{
background-color: #D0F0EE;
}
.BgClassName
{
background-color: #D0F0EE;
}
</style>
border-color css
<style>
span { border-color: #D0F0EE; }
span { border-color: rgb(208,240,238); }
td.TdClassName
{
border-color: #D0F0EE;
}
.TagClassName
{
border-color: #D0F0EE;
}
</style>