Shades of Foam #D0E9E6
Tints of Foam #D0E9E6
RGB
CMYK
RGB Variations
Color information
#D0E9E6 (or 0xD0E9E6) is known color: Foam. HEX triplet: D0, E9 and E6. RGB value is (208,233,230). Sum of RGB (Red+Green+Blue) = 208+233+230=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E9E6 is #2F1619. Grayscale: #E1E1E1. Windows color (decimal): -3085850 or 15133136. OLE color: 15133136.
HSL color Cylindrical-coordinate representation of color #D0E9E6: hue angle of 172.8º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9E6 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 230 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.09 |
| HSL | 172.8º | 0.36% | 0.86% | - |
| HSV(B) | 172.8º | 0.11% | 0.91% | - |
| XYZ | 69.43 | 77.4 | 86.14 | - |
| YUV | 225.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 230 | 0.11 | 0 | 0.01 | 0.09 | 172.8 | 0.36 | 0.86 |
| Hex | D0 | E9 | E6 | B | 0 | 1 | 9 | AD | 24 | 56 |
| Octal | 320 | 351 | 346 | 13 | 0 | 1 | 11 | 255 | 44 | 126 |
| Binary | 11010000 | 11101001 | 11100110 | 1011 | 0 | 1 | 1001 | 10101101 | 100100 | 1010110 |
Color Harmonies of #D0E9E6
Complementary color
Monochromatic Colors of #D0E9E6
Black with #D0E9E6
Text Example
Text Example
White with #D0E9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9E6; }
p { color: rgb(208,233,230); }
H1.HeaderClassName
{
color: #D0E9E6;
}
.AnyTagClassName
{
color: #D0E9E6;
}
</style>
background-color css
<style>
a { background-color: #D0E9E6; }
a { background-color: rgb(208,233,230); }
div.DivClassName
{
background-color: #D0E9E6;
}
.BgClassName
{
background-color: #D0E9E6;
}
</style>
border-color css
<style>
span { border-color: #D0E9E6; }
span { border-color: rgb(208,233,230); }
td.TdClassName
{
border-color: #D0E9E6;
}
.TagClassName
{
border-color: #D0E9E6;
}
</style>