Shades of Foam #D0F0EA
Tints of Foam #D0F0EA
RGB
CMYK
RGB Variations
Color information
#D0F0EA (or 0xD0F0EA) is known color: Foam. HEX triplet: D0, F0 and EA. RGB value is (208,240,234). Sum of RGB (Red+Green+Blue) = 208+240+234=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F0EA is #2F0F15. Grayscale: #E5E5E5. Windows color (decimal): -3084054 or 15397072. OLE color: 15397072.
HSL color Cylindrical-coordinate representation of color #D0F0EA: hue angle of 168.75º 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 #D0F0EA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 234 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.06 |
| HSL | 168.75º | 0.52% | 0.88% | - |
| HSV(B) | 168.75º | 0.13% | 0.94% | - |
| XYZ | 72.02 | 81.67 | 89.81 | - |
| YUV | 229.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 234 | 0.13 | 0 | 0.02 | 0.06 | 168.75 | 0.52 | 0.88 |
| Hex | D0 | F0 | EA | D | 0 | 2 | 6 | A9 | 34 | 58 |
| Octal | 320 | 360 | 352 | 15 | 0 | 2 | 6 | 251 | 64 | 130 |
| Binary | 11010000 | 11110000 | 11101010 | 1101 | 0 | 10 | 110 | 10101001 | 110100 | 1011000 |
Color Harmonies of #D0F0EA
Complementary color
Monochromatic Colors of #D0F0EA
Black with #D0F0EA
Text Example
Text Example
White with #D0F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0EA; }
p { color: rgb(208,240,234); }
H1.HeaderClassName
{
color: #D0F0EA;
}
.AnyTagClassName
{
color: #D0F0EA;
}
</style>
background-color css
<style>
a { background-color: #D0F0EA; }
a { background-color: rgb(208,240,234); }
div.DivClassName
{
background-color: #D0F0EA;
}
.BgClassName
{
background-color: #D0F0EA;
}
</style>
border-color css
<style>
span { border-color: #D0F0EA; }
span { border-color: rgb(208,240,234); }
td.TdClassName
{
border-color: #D0F0EA;
}
.TagClassName
{
border-color: #D0F0EA;
}
</style>