Shades of Foam #D1F2EF
Tints of Foam #D1F2EF
RGB
CMYK
RGB Variations
Color information
#D1F2EF (or 0xD1F2EF) is known color: Foam. HEX triplet: D1, F2 and EF. RGB value is (209,242,239). Sum of RGB (Red+Green+Blue) = 209+242+239=690 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.29% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F2EF is #2E0D10. Grayscale: #E7E7E7. Windows color (decimal): -3018001 or 15725265. OLE color: 15725265.
HSL color Cylindrical-coordinate representation of color #D1F2EF: hue angle of 174.55º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F2EF is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 239 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.05 |
| HSL | 174.55º | 0.56% | 0.88% | - |
| HSV(B) | 174.55º | 0.14% | 0.95% | - |
| XYZ | 73.63 | 83.29 | 93.86 | - |
| YUV | 231.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 239 | 0.14 | 0 | 0.01 | 0.05 | 174.55 | 0.56 | 0.88 |
| Hex | D1 | F2 | EF | E | 0 | 1 | 5 | AF | 38 | 58 |
| Octal | 321 | 362 | 357 | 16 | 0 | 1 | 5 | 257 | 70 | 130 |
| Binary | 11010001 | 11110010 | 11101111 | 1110 | 0 | 1 | 101 | 10101111 | 111000 | 1011000 |
Color Harmonies of #D1F2EF
Complementary color
Monochromatic Colors of #D1F2EF
Black with #D1F2EF
Text Example
Text Example
White with #D1F2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2EF; }
p { color: rgb(209,242,239); }
H1.HeaderClassName
{
color: #D1F2EF;
}
.AnyTagClassName
{
color: #D1F2EF;
}
</style>
background-color css
<style>
a { background-color: #D1F2EF; }
a { background-color: rgb(209,242,239); }
div.DivClassName
{
background-color: #D1F2EF;
}
.BgClassName
{
background-color: #D1F2EF;
}
</style>
border-color css
<style>
span { border-color: #D1F2EF; }
span { border-color: rgb(209,242,239); }
td.TdClassName
{
border-color: #D1F2EF;
}
.TagClassName
{
border-color: #D1F2EF;
}
</style>