Shades of Foam #D5EFEC
Tints of Foam #D5EFEC
RGB
CMYK
RGB Variations
Color information
#D5EFEC (or 0xD5EFEC) is known color: Foam. HEX triplet: D5, EF and EC. RGB value is (213,239,236). Sum of RGB (Red+Green+Blue) = 213+239+236=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFEC is #2A1013. Grayscale: #E6E6E6. Windows color (decimal): -2756628 or 15527893. OLE color: 15527893.
HSL color Cylindrical-coordinate representation of color #D5EFEC: hue angle of 173.08º degrees, saturation: 0.45, 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 #D5EFEC is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 236 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.06 |
| HSL | 173.08º | 0.45% | 0.89% | - |
| HSV(B) | 173.08º | 0.11% | 0.94% | - |
| XYZ | 73.45 | 81.94 | 91.3 | - |
| YUV | 230.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 236 | 0.11 | 0 | 0.01 | 0.06 | 173.08 | 0.45 | 0.89 |
| Hex | D5 | EF | EC | B | 0 | 1 | 6 | AD | 2D | 59 |
| Octal | 325 | 357 | 354 | 13 | 0 | 1 | 6 | 255 | 55 | 131 |
| Binary | 11010101 | 11101111 | 11101100 | 1011 | 0 | 1 | 110 | 10101101 | 101101 | 1011001 |
Color Harmonies of #D5EFEC
Complementary color
Monochromatic Colors of #D5EFEC
Black with #D5EFEC
Text Example
Text Example
White with #D5EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFEC; }
p { color: rgb(213,239,236); }
H1.HeaderClassName
{
color: #D5EFEC;
}
.AnyTagClassName
{
color: #D5EFEC;
}
</style>
background-color css
<style>
a { background-color: #D5EFEC; }
a { background-color: rgb(213,239,236); }
div.DivClassName
{
background-color: #D5EFEC;
}
.BgClassName
{
background-color: #D5EFEC;
}
</style>
border-color css
<style>
span { border-color: #D5EFEC; }
span { border-color: rgb(213,239,236); }
td.TdClassName
{
border-color: #D5EFEC;
}
.TagClassName
{
border-color: #D5EFEC;
}
</style>