Shades of Foam #DAEAE9
Tints of Foam #DAEAE9
RGB
CMYK
RGB Variations
Color information
#DAEAE9 (or 0xDAEAE9) is known color: Foam. HEX triplet: DA, EA and E9. RGB value is (218,234,233). Sum of RGB (Red+Green+Blue) = 218+234+233=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAE9 is #251516. Grayscale: #E5E5E5. Windows color (decimal): -2430231 or 15330010. OLE color: 15330010.
HSL color Cylindrical-coordinate representation of color #DAEAE9: hue angle of 176.25º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEAE9 is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 233 | - |
| CMYK | 0.07 | 0 | 0.00 | 0.08 |
| HSL | 176.25º | 0.28% | 0.89% | - |
| HSV(B) | 176.25º | 0.07% | 0.92% | - |
| XYZ | 73.04 | 79.63 | 88.61 | - |
| YUV | 229.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 233 | 0.07 | 0 | 0.00 | 0.08 | 176.25 | 0.28 | 0.89 |
| Hex | DA | EA | E9 | 7 | 0 | 0 | 8 | B0 | 1C | 59 |
| Octal | 332 | 352 | 351 | 7 | 0 | 0 | 10 | 260 | 34 | 131 |
| Binary | 11011010 | 11101010 | 11101001 | 111 | 0 | 0 | 1000 | 10110000 | 11100 | 1011001 |
Color Harmonies of #DAEAE9
Complementary color
Monochromatic Colors of #DAEAE9
Black with #DAEAE9
Text Example
Text Example
White with #DAEAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAE9; }
p { color: rgb(218,234,233); }
H1.HeaderClassName
{
color: #DAEAE9;
}
.AnyTagClassName
{
color: #DAEAE9;
}
</style>
background-color css
<style>
a { background-color: #DAEAE9; }
a { background-color: rgb(218,234,233); }
div.DivClassName
{
background-color: #DAEAE9;
}
.BgClassName
{
background-color: #DAEAE9;
}
</style>
border-color css
<style>
span { border-color: #DAEAE9; }
span { border-color: rgb(218,234,233); }
td.TdClassName
{
border-color: #DAEAE9;
}
.TagClassName
{
border-color: #DAEAE9;
}
</style>