Shades of Solitude #DAE5F8
Tints of Solitude #DAE5F8
RGB
CMYK
RGB Variations
Color information
#DAE5F8 (or 0xDAE5F8) is known color: Solitude. HEX triplet: DA, E5 and F8. RGB value is (218,229,248). Sum of RGB (Red+Green+Blue) = 218+229+248=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAE5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5F8 is #251A07. Grayscale: #E3E3E3. Windows color (decimal): -2431496 or 16311770. OLE color: 16311770.
HSL color Cylindrical-coordinate representation of color #DAE5F8: hue angle of 218º degrees, saturation: 0.68, 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 #DAE5F8 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 229 | 248 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.03 |
| HSL | 218º | 0.68% | 0.91% | - |
| HSV(B) | 218º | 0.12% | 0.97% | - |
| XYZ | 73.88 | 77.72 | 99.91 | - |
| YUV | 227.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 248 | 0.12 | 0.08 | 0 | 0.03 | 218 | 0.68 | 0.91 |
| Hex | DA | E5 | F8 | C | 8 | 0 | 3 | DA | 44 | 5B |
| Octal | 332 | 345 | 370 | 14 | 10 | 0 | 3 | 332 | 104 | 133 |
| Binary | 11011010 | 11100101 | 11111000 | 1100 | 1000 | 0 | 11 | 11011010 | 1000100 | 1011011 |
Color Harmonies of #DAE5F8
Complementary color
Monochromatic Colors of #DAE5F8
Black with #DAE5F8
Text Example
Text Example
White with #DAE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5F8; }
p { color: rgb(218,229,248); }
H1.HeaderClassName
{
color: #DAE5F8;
}
.AnyTagClassName
{
color: #DAE5F8;
}
</style>
background-color css
<style>
a { background-color: #DAE5F8; }
a { background-color: rgb(218,229,248); }
div.DivClassName
{
background-color: #DAE5F8;
}
.BgClassName
{
background-color: #DAE5F8;
}
</style>
border-color css
<style>
span { border-color: #DAE5F8; }
span { border-color: rgb(218,229,248); }
td.TdClassName
{
border-color: #DAE5F8;
}
.TagClassName
{
border-color: #DAE5F8;
}
</style>