Shades of Foam #D2EBE8
Tints of Foam #D2EBE8
RGB
CMYK
RGB Variations
Color information
#D2EBE8 (or 0xD2EBE8) is known color: Foam. HEX triplet: D2, EB and E8. RGB value is (210,235,232). Sum of RGB (Red+Green+Blue) = 210+235+232=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBE8 is #2D1417. Grayscale: #E3E3E3. Windows color (decimal): -2954264 or 15264722. OLE color: 15264722.
HSL color Cylindrical-coordinate representation of color #D2EBE8: hue angle of 172.8º degrees, saturation: 0.38, 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 #D2EBE8 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 232 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.08 |
| HSL | 172.8º | 0.38% | 0.87% | - |
| HSV(B) | 172.8º | 0.11% | 0.92% | - |
| XYZ | 70.85 | 78.94 | 87.85 | - |
| YUV | 227.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 232 | 0.11 | 0 | 0.01 | 0.08 | 172.8 | 0.38 | 0.87 |
| Hex | D2 | EB | E8 | B | 0 | 1 | 8 | AD | 26 | 57 |
| Octal | 322 | 353 | 350 | 13 | 0 | 1 | 10 | 255 | 46 | 127 |
| Binary | 11010010 | 11101011 | 11101000 | 1011 | 0 | 1 | 1000 | 10101101 | 100110 | 1010111 |
Color Harmonies of #D2EBE8
Complementary color
Monochromatic Colors of #D2EBE8
Black with #D2EBE8
Text Example
Text Example
White with #D2EBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBE8; }
p { color: rgb(210,235,232); }
H1.HeaderClassName
{
color: #D2EBE8;
}
.AnyTagClassName
{
color: #D2EBE8;
}
</style>
background-color css
<style>
a { background-color: #D2EBE8; }
a { background-color: rgb(210,235,232); }
div.DivClassName
{
background-color: #D2EBE8;
}
.BgClassName
{
background-color: #D2EBE8;
}
</style>
border-color css
<style>
span { border-color: #D2EBE8; }
span { border-color: rgb(210,235,232); }
td.TdClassName
{
border-color: #D2EBE8;
}
.TagClassName
{
border-color: #D2EBE8;
}
</style>