Shades of Tranquil #DAF1EC
Tints of Tranquil #DAF1EC
RGB
CMYK
RGB Variations
Color information
#DAF1EC (or 0xDAF1EC) is known color: Tranquil. HEX triplet: DA, F1 and EC. RGB value is (218,241,236). Sum of RGB (Red+Green+Blue) = 218+241+236=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1EC is #250E13. Grayscale: #E9E9E9. Windows color (decimal): -2428436 or 15528410. OLE color: 15528410.
HSL color Cylindrical-coordinate representation of color #DAF1EC: hue angle of 166.96º 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 #DAF1EC is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 236 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.05 |
| HSL | 166.96º | 0.45% | 0.9% | - |
| HSV(B) | 166.96º | 0.1% | 0.95% | - |
| XYZ | 75.51 | 83.87 | 91.57 | - |
| YUV | 233.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 236 | 0.10 | 0 | 0.02 | 0.05 | 166.96 | 0.45 | 0.9 |
| Hex | DA | F1 | EC | A | 0 | 2 | 5 | A7 | 2D | 5A |
| Octal | 332 | 361 | 354 | 12 | 0 | 2 | 5 | 247 | 55 | 132 |
| Binary | 11011010 | 11110001 | 11101100 | 1010 | 0 | 10 | 101 | 10100111 | 101101 | 1011010 |
Color Harmonies of #DAF1EC
Complementary color
Monochromatic Colors of #DAF1EC
Black with #DAF1EC
Text Example
Text Example
White with #DAF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1EC; }
p { color: rgb(218,241,236); }
H1.HeaderClassName
{
color: #DAF1EC;
}
.AnyTagClassName
{
color: #DAF1EC;
}
</style>
background-color css
<style>
a { background-color: #DAF1EC; }
a { background-color: rgb(218,241,236); }
div.DivClassName
{
background-color: #DAF1EC;
}
.BgClassName
{
background-color: #DAF1EC;
}
</style>
border-color css
<style>
span { border-color: #DAF1EC; }
span { border-color: rgb(218,241,236); }
td.TdClassName
{
border-color: #DAF1EC;
}
.TagClassName
{
border-color: #DAF1EC;
}
</style>