Shades of Foam #D0F2ED
Tints of Foam #D0F2ED
RGB
CMYK
RGB Variations
Color information
#D0F2ED (or 0xD0F2ED) is known color: Foam. HEX triplet: D0, F2 and ED. RGB value is (208,242,237). Sum of RGB (Red+Green+Blue) = 208+242+237=687 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.28% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F2ED is #2F0D12. Grayscale: #E7E7E7. Windows color (decimal): -3083539 or 15594192. OLE color: 15594192.
HSL color Cylindrical-coordinate representation of color #D0F2ED: hue angle of 171.18º 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 #D0F2ED is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 237 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.05 |
| HSL | 171.18º | 0.57% | 0.88% | - |
| HSV(B) | 171.18º | 0.14% | 0.95% | - |
| XYZ | 73.05 | 83.03 | 92.3 | - |
| YUV | 231.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 237 | 0.14 | 0 | 0.02 | 0.05 | 171.18 | 0.57 | 0.88 |
| Hex | D0 | F2 | ED | E | 0 | 2 | 5 | AB | 39 | 58 |
| Octal | 320 | 362 | 355 | 16 | 0 | 2 | 5 | 253 | 71 | 130 |
| Binary | 11010000 | 11110010 | 11101101 | 1110 | 0 | 10 | 101 | 10101011 | 111001 | 1011000 |
Color Harmonies of #D0F2ED
Complementary color
Monochromatic Colors of #D0F2ED
Black with #D0F2ED
Text Example
Text Example
White with #D0F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2ED; }
p { color: rgb(208,242,237); }
H1.HeaderClassName
{
color: #D0F2ED;
}
.AnyTagClassName
{
color: #D0F2ED;
}
</style>
background-color css
<style>
a { background-color: #D0F2ED; }
a { background-color: rgb(208,242,237); }
div.DivClassName
{
background-color: #D0F2ED;
}
.BgClassName
{
background-color: #D0F2ED;
}
</style>
border-color css
<style>
span { border-color: #D0F2ED; }
span { border-color: rgb(208,242,237); }
td.TdClassName
{
border-color: #D0F2ED;
}
.TagClassName
{
border-color: #D0F2ED;
}
</style>