Shades of Foam #D0F0ED
Tints of Foam #D0F0ED
RGB
CMYK
RGB Variations
Color information
#D0F0ED (or 0xD0F0ED) is known color: Foam. HEX triplet: D0, F0 and ED. RGB value is (208,240,237). Sum of RGB (Red+Green+Blue) = 208+240+237=685 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.36% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F0ED is #2F0F12. Grayscale: #E6E6E6. Windows color (decimal): -3084051 or 15593680. OLE color: 15593680.
HSL color Cylindrical-coordinate representation of color #D0F0ED: hue angle of 174.38º 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 #D0F0ED is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 237 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.06 |
| HSL | 174.38º | 0.52% | 0.88% | - |
| HSV(B) | 174.38º | 0.13% | 0.94% | - |
| XYZ | 72.46 | 81.84 | 92.1 | - |
| YUV | 230.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 237 | 0.13 | 0 | 0.01 | 0.06 | 174.38 | 0.52 | 0.88 |
| Hex | D0 | F0 | ED | D | 0 | 1 | 6 | AE | 34 | 58 |
| Octal | 320 | 360 | 355 | 15 | 0 | 1 | 6 | 256 | 64 | 130 |
| Binary | 11010000 | 11110000 | 11101101 | 1101 | 0 | 1 | 110 | 10101110 | 110100 | 1011000 |
Color Harmonies of #D0F0ED
Complementary color
Monochromatic Colors of #D0F0ED
Black with #D0F0ED
Text Example
Text Example
White with #D0F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0ED; }
p { color: rgb(208,240,237); }
H1.HeaderClassName
{
color: #D0F0ED;
}
.AnyTagClassName
{
color: #D0F0ED;
}
</style>
background-color css
<style>
a { background-color: #D0F0ED; }
a { background-color: rgb(208,240,237); }
div.DivClassName
{
background-color: #D0F0ED;
}
.BgClassName
{
background-color: #D0F0ED;
}
</style>
border-color css
<style>
span { border-color: #D0F0ED; }
span { border-color: rgb(208,240,237); }
td.TdClassName
{
border-color: #D0F0ED;
}
.TagClassName
{
border-color: #D0F0ED;
}
</style>