Shades of Foam #D2F3EF
Tints of Foam #D2F3EF
RGB
CMYK
RGB Variations
Color information
#D2F3EF (or 0xD2F3EF) is known color: Foam. HEX triplet: D2, F3 and EF. RGB value is (210,243,239). Sum of RGB (Red+Green+Blue) = 210+243+239=692 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.35% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F3EF is #2D0C10. Grayscale: #E8E8E8. Windows color (decimal): -2952209 or 15725522. OLE color: 15725522.
HSL color Cylindrical-coordinate representation of color #D2F3EF: hue angle of 172.73º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2F3EF is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 239 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.05 |
| HSL | 172.73º | 0.58% | 0.89% | - |
| HSV(B) | 172.73º | 0.14% | 0.95% | - |
| XYZ | 74.21 | 84.03 | 93.97 | - |
| YUV | 232.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 239 | 0.14 | 0 | 0.02 | 0.05 | 172.73 | 0.58 | 0.89 |
| Hex | D2 | F3 | EF | E | 0 | 2 | 5 | AD | 3A | 59 |
| Octal | 322 | 363 | 357 | 16 | 0 | 2 | 5 | 255 | 72 | 131 |
| Binary | 11010010 | 11110011 | 11101111 | 1110 | 0 | 10 | 101 | 10101101 | 111010 | 1011001 |
Color Harmonies of #D2F3EF
Complementary color
Monochromatic Colors of #D2F3EF
Black with #D2F3EF
Text Example
Text Example
White with #D2F3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F3EF; }
p { color: rgb(210,243,239); }
H1.HeaderClassName
{
color: #D2F3EF;
}
.AnyTagClassName
{
color: #D2F3EF;
}
</style>
background-color css
<style>
a { background-color: #D2F3EF; }
a { background-color: rgb(210,243,239); }
div.DivClassName
{
background-color: #D2F3EF;
}
.BgClassName
{
background-color: #D2F3EF;
}
</style>
border-color css
<style>
span { border-color: #D2F3EF; }
span { border-color: rgb(210,243,239); }
td.TdClassName
{
border-color: #D2F3EF;
}
.TagClassName
{
border-color: #D2F3EF;
}
</style>