Shades of Foam #D2F2EF
Tints of Foam #D2F2EF
RGB
CMYK
RGB Variations
Color information
#D2F2EF (or 0xD2F2EF) is known color: Foam. HEX triplet: D2, F2 and EF. RGB value is (210,242,239). Sum of RGB (Red+Green+Blue) = 210+242+239=691 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.39% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F2EF is #2D0D10. Grayscale: #E8E8E8. Windows color (decimal): -2952465 or 15725266. OLE color: 15725266.
HSL color Cylindrical-coordinate representation of color #D2F2EF: hue angle of 174.38º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2F2EF is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 239 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.05 |
| HSL | 174.38º | 0.55% | 0.89% | - |
| HSV(B) | 174.38º | 0.13% | 0.95% | - |
| XYZ | 73.91 | 83.44 | 93.87 | - |
| YUV | 232.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 239 | 0.13 | 0 | 0.01 | 0.05 | 174.38 | 0.55 | 0.89 |
| Hex | D2 | F2 | EF | D | 0 | 1 | 5 | AE | 37 | 59 |
| Octal | 322 | 362 | 357 | 15 | 0 | 1 | 5 | 256 | 67 | 131 |
| Binary | 11010010 | 11110010 | 11101111 | 1101 | 0 | 1 | 101 | 10101110 | 110111 | 1011001 |
Color Harmonies of #D2F2EF
Complementary color
Monochromatic Colors of #D2F2EF
Black with #D2F2EF
Text Example
Text Example
White with #D2F2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F2EF; }
p { color: rgb(210,242,239); }
H1.HeaderClassName
{
color: #D2F2EF;
}
.AnyTagClassName
{
color: #D2F2EF;
}
</style>
background-color css
<style>
a { background-color: #D2F2EF; }
a { background-color: rgb(210,242,239); }
div.DivClassName
{
background-color: #D2F2EF;
}
.BgClassName
{
background-color: #D2F2EF;
}
</style>
border-color css
<style>
span { border-color: #D2F2EF; }
span { border-color: rgb(210,242,239); }
td.TdClassName
{
border-color: #D2F2EF;
}
.TagClassName
{
border-color: #D2F2EF;
}
</style>