Shades of Foam #D5F5F1
Tints of Foam #D5F5F1
RGB
CMYK
RGB Variations
Color information
#D5F5F1 (or 0xD5F5F1) is known color: Foam. HEX triplet: D5, F5 and F1. RGB value is (213,245,241). Sum of RGB (Red+Green+Blue) = 213+245+241=699 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.47% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F5F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F5F1 is #2A0A0E. Grayscale: #EAEAEA. Windows color (decimal): -2755087 or 15857109. OLE color: 15857109.
HSL color Cylindrical-coordinate representation of color #D5F5F1: hue angle of 172.5º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F5F1 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 245 | 241 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.04 |
| HSL | 172.5º | 0.62% | 0.9% | - |
| HSV(B) | 172.5º | 0.13% | 0.96% | - |
| XYZ | 75.97 | 85.8 | 95.78 | - |
| YUV | 234.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 245 | 241 | 0.13 | 0 | 0.02 | 0.04 | 172.5 | 0.62 | 0.9 |
| Hex | D5 | F5 | F1 | D | 0 | 2 | 4 | AC | 3E | 5A |
| Octal | 325 | 365 | 361 | 15 | 0 | 2 | 4 | 254 | 76 | 132 |
| Binary | 11010101 | 11110101 | 11110001 | 1101 | 0 | 10 | 100 | 10101100 | 111110 | 1011010 |
Color Harmonies of #D5F5F1
Complementary color
Monochromatic Colors of #D5F5F1
Black with #D5F5F1
Text Example
Text Example
White with #D5F5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F5F1; }
p { color: rgb(213,245,241); }
H1.HeaderClassName
{
color: #D5F5F1;
}
.AnyTagClassName
{
color: #D5F5F1;
}
</style>
background-color css
<style>
a { background-color: #D5F5F1; }
a { background-color: rgb(213,245,241); }
div.DivClassName
{
background-color: #D5F5F1;
}
.BgClassName
{
background-color: #D5F5F1;
}
</style>
border-color css
<style>
span { border-color: #D5F5F1; }
span { border-color: rgb(213,245,241); }
td.TdClassName
{
border-color: #D5F5F1;
}
.TagClassName
{
border-color: #D5F5F1;
}
</style>