Shades of Foam #D2F1ED
Tints of Foam #D2F1ED
RGB
CMYK
RGB Variations
Color information
#D2F1ED (or 0xD2F1ED) is known color: Foam. HEX triplet: D2, F1 and ED. RGB value is (210,241,237). Sum of RGB (Red+Green+Blue) = 210+241+237=688 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.52% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F1ED is #2D0E12. Grayscale: #E7E7E7. Windows color (decimal): -2952723 or 15593938. OLE color: 15593938.
HSL color Cylindrical-coordinate representation of color #D2F1ED: hue angle of 172.26º 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 #D2F1ED is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 237 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.05 |
| HSL | 172.26º | 0.53% | 0.88% | - |
| HSV(B) | 172.26º | 0.13% | 0.95% | - |
| XYZ | 73.32 | 82.73 | 92.22 | - |
| YUV | 231.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 237 | 0.13 | 0 | 0.02 | 0.05 | 172.26 | 0.53 | 0.88 |
| Hex | D2 | F1 | ED | D | 0 | 2 | 5 | AC | 35 | 58 |
| Octal | 322 | 361 | 355 | 15 | 0 | 2 | 5 | 254 | 65 | 130 |
| Binary | 11010010 | 11110001 | 11101101 | 1101 | 0 | 10 | 101 | 10101100 | 110101 | 1011000 |
Color Harmonies of #D2F1ED
Complementary color
Monochromatic Colors of #D2F1ED
Black with #D2F1ED
Text Example
Text Example
White with #D2F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F1ED; }
p { color: rgb(210,241,237); }
H1.HeaderClassName
{
color: #D2F1ED;
}
.AnyTagClassName
{
color: #D2F1ED;
}
</style>
background-color css
<style>
a { background-color: #D2F1ED; }
a { background-color: rgb(210,241,237); }
div.DivClassName
{
background-color: #D2F1ED;
}
.BgClassName
{
background-color: #D2F1ED;
}
</style>
border-color css
<style>
span { border-color: #D2F1ED; }
span { border-color: rgb(210,241,237); }
td.TdClassName
{
border-color: #D2F1ED;
}
.TagClassName
{
border-color: #D2F1ED;
}
</style>