Shades of Tranquil #DAEEE9
Tints of Tranquil #DAEEE9
RGB
CMYK
RGB Variations
Color information
#DAEEE9 (or 0xDAEEE9) is known color: Tranquil. HEX triplet: DA, EE and E9. RGB value is (218,238,233). Sum of RGB (Red+Green+Blue) = 218+238+233=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEE9 is #251116. Grayscale: #E7E7E7. Windows color (decimal): -2429207 or 15331034. OLE color: 15331034.
HSL color Cylindrical-coordinate representation of color #DAEEE9: hue angle of 165º degrees, saturation: 0.37, 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 #DAEEE9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 233 | - |
CMYK | 0.08 | 0 | 0.02 | 0.07 |
HSL | 165º | 0.37% | 0.89% | - |
HSV(B) | 165º | 0.08% | 0.93% | - |
XYZ | 74.2 | 81.94 | 89 | - |
YUV | 231.45 | 128.87 | 118.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 233 | 0.08 | 0 | 0.02 | 0.07 | 165 | 0.37 | 0.89 |
Hex | DA | EE | E9 | 8 | 0 | 2 | 7 | A5 | 25 | 59 |
Octal | 332 | 356 | 351 | 10 | 0 | 2 | 7 | 245 | 45 | 131 |
Binary | 11011010 | 11101110 | 11101001 | 1000 | 0 | 10 | 111 | 10100101 | 100101 | 1011001 |
Color Harmonies of #DAEEE9
Complementary color
Monochromatic Colors of #DAEEE9
Black with #DAEEE9
Text Example
Text Example
White with #DAEEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEE9; }
p { color: rgb(218,238,233); }
H1.HeaderClassName
{
color: #DAEEE9;
}
.AnyTagClassName
{
color: #DAEEE9;
}
</style>
background-color css
<style>
a { background-color: #DAEEE9; }
a { background-color: rgb(218,238,233); }
div.DivClassName
{
background-color: #DAEEE9;
}
.BgClassName
{
background-color: #DAEEE9;
}
</style>
border-color css
<style>
span { border-color: #DAEEE9; }
span { border-color: rgb(218,238,233); }
td.TdClassName
{
border-color: #DAEEE9;
}
.TagClassName
{
border-color: #DAEEE9;
}
</style>