Shades of Foam #D0EDE9
Tints of Foam #D0EDE9
RGB
CMYK
RGB Variations
Color information
#D0EDE9 (or 0xD0EDE9) is known color: Foam. HEX triplet: D0, ED and E9. RGB value is (208,237,233). Sum of RGB (Red+Green+Blue) = 208+237+233=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDE9 is #2F1216. Grayscale: #E3E3E3. Windows color (decimal): -3084823 or 15330768. OLE color: 15330768.
HSL color Cylindrical-coordinate representation of color #D0EDE9: hue angle of 171.72º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0EDE9 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 233 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.07 |
| HSL | 171.72º | 0.45% | 0.87% | - |
| HSV(B) | 171.72º | 0.12% | 0.93% | - |
| XYZ | 71 | 79.86 | 88.76 | - |
| YUV | 227.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 233 | 0.12 | 0 | 0.02 | 0.07 | 171.72 | 0.45 | 0.87 |
| Hex | D0 | ED | E9 | C | 0 | 2 | 7 | AC | 2D | 57 |
| Octal | 320 | 355 | 351 | 14 | 0 | 2 | 7 | 254 | 55 | 127 |
| Binary | 11010000 | 11101101 | 11101001 | 1100 | 0 | 10 | 111 | 10101100 | 101101 | 1010111 |
Color Harmonies of #D0EDE9
Complementary color
Monochromatic Colors of #D0EDE9
Black with #D0EDE9
Text Example
Text Example
White with #D0EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDE9; }
p { color: rgb(208,237,233); }
H1.HeaderClassName
{
color: #D0EDE9;
}
.AnyTagClassName
{
color: #D0EDE9;
}
</style>
background-color css
<style>
a { background-color: #D0EDE9; }
a { background-color: rgb(208,237,233); }
div.DivClassName
{
background-color: #D0EDE9;
}
.BgClassName
{
background-color: #D0EDE9;
}
</style>
border-color css
<style>
span { border-color: #D0EDE9; }
span { border-color: rgb(208,237,233); }
td.TdClassName
{
border-color: #D0EDE9;
}
.TagClassName
{
border-color: #D0EDE9;
}
</style>