Shades of Foam #D0F2EE
Tints of Foam #D0F2EE
RGB
CMYK
RGB Variations
Color information
#D0F2EE (or 0xD0F2EE) is known color: Foam. HEX triplet: D0, F2 and EE. RGB value is (208,242,238). Sum of RGB (Red+Green+Blue) = 208+242+238=688 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.23% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F2EE is #2F0D11. Grayscale: #E7E7E7. Windows color (decimal): -3083538 or 15659728. OLE color: 15659728.
HSL color Cylindrical-coordinate representation of color #D0F2EE: hue angle of 172.94º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F2EE is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 238 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.05 |
| HSL | 172.94º | 0.57% | 0.88% | - |
| HSV(B) | 172.94º | 0.14% | 0.95% | - |
| XYZ | 73.2 | 83.09 | 93.07 | - |
| YUV | 231.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 238 | 0.14 | 0 | 0.02 | 0.05 | 172.94 | 0.57 | 0.88 |
| Hex | D0 | F2 | EE | E | 0 | 2 | 5 | AD | 39 | 58 |
| Octal | 320 | 362 | 356 | 16 | 0 | 2 | 5 | 255 | 71 | 130 |
| Binary | 11010000 | 11110010 | 11101110 | 1110 | 0 | 10 | 101 | 10101101 | 111001 | 1011000 |
Color Harmonies of #D0F2EE
Complementary color
Monochromatic Colors of #D0F2EE
Black with #D0F2EE
Text Example
Text Example
White with #D0F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2EE; }
p { color: rgb(208,242,238); }
H1.HeaderClassName
{
color: #D0F2EE;
}
.AnyTagClassName
{
color: #D0F2EE;
}
</style>
background-color css
<style>
a { background-color: #D0F2EE; }
a { background-color: rgb(208,242,238); }
div.DivClassName
{
background-color: #D0F2EE;
}
.BgClassName
{
background-color: #D0F2EE;
}
</style>
border-color css
<style>
span { border-color: #D0F2EE; }
span { border-color: rgb(208,242,238); }
td.TdClassName
{
border-color: #D0F2EE;
}
.TagClassName
{
border-color: #D0F2EE;
}
</style>