Shades of Foam #D7F2EF
Tints of Foam #D7F2EF
RGB
CMYK
RGB Variations
Color information
#D7F2EF (or 0xD7F2EF) is known color: Foam. HEX triplet: D7, F2 and EF. RGB value is (215,242,239). Sum of RGB (Red+Green+Blue) = 215+242+239=696 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.89% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F2EF is #280D10. Grayscale: #E9E9E9. Windows color (decimal): -2624785 or 15725271. OLE color: 15725271.
HSL color Cylindrical-coordinate representation of color #D7F2EF: hue angle of 173.33º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7F2EF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 239 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.05 |
| HSL | 173.33º | 0.51% | 0.9% | - |
| HSV(B) | 173.33º | 0.11% | 0.95% | - |
| XYZ | 75.36 | 84.18 | 93.94 | - |
| YUV | 233.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 239 | 0.11 | 0 | 0.01 | 0.05 | 173.33 | 0.51 | 0.9 |
| Hex | D7 | F2 | EF | B | 0 | 1 | 5 | AD | 33 | 5A |
| Octal | 327 | 362 | 357 | 13 | 0 | 1 | 5 | 255 | 63 | 132 |
| Binary | 11010111 | 11110010 | 11101111 | 1011 | 0 | 1 | 101 | 10101101 | 110011 | 1011010 |
Color Harmonies of #D7F2EF
Complementary color
Monochromatic Colors of #D7F2EF
Black with #D7F2EF
Text Example
Text Example
White with #D7F2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F2EF; }
p { color: rgb(215,242,239); }
H1.HeaderClassName
{
color: #D7F2EF;
}
.AnyTagClassName
{
color: #D7F2EF;
}
</style>
background-color css
<style>
a { background-color: #D7F2EF; }
a { background-color: rgb(215,242,239); }
div.DivClassName
{
background-color: #D7F2EF;
}
.BgClassName
{
background-color: #D7F2EF;
}
</style>
border-color css
<style>
span { border-color: #D7F2EF; }
span { border-color: rgb(215,242,239); }
td.TdClassName
{
border-color: #D7F2EF;
}
.TagClassName
{
border-color: #D7F2EF;
}
</style>