Shades of Foam #D6F0ED
Tints of Foam #D6F0ED
RGB
CMYK
RGB Variations
Color information
#D6F0ED (or 0xD6F0ED) is known color: Foam. HEX triplet: D6, F0 and ED. RGB value is (214,240,237). Sum of RGB (Red+Green+Blue) = 214+240+237=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F0ED is #290F12. Grayscale: #E7E7E7. Windows color (decimal): -2690835 or 15593686. OLE color: 15593686.
HSL color Cylindrical-coordinate representation of color #D6F0ED: hue angle of 173.08º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F0ED is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 237 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.06 |
| HSL | 173.08º | 0.46% | 0.89% | - |
| HSV(B) | 173.08º | 0.11% | 0.94% | - |
| XYZ | 74.18 | 82.73 | 92.18 | - |
| YUV | 231.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 237 | 0.11 | 0 | 0.01 | 0.06 | 173.08 | 0.46 | 0.89 |
| Hex | D6 | F0 | ED | B | 0 | 1 | 6 | AD | 2E | 59 |
| Octal | 326 | 360 | 355 | 13 | 0 | 1 | 6 | 255 | 56 | 131 |
| Binary | 11010110 | 11110000 | 11101101 | 1011 | 0 | 1 | 110 | 10101101 | 101110 | 1011001 |
Color Harmonies of #D6F0ED
Complementary color
Monochromatic Colors of #D6F0ED
Black with #D6F0ED
Text Example
Text Example
White with #D6F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F0ED; }
p { color: rgb(214,240,237); }
H1.HeaderClassName
{
color: #D6F0ED;
}
.AnyTagClassName
{
color: #D6F0ED;
}
</style>
background-color css
<style>
a { background-color: #D6F0ED; }
a { background-color: rgb(214,240,237); }
div.DivClassName
{
background-color: #D6F0ED;
}
.BgClassName
{
background-color: #D6F0ED;
}
</style>
border-color css
<style>
span { border-color: #D6F0ED; }
span { border-color: rgb(214,240,237); }
td.TdClassName
{
border-color: #D6F0ED;
}
.TagClassName
{
border-color: #D6F0ED;
}
</style>