Shades of Foam #D0E9E7
Tints of Foam #D0E9E7
RGB
CMYK
RGB Variations
Color information
#D0E9E7 (or 0xD0E9E7) is known color: Foam. HEX triplet: D0, E9 and E7. RGB value is (208,233,231). Sum of RGB (Red+Green+Blue) = 208+233+231=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E9E7 is #2F1618. Grayscale: #E1E1E1. Windows color (decimal): -3085849 or 15198672. OLE color: 15198672.
HSL color Cylindrical-coordinate representation of color #D0E9E7: hue angle of 175.2º 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 #D0E9E7 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 231 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.09 |
| HSL | 175.2º | 0.36% | 0.86% | - |
| HSV(B) | 175.2º | 0.11% | 0.91% | - |
| XYZ | 69.58 | 77.46 | 86.89 | - |
| YUV | 225.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 231 | 0.11 | 0 | 0.01 | 0.09 | 175.2 | 0.36 | 0.86 |
| Hex | D0 | E9 | E7 | B | 0 | 1 | 9 | AF | 24 | 56 |
| Octal | 320 | 351 | 347 | 13 | 0 | 1 | 11 | 257 | 44 | 126 |
| Binary | 11010000 | 11101001 | 11100111 | 1011 | 0 | 1 | 1001 | 10101111 | 100100 | 1010110 |
Color Harmonies of #D0E9E7
Complementary color
Monochromatic Colors of #D0E9E7
Black with #D0E9E7
Text Example
Text Example
White with #D0E9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9E7; }
p { color: rgb(208,233,231); }
H1.HeaderClassName
{
color: #D0E9E7;
}
.AnyTagClassName
{
color: #D0E9E7;
}
</style>
background-color css
<style>
a { background-color: #D0E9E7; }
a { background-color: rgb(208,233,231); }
div.DivClassName
{
background-color: #D0E9E7;
}
.BgClassName
{
background-color: #D0E9E7;
}
</style>
border-color css
<style>
span { border-color: #D0E9E7; }
span { border-color: rgb(208,233,231); }
td.TdClassName
{
border-color: #D0E9E7;
}
.TagClassName
{
border-color: #D0E9E7;
}
</style>