Shades of Foam #DAEFED
Tints of Foam #DAEFED
RGB
CMYK
RGB Variations
Color information
#DAEFED (or 0xDAEFED) is known color: Foam. HEX triplet: DA, EF and ED. RGB value is (218,239,237). Sum of RGB (Red+Green+Blue) = 218+239+237=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFED is #251012. Grayscale: #E8E8E8. Windows color (decimal): -2428947 or 15593434. OLE color: 15593434.
HSL color Cylindrical-coordinate representation of color #DAEFED: hue angle of 174.29º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFED is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 239 | 237 | - |
CMYK | 0.09 | 0 | 0.01 | 0.06 |
HSL | 174.29º | 0.4% | 0.9% | - |
HSV(B) | 174.29º | 0.09% | 0.94% | - |
XYZ | 75.07 | 82.75 | 92.14 | - |
YUV | 232.49 | 130.54 | 117.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 239 | 237 | 0.09 | 0 | 0.01 | 0.06 | 174.29 | 0.4 | 0.9 |
Hex | DA | EF | ED | 9 | 0 | 1 | 6 | AE | 28 | 5A |
Octal | 332 | 357 | 355 | 11 | 0 | 1 | 6 | 256 | 50 | 132 |
Binary | 11011010 | 11101111 | 11101101 | 1001 | 0 | 1 | 110 | 10101110 | 101000 | 1011010 |
Color Harmonies of #DAEFED
Complementary color
Monochromatic Colors of #DAEFED
Black with #DAEFED
Text Example
Text Example
White with #DAEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFED; }
p { color: rgb(218,239,237); }
H1.HeaderClassName
{
color: #DAEFED;
}
.AnyTagClassName
{
color: #DAEFED;
}
</style>
background-color css
<style>
a { background-color: #DAEFED; }
a { background-color: rgb(218,239,237); }
div.DivClassName
{
background-color: #DAEFED;
}
.BgClassName
{
background-color: #DAEFED;
}
</style>
border-color css
<style>
span { border-color: #DAEFED; }
span { border-color: rgb(218,239,237); }
td.TdClassName
{
border-color: #DAEFED;
}
.TagClassName
{
border-color: #DAEFED;
}
</style>