Shades of Foam #DAE9E8
Tints of Foam #DAE9E8
RGB
CMYK
RGB Variations
Color information
#DAE9E8 (or 0xDAE9E8) is known color: Foam. HEX triplet: DA, E9 and E8. RGB value is (218,233,232). Sum of RGB (Red+Green+Blue) = 218+233+232=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9E8 is #251617. Grayscale: #E4E4E4. Windows color (decimal): -2430488 or 15264218. OLE color: 15264218.
HSL color Cylindrical-coordinate representation of color #DAE9E8: hue angle of 176º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE9E8 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 233 | 232 | - |
CMYK | 0.06 | 0 | 0.00 | 0.09 |
HSL | 176º | 0.25% | 0.88% | - |
HSV(B) | 176º | 0.06% | 0.91% | - |
XYZ | 72.62 | 79.01 | 87.77 | - |
YUV | 228.4 | 130.03 | 120.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 232 | 0.06 | 0 | 0.00 | 0.09 | 176 | 0.25 | 0.88 |
Hex | DA | E9 | E8 | 6 | 0 | 0 | 9 | B0 | 19 | 58 |
Octal | 332 | 351 | 350 | 6 | 0 | 0 | 11 | 260 | 31 | 130 |
Binary | 11011010 | 11101001 | 11101000 | 110 | 0 | 0 | 1001 | 10110000 | 11001 | 1011000 |
Color Harmonies of #DAE9E8
Complementary color
Monochromatic Colors of #DAE9E8
Black with #DAE9E8
Text Example
Text Example
White with #DAE9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9E8; }
p { color: rgb(218,233,232); }
H1.HeaderClassName
{
color: #DAE9E8;
}
.AnyTagClassName
{
color: #DAE9E8;
}
</style>
background-color css
<style>
a { background-color: #DAE9E8; }
a { background-color: rgb(218,233,232); }
div.DivClassName
{
background-color: #DAE9E8;
}
.BgClassName
{
background-color: #DAE9E8;
}
</style>
border-color css
<style>
span { border-color: #DAE9E8; }
span { border-color: rgb(218,233,232); }
td.TdClassName
{
border-color: #DAE9E8;
}
.TagClassName
{
border-color: #DAE9E8;
}
</style>