Shades of Foam #D1F8F2
Tints of Foam #D1F8F2
RGB
CMYK
RGB Variations
Color information
#D1F8F2 (or 0xD1F8F2) is known color: Foam. HEX triplet: D1, F8 and F2. RGB value is (209,248,242). Sum of RGB (Red+Green+Blue) = 209+248+242=699 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.90% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F8F2 is #2E070D. Grayscale: #EBEBEB. Windows color (decimal): -3016462 or 15923409. OLE color: 15923409.
HSL color Cylindrical-coordinate representation of color #D1F8F2: hue angle of 170.77º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1F8F2 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 242 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.03 |
| HSL | 170.77º | 0.74% | 0.9% | - |
| HSV(B) | 170.77º | 0.16% | 0.97% | - |
| XYZ | 75.89 | 87.1 | 96.82 | - |
| YUV | 235.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 242 | 0.16 | 0 | 0.02 | 0.03 | 170.77 | 0.74 | 0.9 |
| Hex | D1 | F8 | F2 | 10 | 0 | 2 | 3 | AB | 4A | 5A |
| Octal | 321 | 370 | 362 | 20 | 0 | 2 | 3 | 253 | 112 | 132 |
| Binary | 11010001 | 11111000 | 11110010 | 10000 | 0 | 10 | 11 | 10101011 | 1001010 | 1011010 |
Color Harmonies of #D1F8F2
Complementary color
Monochromatic Colors of #D1F8F2
Black with #D1F8F2
Text Example
Text Example
White with #D1F8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F8F2; }
p { color: rgb(209,248,242); }
H1.HeaderClassName
{
color: #D1F8F2;
}
.AnyTagClassName
{
color: #D1F8F2;
}
</style>
background-color css
<style>
a { background-color: #D1F8F2; }
a { background-color: rgb(209,248,242); }
div.DivClassName
{
background-color: #D1F8F2;
}
.BgClassName
{
background-color: #D1F8F2;
}
</style>
border-color css
<style>
span { border-color: #D1F8F2; }
span { border-color: rgb(209,248,242); }
td.TdClassName
{
border-color: #D1F8F2;
}
.TagClassName
{
border-color: #D1F8F2;
}
</style>