Shades of Foam #D0EBE8
Tints of Foam #D0EBE8
RGB
CMYK
RGB Variations
Color information
#D0EBE8 (or 0xD0EBE8) is known color: Foam. HEX triplet: D0, EB and E8. RGB value is (208,235,232). Sum of RGB (Red+Green+Blue) = 208+235+232=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EBE8 is #2F1417. Grayscale: #E2E2E2. Windows color (decimal): -3085336 or 15264720. OLE color: 15264720.
HSL color Cylindrical-coordinate representation of color #D0EBE8: hue angle of 173.33º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EBE8 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 232 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.08 |
| HSL | 173.33º | 0.4% | 0.87% | - |
| HSV(B) | 173.33º | 0.11% | 0.92% | - |
| XYZ | 70.29 | 78.65 | 87.82 | - |
| YUV | 226.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 232 | 0.11 | 0 | 0.01 | 0.08 | 173.33 | 0.4 | 0.87 |
| Hex | D0 | EB | E8 | B | 0 | 1 | 8 | AD | 28 | 57 |
| Octal | 320 | 353 | 350 | 13 | 0 | 1 | 10 | 255 | 50 | 127 |
| Binary | 11010000 | 11101011 | 11101000 | 1011 | 0 | 1 | 1000 | 10101101 | 101000 | 1010111 |
Color Harmonies of #D0EBE8
Complementary color
Monochromatic Colors of #D0EBE8
Black with #D0EBE8
Text Example
Text Example
White with #D0EBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EBE8; }
p { color: rgb(208,235,232); }
H1.HeaderClassName
{
color: #D0EBE8;
}
.AnyTagClassName
{
color: #D0EBE8;
}
</style>
background-color css
<style>
a { background-color: #D0EBE8; }
a { background-color: rgb(208,235,232); }
div.DivClassName
{
background-color: #D0EBE8;
}
.BgClassName
{
background-color: #D0EBE8;
}
</style>
border-color css
<style>
span { border-color: #D0EBE8; }
span { border-color: rgb(208,235,232); }
td.TdClassName
{
border-color: #D0EBE8;
}
.TagClassName
{
border-color: #D0EBE8;
}
</style>