Shades of Solitude #DAE5F3
Tints of Solitude #DAE5F3
RGB
CMYK
RGB Variations
Color information
#DAE5F3 (or 0xDAE5F3) is known color: Solitude. HEX triplet: DA, E5 and F3. RGB value is (218,229,243). Sum of RGB (Red+Green+Blue) = 218+229+243=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAE5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5F3 is #251A0C. Grayscale: #E3E3E3. Windows color (decimal): -2431501 or 15984090. OLE color: 15984090.
HSL color Cylindrical-coordinate representation of color #DAE5F3: hue angle of 213.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE5F3 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 229 | 243 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.05 |
| HSL | 213.6º | 0.51% | 0.9% | - |
| HSV(B) | 213.6º | 0.1% | 0.95% | - |
| XYZ | 73.11 | 77.42 | 95.88 | - |
| YUV | 227.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 243 | 0.10 | 0.06 | 0 | 0.05 | 213.6 | 0.51 | 0.9 |
| Hex | DA | E5 | F3 | A | 6 | 0 | 5 | D6 | 33 | 5A |
| Octal | 332 | 345 | 363 | 12 | 6 | 0 | 5 | 326 | 63 | 132 |
| Binary | 11011010 | 11100101 | 11110011 | 1010 | 110 | 0 | 101 | 11010110 | 110011 | 1011010 |
Color Harmonies of #DAE5F3
Complementary color
Monochromatic Colors of #DAE5F3
Black with #DAE5F3
Text Example
Text Example
White with #DAE5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5F3; }
p { color: rgb(218,229,243); }
H1.HeaderClassName
{
color: #DAE5F3;
}
.AnyTagClassName
{
color: #DAE5F3;
}
</style>
background-color css
<style>
a { background-color: #DAE5F3; }
a { background-color: rgb(218,229,243); }
div.DivClassName
{
background-color: #DAE5F3;
}
.BgClassName
{
background-color: #DAE5F3;
}
</style>
border-color css
<style>
span { border-color: #DAE5F3; }
span { border-color: rgb(218,229,243); }
td.TdClassName
{
border-color: #DAE5F3;
}
.TagClassName
{
border-color: #DAE5F3;
}
</style>