Shades of Foam #D1F1ED
Tints of Foam #D1F1ED
RGB
CMYK
RGB Variations
Color information
#D1F1ED (or 0xD1F1ED) is known color: Foam. HEX triplet: D1, F1 and ED. RGB value is (209,241,237). Sum of RGB (Red+Green+Blue) = 209+241+237=687 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.42% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F1ED is #2E0E12. Grayscale: #E6E6E6. Windows color (decimal): -3018259 or 15593937. OLE color: 15593937.
HSL color Cylindrical-coordinate representation of color #D1F1ED: hue angle of 172.5º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1F1ED is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 209 | 241 | 237 | - |
CMYK | 0.13 | 0 | 0.02 | 0.05 |
HSL | 172.5º | 0.53% | 0.88% | - |
HSV(B) | 172.5º | 0.13% | 0.95% | - |
XYZ | 73.04 | 82.58 | 92.21 | - |
YUV | 230.98 | 131.4 | 112.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 241 | 237 | 0.13 | 0 | 0.02 | 0.05 | 172.5 | 0.53 | 0.88 |
Hex | D1 | F1 | ED | D | 0 | 2 | 5 | AC | 35 | 58 |
Octal | 321 | 361 | 355 | 15 | 0 | 2 | 5 | 254 | 65 | 130 |
Binary | 11010001 | 11110001 | 11101101 | 1101 | 0 | 10 | 101 | 10101100 | 110101 | 1011000 |
Color Harmonies of #D1F1ED
Complementary color
Monochromatic Colors of #D1F1ED
Black with #D1F1ED
Text Example
Text Example
White with #D1F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F1ED; }
p { color: rgb(209,241,237); }
H1.HeaderClassName
{
color: #D1F1ED;
}
.AnyTagClassName
{
color: #D1F1ED;
}
</style>
background-color css
<style>
a { background-color: #D1F1ED; }
a { background-color: rgb(209,241,237); }
div.DivClassName
{
background-color: #D1F1ED;
}
.BgClassName
{
background-color: #D1F1ED;
}
</style>
border-color css
<style>
span { border-color: #D1F1ED; }
span { border-color: rgb(209,241,237); }
td.TdClassName
{
border-color: #D1F1ED;
}
.TagClassName
{
border-color: #D1F1ED;
}
</style>