Shades of Foam #D0EEEC
Tints of Foam #D0EEEC
RGB
CMYK
RGB Variations
Color information
#D0EEEC (or 0xD0EEEC) is known color: Foam. HEX triplet: D0, EE and EC. RGB value is (208,238,236). Sum of RGB (Red+Green+Blue) = 208+238+236=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EEEC is #2F1113. Grayscale: #E4E4E4. Windows color (decimal): -3084564 or 15527632. OLE color: 15527632.
HSL color Cylindrical-coordinate representation of color #D0EEEC: hue angle of 176º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EEEC is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 236 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.07 |
| HSL | 176º | 0.47% | 0.87% | - |
| HSV(B) | 176º | 0.13% | 0.93% | - |
| XYZ | 71.73 | 80.62 | 91.14 | - |
| YUV | 228.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 236 | 0.13 | 0 | 0.01 | 0.07 | 176 | 0.47 | 0.87 |
| Hex | D0 | EE | EC | D | 0 | 1 | 7 | B0 | 2F | 57 |
| Octal | 320 | 356 | 354 | 15 | 0 | 1 | 7 | 260 | 57 | 127 |
| Binary | 11010000 | 11101110 | 11101100 | 1101 | 0 | 1 | 111 | 10110000 | 101111 | 1010111 |
Color Harmonies of #D0EEEC
Complementary color
Monochromatic Colors of #D0EEEC
Black with #D0EEEC
Text Example
Text Example
White with #D0EEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEEC; }
p { color: rgb(208,238,236); }
H1.HeaderClassName
{
color: #D0EEEC;
}
.AnyTagClassName
{
color: #D0EEEC;
}
</style>
background-color css
<style>
a { background-color: #D0EEEC; }
a { background-color: rgb(208,238,236); }
div.DivClassName
{
background-color: #D0EEEC;
}
.BgClassName
{
background-color: #D0EEEC;
}
</style>
border-color css
<style>
span { border-color: #D0EEEC; }
span { border-color: rgb(208,238,236); }
td.TdClassName
{
border-color: #D0EEEC;
}
.TagClassName
{
border-color: #D0EEEC;
}
</style>