Shades of Foam #DAF1EF
Tints of Foam #DAF1EF
RGB
CMYK
RGB Variations
Color information
#DAF1EF (or 0xDAF1EF) is known color: Foam. HEX triplet: DA, F1 and EF. RGB value is (218,241,239). Sum of RGB (Red+Green+Blue) = 218+241+239=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1EF is #250E10. Grayscale: #E9E9E9. Windows color (decimal): -2428433 or 15725018. OLE color: 15725018.
HSL color Cylindrical-coordinate representation of color #DAF1EF: hue angle of 174.78º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF1EF is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 239 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.05 |
| HSL | 174.78º | 0.45% | 0.9% | - |
| HSV(B) | 174.78º | 0.1% | 0.95% | - |
| XYZ | 75.95 | 84.05 | 93.88 | - |
| YUV | 233.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 239 | 0.10 | 0 | 0.01 | 0.05 | 174.78 | 0.45 | 0.9 |
| Hex | DA | F1 | EF | A | 0 | 1 | 5 | AF | 2D | 5A |
| Octal | 332 | 361 | 357 | 12 | 0 | 1 | 5 | 257 | 55 | 132 |
| Binary | 11011010 | 11110001 | 11101111 | 1010 | 0 | 1 | 101 | 10101111 | 101101 | 1011010 |
Color Harmonies of #DAF1EF
Complementary color
Monochromatic Colors of #DAF1EF
Black with #DAF1EF
Text Example
Text Example
White with #DAF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1EF; }
p { color: rgb(218,241,239); }
H1.HeaderClassName
{
color: #DAF1EF;
}
.AnyTagClassName
{
color: #DAF1EF;
}
</style>
background-color css
<style>
a { background-color: #DAF1EF; }
a { background-color: rgb(218,241,239); }
div.DivClassName
{
background-color: #DAF1EF;
}
.BgClassName
{
background-color: #DAF1EF;
}
</style>
border-color css
<style>
span { border-color: #DAF1EF; }
span { border-color: rgb(218,241,239); }
td.TdClassName
{
border-color: #DAF1EF;
}
.TagClassName
{
border-color: #DAF1EF;
}
</style>