Shades of Foam #D8EFEC
Tints of Foam #D8EFEC
RGB
CMYK
RGB Variations
Color information
#D8EFEC (or 0xD8EFEC) is known color: Foam. HEX triplet: D8, EF and EC. RGB value is (216,239,236). Sum of RGB (Red+Green+Blue) = 216+239+236=691 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.26% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EFEC is #271013. Grayscale: #E7E7E7. Windows color (decimal): -2560020 or 15527896. OLE color: 15527896.
HSL color Cylindrical-coordinate representation of color #D8EFEC: hue angle of 172.17º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8EFEC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 236 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.06 |
| HSL | 172.17º | 0.42% | 0.89% | - |
| HSV(B) | 172.17º | 0.1% | 0.94% | - |
| XYZ | 74.33 | 82.39 | 91.34 | - |
| YUV | 231.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 236 | 0.10 | 0 | 0.01 | 0.06 | 172.17 | 0.42 | 0.89 |
| Hex | D8 | EF | EC | A | 0 | 1 | 6 | AC | 2A | 59 |
| Octal | 330 | 357 | 354 | 12 | 0 | 1 | 6 | 254 | 52 | 131 |
| Binary | 11011000 | 11101111 | 11101100 | 1010 | 0 | 1 | 110 | 10101100 | 101010 | 1011001 |
Color Harmonies of #D8EFEC
Complementary color
Monochromatic Colors of #D8EFEC
Black with #D8EFEC
Text Example
Text Example
White with #D8EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFEC; }
p { color: rgb(216,239,236); }
H1.HeaderClassName
{
color: #D8EFEC;
}
.AnyTagClassName
{
color: #D8EFEC;
}
</style>
background-color css
<style>
a { background-color: #D8EFEC; }
a { background-color: rgb(216,239,236); }
div.DivClassName
{
background-color: #D8EFEC;
}
.BgClassName
{
background-color: #D8EFEC;
}
</style>
border-color css
<style>
span { border-color: #D8EFEC; }
span { border-color: rgb(216,239,236); }
td.TdClassName
{
border-color: #D8EFEC;
}
.TagClassName
{
border-color: #D8EFEC;
}
</style>