Shades of Foam #D0EDE8
Tints of Foam #D0EDE8
RGB
CMYK
RGB Variations
Color information
#D0EDE8 (or 0xD0EDE8) is known color: Foam. HEX triplet: D0, ED and E8. RGB value is (208,237,232). Sum of RGB (Red+Green+Blue) = 208+237+232=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDE8 is #2F1217. Grayscale: #E3E3E3. Windows color (decimal): -3084824 or 15265232. OLE color: 15265232.
HSL color Cylindrical-coordinate representation of color #D0EDE8: hue angle of 169.66º 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 #D0EDE8 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 237 | 232 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.07 |
| HSL | 169.66º | 0.45% | 0.87% | - |
| HSV(B) | 169.66º | 0.12% | 0.93% | - |
| XYZ | 70.86 | 79.8 | 88.01 | - |
| YUV | 227.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 237 | 232 | 0.12 | 0 | 0.02 | 0.07 | 169.66 | 0.45 | 0.87 |
| Hex | D0 | ED | E8 | C | 0 | 2 | 7 | AA | 2D | 57 |
| Octal | 320 | 355 | 350 | 14 | 0 | 2 | 7 | 252 | 55 | 127 |
| Binary | 11010000 | 11101101 | 11101000 | 1100 | 0 | 10 | 111 | 10101010 | 101101 | 1010111 |
Color Harmonies of #D0EDE8
Complementary color
Monochromatic Colors of #D0EDE8
Black with #D0EDE8
Text Example
Text Example
White with #D0EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDE8; }
p { color: rgb(208,237,232); }
H1.HeaderClassName
{
color: #D0EDE8;
}
.AnyTagClassName
{
color: #D0EDE8;
}
</style>
background-color css
<style>
a { background-color: #D0EDE8; }
a { background-color: rgb(208,237,232); }
div.DivClassName
{
background-color: #D0EDE8;
}
.BgClassName
{
background-color: #D0EDE8;
}
</style>
border-color css
<style>
span { border-color: #D0EDE8; }
span { border-color: rgb(208,237,232); }
td.TdClassName
{
border-color: #D0EDE8;
}
.TagClassName
{
border-color: #D0EDE8;
}
</style>