Shades of Tranquil #DAE1DF
Tints of Tranquil #DAE1DF
RGB
CMYK
RGB Variations
Color information
#DAE1DF (or 0xDAE1DF) is known color: Tranquil. HEX triplet: DA, E1 and DF. RGB value is (218,225,223). Sum of RGB (Red+Green+Blue) = 218+225+223=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1DF is #251E20. Grayscale: #DEDEDE. Windows color (decimal): -2432545 or 14672346. OLE color: 14672346.
HSL color Cylindrical-coordinate representation of color #DAE1DF: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAE1DF is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 223 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.12 |
| HSL | 162.86º | 0.1% | 0.87% | - |
| HSV(B) | 162.86º | 0.03% | 0.88% | - |
| XYZ | 69.16 | 74.08 | 80.47 | - |
| YUV | 222.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 223 | 0.03 | 0 | 0.01 | 0.12 | 162.86 | 0.1 | 0.87 |
| Hex | DA | E1 | DF | 3 | 0 | 1 | C | A3 | A | 57 |
| Octal | 332 | 341 | 337 | 3 | 0 | 1 | 14 | 243 | 12 | 127 |
| Binary | 11011010 | 11100001 | 11011111 | 11 | 0 | 1 | 1100 | 10100011 | 1010 | 1010111 |
Color Harmonies of #DAE1DF
Complementary color
Monochromatic Colors of #DAE1DF
Black with #DAE1DF
Text Example
Text Example
White with #DAE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1DF; }
p { color: rgb(218,225,223); }
H1.HeaderClassName
{
color: #DAE1DF;
}
.AnyTagClassName
{
color: #DAE1DF;
}
</style>
background-color css
<style>
a { background-color: #DAE1DF; }
a { background-color: rgb(218,225,223); }
div.DivClassName
{
background-color: #DAE1DF;
}
.BgClassName
{
background-color: #DAE1DF;
}
</style>
border-color css
<style>
span { border-color: #DAE1DF; }
span { border-color: rgb(218,225,223); }
td.TdClassName
{
border-color: #DAE1DF;
}
.TagClassName
{
border-color: #DAE1DF;
}
</style>