Shades of Foam #D0E2E1
Tints of Foam #D0E2E1
RGB
CMYK
RGB Variations
Color information
#D0E2E1 (or 0xD0E2E1) is known color: Foam. HEX triplet: D0, E2 and E1. RGB value is (208,226,225). Sum of RGB (Red+Green+Blue) = 208+226+225=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E2E1 is #2F1D1E. Grayscale: #DCDCDC. Windows color (decimal): -3087647 or 14803664. OLE color: 14803664.
HSL color Cylindrical-coordinate representation of color #D0E2E1: hue angle of 176.67º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0E2E1 is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 225 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.11 |
| HSL | 176.67º | 0.24% | 0.85% | - |
| HSV(B) | 176.67º | 0.08% | 0.89% | - |
| XYZ | 66.8 | 73.24 | 81.85 | - |
| YUV | 220.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 225 | 0.08 | 0 | 0.00 | 0.11 | 176.67 | 0.24 | 0.85 |
| Hex | D0 | E2 | E1 | 8 | 0 | 0 | B | B1 | 18 | 55 |
| Octal | 320 | 342 | 341 | 10 | 0 | 0 | 13 | 261 | 30 | 125 |
| Binary | 11010000 | 11100010 | 11100001 | 1000 | 0 | 0 | 1011 | 10110001 | 11000 | 1010101 |
Color Harmonies of #D0E2E1
Complementary color
Monochromatic Colors of #D0E2E1
Black with #D0E2E1
Text Example
Text Example
White with #D0E2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E2E1; }
p { color: rgb(208,226,225); }
H1.HeaderClassName
{
color: #D0E2E1;
}
.AnyTagClassName
{
color: #D0E2E1;
}
</style>
background-color css
<style>
a { background-color: #D0E2E1; }
a { background-color: rgb(208,226,225); }
div.DivClassName
{
background-color: #D0E2E1;
}
.BgClassName
{
background-color: #D0E2E1;
}
</style>
border-color css
<style>
span { border-color: #D0E2E1; }
span { border-color: rgb(208,226,225); }
td.TdClassName
{
border-color: #D0E2E1;
}
.TagClassName
{
border-color: #D0E2E1;
}
</style>