Shades of Foam #D1F3F0
Tints of Foam #D1F3F0
RGB
CMYK
RGB Variations
Color information
#D1F3F0 (or 0xD1F3F0) is known color: Foam. HEX triplet: D1, F3 and F0. RGB value is (209,243,240). Sum of RGB (Red+Green+Blue) = 209+243+240=692 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.20% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F3F0 is #2E0C0F. Grayscale: #E8E8E8. Windows color (decimal): -3017744 or 15791057. OLE color: 15791057.
HSL color Cylindrical-coordinate representation of color #D1F3F0: hue angle of 174.71º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F3F0 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 240 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.05 |
| HSL | 174.71º | 0.59% | 0.89% | - |
| HSV(B) | 174.71º | 0.14% | 0.95% | - |
| XYZ | 74.07 | 83.95 | 94.74 | - |
| YUV | 232.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 240 | 0.14 | 0 | 0.01 | 0.05 | 174.71 | 0.59 | 0.89 |
| Hex | D1 | F3 | F0 | E | 0 | 1 | 5 | AF | 3B | 59 |
| Octal | 321 | 363 | 360 | 16 | 0 | 1 | 5 | 257 | 73 | 131 |
| Binary | 11010001 | 11110011 | 11110000 | 1110 | 0 | 1 | 101 | 10101111 | 111011 | 1011001 |
Color Harmonies of #D1F3F0
Complementary color
Monochromatic Colors of #D1F3F0
Black with #D1F3F0
Text Example
Text Example
White with #D1F3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F3F0; }
p { color: rgb(209,243,240); }
H1.HeaderClassName
{
color: #D1F3F0;
}
.AnyTagClassName
{
color: #D1F3F0;
}
</style>
background-color css
<style>
a { background-color: #D1F3F0; }
a { background-color: rgb(209,243,240); }
div.DivClassName
{
background-color: #D1F3F0;
}
.BgClassName
{
background-color: #D1F3F0;
}
</style>
border-color css
<style>
span { border-color: #D1F3F0; }
span { border-color: rgb(209,243,240); }
td.TdClassName
{
border-color: #D1F3F0;
}
.TagClassName
{
border-color: #D1F3F0;
}
</style>