Shades of Tranquil #DAECE8
Tints of Tranquil #DAECE8
RGB
CMYK
RGB Variations
Color information
#DAECE8 (or 0xDAECE8) is known color: Tranquil. HEX triplet: DA, EC and E8. RGB value is (218,236,232). Sum of RGB (Red+Green+Blue) = 218+236+232=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECE8 is #251317. Grayscale: #E6E6E6. Windows color (decimal): -2429720 or 15264986. OLE color: 15264986.
HSL color Cylindrical-coordinate representation of color #DAECE8: hue angle of 166.67º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAECE8 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 232 | - |
CMYK | 0.08 | 0 | 0.02 | 0.07 |
HSL | 166.67º | 0.32% | 0.89% | - |
HSV(B) | 166.67º | 0.08% | 0.93% | - |
XYZ | 73.47 | 80.72 | 88.05 | - |
YUV | 230.16 | 129.04 | 119.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 232 | 0.08 | 0 | 0.02 | 0.07 | 166.67 | 0.32 | 0.89 |
Hex | DA | EC | E8 | 8 | 0 | 2 | 7 | A7 | 20 | 59 |
Octal | 332 | 354 | 350 | 10 | 0 | 2 | 7 | 247 | 40 | 131 |
Binary | 11011010 | 11101100 | 11101000 | 1000 | 0 | 10 | 111 | 10100111 | 100000 | 1011001 |
Color Harmonies of #DAECE8
Complementary color
Monochromatic Colors of #DAECE8
Black with #DAECE8
Text Example
Text Example
White with #DAECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECE8; }
p { color: rgb(218,236,232); }
H1.HeaderClassName
{
color: #DAECE8;
}
.AnyTagClassName
{
color: #DAECE8;
}
</style>
background-color css
<style>
a { background-color: #DAECE8; }
a { background-color: rgb(218,236,232); }
div.DivClassName
{
background-color: #DAECE8;
}
.BgClassName
{
background-color: #DAECE8;
}
</style>
border-color css
<style>
span { border-color: #DAECE8; }
span { border-color: rgb(218,236,232); }
td.TdClassName
{
border-color: #DAECE8;
}
.TagClassName
{
border-color: #DAECE8;
}
</style>