Shades of Foam #D3EFED
Tints of Foam #D3EFED
RGB
CMYK
RGB Variations
Color information
#D3EFED (or 0xD3EFED) is known color: Foam. HEX triplet: D3, EF and ED. RGB value is (211,239,237). Sum of RGB (Red+Green+Blue) = 211+239+237=687 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.71% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EFED is #2C1012. Grayscale: #E6E6E6. Windows color (decimal): -2887699 or 15593427. OLE color: 15593427.
HSL color Cylindrical-coordinate representation of color #D3EFED: hue angle of 175.71º 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 #D3EFED is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 237 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.06 |
| HSL | 175.71º | 0.47% | 0.88% | - |
| HSV(B) | 175.71º | 0.12% | 0.94% | - |
| XYZ | 73.02 | 81.7 | 92.04 | - |
| YUV | 230.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 237 | 0.12 | 0 | 0.01 | 0.06 | 175.71 | 0.47 | 0.88 |
| Hex | D3 | EF | ED | C | 0 | 1 | 6 | B0 | 2F | 58 |
| Octal | 323 | 357 | 355 | 14 | 0 | 1 | 6 | 260 | 57 | 130 |
| Binary | 11010011 | 11101111 | 11101101 | 1100 | 0 | 1 | 110 | 10110000 | 101111 | 1011000 |
Color Harmonies of #D3EFED
Complementary color
Monochromatic Colors of #D3EFED
Black with #D3EFED
Text Example
Text Example
White with #D3EFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFED; }
p { color: rgb(211,239,237); }
H1.HeaderClassName
{
color: #D3EFED;
}
.AnyTagClassName
{
color: #D3EFED;
}
</style>
background-color css
<style>
a { background-color: #D3EFED; }
a { background-color: rgb(211,239,237); }
div.DivClassName
{
background-color: #D3EFED;
}
.BgClassName
{
background-color: #D3EFED;
}
</style>
border-color css
<style>
span { border-color: #D3EFED; }
span { border-color: rgb(211,239,237); }
td.TdClassName
{
border-color: #D3EFED;
}
.TagClassName
{
border-color: #D3EFED;
}
</style>