Shades of Foam #D3F0ED
Tints of Foam #D3F0ED
RGB
CMYK
RGB Variations
Color information
#D3F0ED (or 0xD3F0ED) is known color: Foam. HEX triplet: D3, F0 and ED. RGB value is (211,240,237). Sum of RGB (Red+Green+Blue) = 211+240+237=688 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.67% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F0ED is #2C0F12. Grayscale: #E6E6E6. Windows color (decimal): -2887443 or 15593683. OLE color: 15593683.
HSL color Cylindrical-coordinate representation of color #D3F0ED: hue angle of 173.79º degrees, saturation: 0.49, 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 #D3F0ED is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 237 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.06 |
| HSL | 173.79º | 0.49% | 0.88% | - |
| HSV(B) | 173.79º | 0.12% | 0.94% | - |
| XYZ | 73.31 | 82.28 | 92.14 | - |
| YUV | 230.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 237 | 0.12 | 0 | 0.01 | 0.06 | 173.79 | 0.49 | 0.88 |
| Hex | D3 | F0 | ED | C | 0 | 1 | 6 | AE | 31 | 58 |
| Octal | 323 | 360 | 355 | 14 | 0 | 1 | 6 | 256 | 61 | 130 |
| Binary | 11010011 | 11110000 | 11101101 | 1100 | 0 | 1 | 110 | 10101110 | 110001 | 1011000 |
Color Harmonies of #D3F0ED
Complementary color
Monochromatic Colors of #D3F0ED
Black with #D3F0ED
Text Example
Text Example
White with #D3F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F0ED; }
p { color: rgb(211,240,237); }
H1.HeaderClassName
{
color: #D3F0ED;
}
.AnyTagClassName
{
color: #D3F0ED;
}
</style>
background-color css
<style>
a { background-color: #D3F0ED; }
a { background-color: rgb(211,240,237); }
div.DivClassName
{
background-color: #D3F0ED;
}
.BgClassName
{
background-color: #D3F0ED;
}
</style>
border-color css
<style>
span { border-color: #D3F0ED; }
span { border-color: rgb(211,240,237); }
td.TdClassName
{
border-color: #D3F0ED;
}
.TagClassName
{
border-color: #D3F0ED;
}
</style>