Shades of Foam #D5EDE9
Tints of Foam #D5EDE9
RGB
CMYK
RGB Variations
Color information
#D5EDE9 (or 0xD5EDE9) is known color: Foam. HEX triplet: D5, ED and E9. RGB value is (213,237,233). Sum of RGB (Red+Green+Blue) = 213+237+233=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EDE9 is #2A1216. Grayscale: #E5E5E5. Windows color (decimal): -2757143 or 15330773. OLE color: 15330773.
HSL color Cylindrical-coordinate representation of color #D5EDE9: hue angle of 170º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5EDE9 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 233 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.07 |
| HSL | 170º | 0.4% | 0.88% | - |
| HSV(B) | 170º | 0.1% | 0.93% | - |
| XYZ | 72.43 | 80.6 | 88.83 | - |
| YUV | 229.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 233 | 0.10 | 0 | 0.02 | 0.07 | 170 | 0.4 | 0.88 |
| Hex | D5 | ED | E9 | A | 0 | 2 | 7 | AA | 28 | 58 |
| Octal | 325 | 355 | 351 | 12 | 0 | 2 | 7 | 252 | 50 | 130 |
| Binary | 11010101 | 11101101 | 11101001 | 1010 | 0 | 10 | 111 | 10101010 | 101000 | 1011000 |
Color Harmonies of #D5EDE9
Complementary color
Monochromatic Colors of #D5EDE9
Black with #D5EDE9
Text Example
Text Example
White with #D5EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDE9; }
p { color: rgb(213,237,233); }
H1.HeaderClassName
{
color: #D5EDE9;
}
.AnyTagClassName
{
color: #D5EDE9;
}
</style>
background-color css
<style>
a { background-color: #D5EDE9; }
a { background-color: rgb(213,237,233); }
div.DivClassName
{
background-color: #D5EDE9;
}
.BgClassName
{
background-color: #D5EDE9;
}
</style>
border-color css
<style>
span { border-color: #D5EDE9; }
span { border-color: rgb(213,237,233); }
td.TdClassName
{
border-color: #D5EDE9;
}
.TagClassName
{
border-color: #D5EDE9;
}
</style>