Shades of Tranquil #DAE8E6
Tints of Tranquil #DAE8E6
RGB
CMYK
RGB Variations
Color information
#DAE8E6 (or 0xDAE8E6) is known color: Tranquil. HEX triplet: DA, E8 and E6. RGB value is (218,232,230). Sum of RGB (Red+Green+Blue) = 218+232+230=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8E6 is #251719. Grayscale: #E3E3E3. Windows color (decimal): -2430746 or 15132890. OLE color: 15132890.
HSL color Cylindrical-coordinate representation of color #DAE8E6: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE8E6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 230 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.09 |
| HSL | 171.43º | 0.23% | 0.88% | - |
| HSV(B) | 171.43º | 0.06% | 0.91% | - |
| XYZ | 72.05 | 78.33 | 86.18 | - |
| YUV | 227.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 230 | 0.06 | 0 | 0.01 | 0.09 | 171.43 | 0.23 | 0.88 |
| Hex | DA | E8 | E6 | 6 | 0 | 1 | 9 | AB | 17 | 58 |
| Octal | 332 | 350 | 346 | 6 | 0 | 1 | 11 | 253 | 27 | 130 |
| Binary | 11011010 | 11101000 | 11100110 | 110 | 0 | 1 | 1001 | 10101011 | 10111 | 1011000 |
Color Harmonies of #DAE8E6
Complementary color
Monochromatic Colors of #DAE8E6
Black with #DAE8E6
Text Example
Text Example
White with #DAE8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8E6; }
p { color: rgb(218,232,230); }
H1.HeaderClassName
{
color: #DAE8E6;
}
.AnyTagClassName
{
color: #DAE8E6;
}
</style>
background-color css
<style>
a { background-color: #DAE8E6; }
a { background-color: rgb(218,232,230); }
div.DivClassName
{
background-color: #DAE8E6;
}
.BgClassName
{
background-color: #DAE8E6;
}
</style>
border-color css
<style>
span { border-color: #DAE8E6; }
span { border-color: rgb(218,232,230); }
td.TdClassName
{
border-color: #DAE8E6;
}
.TagClassName
{
border-color: #DAE8E6;
}
</style>