Shades of Foam #D2F0EE
Tints of Foam #D2F0EE
RGB
CMYK
RGB Variations
Color information
#D2F0EE (or 0xD2F0EE) is known color: Foam. HEX triplet: D2, F0 and EE. RGB value is (210,240,238). Sum of RGB (Red+Green+Blue) = 210+240+238=688 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.52% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F0EE is #2D0F11. Grayscale: #E6E6E6. Windows color (decimal): -2952978 or 15659218. OLE color: 15659218.
HSL color Cylindrical-coordinate representation of color #D2F0EE: hue angle of 176º degrees, saturation: 0.5, 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 #D2F0EE is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 238 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.06 |
| HSL | 176º | 0.5% | 0.88% | - |
| HSV(B) | 176º | 0.13% | 0.94% | - |
| XYZ | 73.17 | 82.19 | 92.9 | - |
| YUV | 230.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 238 | 0.12 | 0 | 0.01 | 0.06 | 176 | 0.5 | 0.88 |
| Hex | D2 | F0 | EE | C | 0 | 1 | 6 | B0 | 32 | 58 |
| Octal | 322 | 360 | 356 | 14 | 0 | 1 | 6 | 260 | 62 | 130 |
| Binary | 11010010 | 11110000 | 11101110 | 1100 | 0 | 1 | 110 | 10110000 | 110010 | 1011000 |
Color Harmonies of #D2F0EE
Complementary color
Monochromatic Colors of #D2F0EE
Black with #D2F0EE
Text Example
Text Example
White with #D2F0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F0EE; }
p { color: rgb(210,240,238); }
H1.HeaderClassName
{
color: #D2F0EE;
}
.AnyTagClassName
{
color: #D2F0EE;
}
</style>
background-color css
<style>
a { background-color: #D2F0EE; }
a { background-color: rgb(210,240,238); }
div.DivClassName
{
background-color: #D2F0EE;
}
.BgClassName
{
background-color: #D2F0EE;
}
</style>
border-color css
<style>
span { border-color: #D2F0EE; }
span { border-color: rgb(210,240,238); }
td.TdClassName
{
border-color: #D2F0EE;
}
.TagClassName
{
border-color: #D2F0EE;
}
</style>