Shades of Foam #D4EFED
Tints of Foam #D4EFED
RGB
CMYK
RGB Variations
Color information
#D4EFED (or 0xD4EFED) is known color: Foam. HEX triplet: D4, EF and ED. RGB value is (212,239,237). Sum of RGB (Red+Green+Blue) = 212+239+237=688 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.81% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EFED is #2B1012. Grayscale: #E6E6E6. Windows color (decimal): -2822163 or 15593428. OLE color: 15593428.
HSL color Cylindrical-coordinate representation of color #D4EFED: hue angle of 175.56º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EFED is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 212 | 239 | 237 | - |
CMYK | 0.11 | 0 | 0.01 | 0.06 |
HSL | 175.56º | 0.46% | 0.88% | - |
HSV(B) | 175.56º | 0.11% | 0.94% | - |
XYZ | 73.3 | 81.84 | 92.05 | - |
YUV | 230.7 | 131.55 | 114.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 239 | 237 | 0.11 | 0 | 0.01 | 0.06 | 175.56 | 0.46 | 0.88 |
Hex | D4 | EF | ED | B | 0 | 1 | 6 | B0 | 2E | 58 |
Octal | 324 | 357 | 355 | 13 | 0 | 1 | 6 | 260 | 56 | 130 |
Binary | 11010100 | 11101111 | 11101101 | 1011 | 0 | 1 | 110 | 10110000 | 101110 | 1011000 |
Color Harmonies of #D4EFED
Complementary color
Monochromatic Colors of #D4EFED
Black with #D4EFED
Text Example
Text Example
White with #D4EFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EFED; }
p { color: rgb(212,239,237); }
H1.HeaderClassName
{
color: #D4EFED;
}
.AnyTagClassName
{
color: #D4EFED;
}
</style>
background-color css
<style>
a { background-color: #D4EFED; }
a { background-color: rgb(212,239,237); }
div.DivClassName
{
background-color: #D4EFED;
}
.BgClassName
{
background-color: #D4EFED;
}
</style>
border-color css
<style>
span { border-color: #D4EFED; }
span { border-color: rgb(212,239,237); }
td.TdClassName
{
border-color: #D4EFED;
}
.TagClassName
{
border-color: #D4EFED;
}
</style>