Shades of Tranquil #DAF2EE
Tints of Tranquil #DAF2EE
RGB
CMYK
RGB Variations
Color information
#DAF2EE (or 0xDAF2EE) is known color: Tranquil. HEX triplet: DA, F2 and EE. RGB value is (218,242,238). Sum of RGB (Red+Green+Blue) = 218+242+238=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2EE is #250D11. Grayscale: #EAEAEA. Windows color (decimal): -2428178 or 15659738. OLE color: 15659738.
HSL color Cylindrical-coordinate representation of color #DAF2EE: hue angle of 170º degrees, saturation: 0.48, 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 #DAF2EE is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 238 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.05 |
| HSL | 170º | 0.48% | 0.9% | - |
| HSV(B) | 170º | 0.1% | 0.95% | - |
| XYZ | 76.1 | 84.58 | 93.2 | - |
| YUV | 234.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 238 | 0.10 | 0 | 0.02 | 0.05 | 170 | 0.48 | 0.9 |
| Hex | DA | F2 | EE | A | 0 | 2 | 5 | AA | 30 | 5A |
| Octal | 332 | 362 | 356 | 12 | 0 | 2 | 5 | 252 | 60 | 132 |
| Binary | 11011010 | 11110010 | 11101110 | 1010 | 0 | 10 | 101 | 10101010 | 110000 | 1011010 |
Color Harmonies of #DAF2EE
Complementary color
Monochromatic Colors of #DAF2EE
Black with #DAF2EE
Text Example
Text Example
White with #DAF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2EE; }
p { color: rgb(218,242,238); }
H1.HeaderClassName
{
color: #DAF2EE;
}
.AnyTagClassName
{
color: #DAF2EE;
}
</style>
background-color css
<style>
a { background-color: #DAF2EE; }
a { background-color: rgb(218,242,238); }
div.DivClassName
{
background-color: #DAF2EE;
}
.BgClassName
{
background-color: #DAF2EE;
}
</style>
border-color css
<style>
span { border-color: #DAF2EE; }
span { border-color: rgb(218,242,238); }
td.TdClassName
{
border-color: #DAF2EE;
}
.TagClassName
{
border-color: #DAF2EE;
}
</style>