Shades of Solitude #DAE5F7
Tints of Solitude #DAE5F7
RGB
CMYK
RGB Variations
Color information
#DAE5F7 (or 0xDAE5F7) is known color: Solitude. HEX triplet: DA, E5 and F7. RGB value is (218,229,247). Sum of RGB (Red+Green+Blue) = 218+229+247=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAE5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5F7 is #251A08. Grayscale: #E3E3E3. Windows color (decimal): -2431497 or 16246234. OLE color: 16246234.
HSL color Cylindrical-coordinate representation of color #DAE5F7: hue angle of 217.24º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE5F7 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 229 | 247 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.03 |
| HSL | 217.24º | 0.64% | 0.91% | - |
| HSV(B) | 217.24º | 0.12% | 0.97% | - |
| XYZ | 73.72 | 77.66 | 99.1 | - |
| YUV | 227.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 247 | 0.12 | 0.07 | 0 | 0.03 | 217.24 | 0.64 | 0.91 |
| Hex | DA | E5 | F7 | C | 7 | 0 | 3 | D9 | 40 | 5B |
| Octal | 332 | 345 | 367 | 14 | 7 | 0 | 3 | 331 | 100 | 133 |
| Binary | 11011010 | 11100101 | 11110111 | 1100 | 111 | 0 | 11 | 11011001 | 1000000 | 1011011 |
Color Harmonies of #DAE5F7
Complementary color
Monochromatic Colors of #DAE5F7
Black with #DAE5F7
Text Example
Text Example
White with #DAE5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5F7; }
p { color: rgb(218,229,247); }
H1.HeaderClassName
{
color: #DAE5F7;
}
.AnyTagClassName
{
color: #DAE5F7;
}
</style>
background-color css
<style>
a { background-color: #DAE5F7; }
a { background-color: rgb(218,229,247); }
div.DivClassName
{
background-color: #DAE5F7;
}
.BgClassName
{
background-color: #DAE5F7;
}
</style>
border-color css
<style>
span { border-color: #DAE5F7; }
span { border-color: rgb(218,229,247); }
td.TdClassName
{
border-color: #DAE5F7;
}
.TagClassName
{
border-color: #DAE5F7;
}
</style>