Shades of Foam #D4EDEA
Tints of Foam #D4EDEA
RGB
CMYK
RGB Variations
Color information
#D4EDEA (or 0xD4EDEA) is known color: Foam. HEX triplet: D4, ED and EA. RGB value is (212,237,234). Sum of RGB (Red+Green+Blue) = 212+237+234=683 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.04% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EDEA is #2B1215. Grayscale: #E5E5E5. Windows color (decimal): -2822678 or 15396308. OLE color: 15396308.
HSL color Cylindrical-coordinate representation of color #D4EDEA: hue angle of 172.8º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EDEA is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 237 | 234 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.07 |
| HSL | 172.8º | 0.41% | 0.88% | - |
| HSV(B) | 172.8º | 0.11% | 0.93% | - |
| XYZ | 72.29 | 80.51 | 89.57 | - |
| YUV | 229.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 234 | 0.11 | 0 | 0.01 | 0.07 | 172.8 | 0.41 | 0.88 |
| Hex | D4 | ED | EA | B | 0 | 1 | 7 | AD | 29 | 58 |
| Octal | 324 | 355 | 352 | 13 | 0 | 1 | 7 | 255 | 51 | 130 |
| Binary | 11010100 | 11101101 | 11101010 | 1011 | 0 | 1 | 111 | 10101101 | 101001 | 1011000 |
Color Harmonies of #D4EDEA
Complementary color
Monochromatic Colors of #D4EDEA
Black with #D4EDEA
Text Example
Text Example
White with #D4EDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDEA; }
p { color: rgb(212,237,234); }
H1.HeaderClassName
{
color: #D4EDEA;
}
.AnyTagClassName
{
color: #D4EDEA;
}
</style>
background-color css
<style>
a { background-color: #D4EDEA; }
a { background-color: rgb(212,237,234); }
div.DivClassName
{
background-color: #D4EDEA;
}
.BgClassName
{
background-color: #D4EDEA;
}
</style>
border-color css
<style>
span { border-color: #D4EDEA; }
span { border-color: rgb(212,237,234); }
td.TdClassName
{
border-color: #D4EDEA;
}
.TagClassName
{
border-color: #D4EDEA;
}
</style>