Shades of Tranquil #DAE9E4
Tints of Tranquil #DAE9E4
RGB
CMYK
RGB Variations
Color information
#DAE9E4 (or 0xDAE9E4) is known color: Tranquil. HEX triplet: DA, E9 and E4. RGB value is (218,233,228). Sum of RGB (Red+Green+Blue) = 218+233+228=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9E4 is #25161B. Grayscale: #E3E3E3. Windows color (decimal): -2430492 or 15002074. OLE color: 15002074.
HSL color Cylindrical-coordinate representation of color #DAE9E4: hue angle of 160º degrees, saturation: 0.25, 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 #DAE9E4 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 233 | 228 | - |
CMYK | 0.06 | 0 | 0.02 | 0.09 |
HSL | 160º | 0.25% | 0.88% | - |
HSV(B) | 160º | 0.06% | 0.91% | - |
XYZ | 72.06 | 78.78 | 84.81 | - |
YUV | 227.95 | 128.03 | 120.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 228 | 0.06 | 0 | 0.02 | 0.09 | 160 | 0.25 | 0.88 |
Hex | DA | E9 | E4 | 6 | 0 | 2 | 9 | A0 | 19 | 58 |
Octal | 332 | 351 | 344 | 6 | 0 | 2 | 11 | 240 | 31 | 130 |
Binary | 11011010 | 11101001 | 11100100 | 110 | 0 | 10 | 1001 | 10100000 | 11001 | 1011000 |
Color Harmonies of #DAE9E4
Complementary color
Monochromatic Colors of #DAE9E4
Black with #DAE9E4
Text Example
Text Example
White with #DAE9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9E4; }
p { color: rgb(218,233,228); }
H1.HeaderClassName
{
color: #DAE9E4;
}
.AnyTagClassName
{
color: #DAE9E4;
}
</style>
background-color css
<style>
a { background-color: #DAE9E4; }
a { background-color: rgb(218,233,228); }
div.DivClassName
{
background-color: #DAE9E4;
}
.BgClassName
{
background-color: #DAE9E4;
}
</style>
border-color css
<style>
span { border-color: #DAE9E4; }
span { border-color: rgb(218,233,228); }
td.TdClassName
{
border-color: #DAE9E4;
}
.TagClassName
{
border-color: #DAE9E4;
}
</style>