Shades of Foam #D3EFEC
Tints of Foam #D3EFEC
RGB
CMYK
RGB Variations
Color information
#D3EFEC (or 0xD3EFEC) is known color: Foam. HEX triplet: D3, EF and EC. RGB value is (211,239,236). Sum of RGB (Red+Green+Blue) = 211+239+236=686 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.76% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EFEC is #2C1013. Grayscale: #E6E6E6. Windows color (decimal): -2887700 or 15527891. OLE color: 15527891.
HSL color Cylindrical-coordinate representation of color #D3EFEC: hue angle of 173.57º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EFEC is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 236 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.06 |
| HSL | 173.57º | 0.47% | 0.88% | - |
| HSV(B) | 173.57º | 0.12% | 0.94% | - |
| XYZ | 72.87 | 81.64 | 91.27 | - |
| YUV | 230.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 236 | 0.12 | 0 | 0.01 | 0.06 | 173.57 | 0.47 | 0.88 |
| Hex | D3 | EF | EC | C | 0 | 1 | 6 | AE | 2F | 58 |
| Octal | 323 | 357 | 354 | 14 | 0 | 1 | 6 | 256 | 57 | 130 |
| Binary | 11010011 | 11101111 | 11101100 | 1100 | 0 | 1 | 110 | 10101110 | 101111 | 1011000 |
Color Harmonies of #D3EFEC
Complementary color
Monochromatic Colors of #D3EFEC
Black with #D3EFEC
Text Example
Text Example
White with #D3EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFEC; }
p { color: rgb(211,239,236); }
H1.HeaderClassName
{
color: #D3EFEC;
}
.AnyTagClassName
{
color: #D3EFEC;
}
</style>
background-color css
<style>
a { background-color: #D3EFEC; }
a { background-color: rgb(211,239,236); }
div.DivClassName
{
background-color: #D3EFEC;
}
.BgClassName
{
background-color: #D3EFEC;
}
</style>
border-color css
<style>
span { border-color: #D3EFEC; }
span { border-color: rgb(211,239,236); }
td.TdClassName
{
border-color: #D3EFEC;
}
.TagClassName
{
border-color: #D3EFEC;
}
</style>