Shades of Foam #DAF0EE
Tints of Foam #DAF0EE
RGB
CMYK
RGB Variations
Color information
#DAF0EE (or 0xDAF0EE) is known color: Foam. HEX triplet: DA, F0 and EE. RGB value is (218,240,238). Sum of RGB (Red+Green+Blue) = 218+240+238=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0EE is #250F11. Grayscale: #E9E9E9. Windows color (decimal): -2428690 or 15659226. OLE color: 15659226.
HSL color Cylindrical-coordinate representation of color #DAF0EE: hue angle of 174.55º degrees, saturation: 0.42, 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 #DAF0EE is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 238 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.06 |
| HSL | 174.55º | 0.42% | 0.9% | - |
| HSV(B) | 174.55º | 0.09% | 0.94% | - |
| XYZ | 75.51 | 83.4 | 93.01 | - |
| YUV | 233.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 238 | 0.09 | 0 | 0.01 | 0.06 | 174.55 | 0.42 | 0.9 |
| Hex | DA | F0 | EE | 9 | 0 | 1 | 6 | AF | 2A | 5A |
| Octal | 332 | 360 | 356 | 11 | 0 | 1 | 6 | 257 | 52 | 132 |
| Binary | 11011010 | 11110000 | 11101110 | 1001 | 0 | 1 | 110 | 10101111 | 101010 | 1011010 |
Color Harmonies of #DAF0EE
Complementary color
Monochromatic Colors of #DAF0EE
Black with #DAF0EE
Text Example
Text Example
White with #DAF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0EE; }
p { color: rgb(218,240,238); }
H1.HeaderClassName
{
color: #DAF0EE;
}
.AnyTagClassName
{
color: #DAF0EE;
}
</style>
background-color css
<style>
a { background-color: #DAF0EE; }
a { background-color: rgb(218,240,238); }
div.DivClassName
{
background-color: #DAF0EE;
}
.BgClassName
{
background-color: #DAF0EE;
}
</style>
border-color css
<style>
span { border-color: #DAF0EE; }
span { border-color: rgb(218,240,238); }
td.TdClassName
{
border-color: #DAF0EE;
}
.TagClassName
{
border-color: #DAF0EE;
}
</style>