Shades of Foam #D0E7E5
Tints of Foam #D0E7E5
RGB
CMYK
RGB Variations
Color information
#D0E7E5 (or 0xD0E7E5) is known color: Foam. HEX triplet: D0, E7 and E5. RGB value is (208,231,229). Sum of RGB (Red+Green+Blue) = 208+231+229=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7E5 is #2F181A. Grayscale: #DFDFDF. Windows color (decimal): -3086363 or 15067088. OLE color: 15067088.
HSL color Cylindrical-coordinate representation of color #D0E7E5: hue angle of 174.78º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E7E5 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 229 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.09 |
| HSL | 174.78º | 0.32% | 0.86% | - |
| HSV(B) | 174.78º | 0.1% | 0.91% | - |
| XYZ | 68.73 | 76.22 | 85.22 | - |
| YUV | 223.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 229 | 0.10 | 0 | 0.01 | 0.09 | 174.78 | 0.32 | 0.86 |
| Hex | D0 | E7 | E5 | A | 0 | 1 | 9 | AF | 20 | 56 |
| Octal | 320 | 347 | 345 | 12 | 0 | 1 | 11 | 257 | 40 | 126 |
| Binary | 11010000 | 11100111 | 11100101 | 1010 | 0 | 1 | 1001 | 10101111 | 100000 | 1010110 |
Color Harmonies of #D0E7E5
Complementary color
Monochromatic Colors of #D0E7E5
Black with #D0E7E5
Text Example
Text Example
White with #D0E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E7E5; }
p { color: rgb(208,231,229); }
H1.HeaderClassName
{
color: #D0E7E5;
}
.AnyTagClassName
{
color: #D0E7E5;
}
</style>
background-color css
<style>
a { background-color: #D0E7E5; }
a { background-color: rgb(208,231,229); }
div.DivClassName
{
background-color: #D0E7E5;
}
.BgClassName
{
background-color: #D0E7E5;
}
</style>
border-color css
<style>
span { border-color: #D0E7E5; }
span { border-color: rgb(208,231,229); }
td.TdClassName
{
border-color: #D0E7E5;
}
.TagClassName
{
border-color: #D0E7E5;
}
</style>