Shades of Solitude #DAE5FA
Tints of Solitude #DAE5FA
RGB
CMYK
RGB Variations
Color information
#DAE5FA (or 0xDAE5FA) is known color: Solitude. HEX triplet: DA, E5 and FA. RGB value is (218,229,250). Sum of RGB (Red+Green+Blue) = 218+229+250=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5FA is #251A05. Grayscale: #E4E4E4. Windows color (decimal): -2431494 or 16442842. OLE color: 16442842.
HSL color Cylindrical-coordinate representation of color #DAE5FA: hue angle of 219.38º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE5FA is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 229 | 250 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.02 |
| HSL | 219.38º | 0.76% | 0.92% | - |
| HSV(B) | 219.38º | 0.13% | 0.98% | - |
| XYZ | 74.19 | 77.85 | 101.56 | - |
| YUV | 228.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 250 | 0.13 | 0.08 | 0 | 0.02 | 219.38 | 0.76 | 0.92 |
| Hex | DA | E5 | FA | D | 8 | 0 | 2 | DB | 4C | 5C |
| Octal | 332 | 345 | 372 | 15 | 10 | 0 | 2 | 333 | 114 | 134 |
| Binary | 11011010 | 11100101 | 11111010 | 1101 | 1000 | 0 | 10 | 11011011 | 1001100 | 1011100 |
Color Harmonies of #DAE5FA
Complementary color
Monochromatic Colors of #DAE5FA
Black with #DAE5FA
Text Example
Text Example
White with #DAE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5FA; }
p { color: rgb(218,229,250); }
H1.HeaderClassName
{
color: #DAE5FA;
}
.AnyTagClassName
{
color: #DAE5FA;
}
</style>
background-color css
<style>
a { background-color: #DAE5FA; }
a { background-color: rgb(218,229,250); }
div.DivClassName
{
background-color: #DAE5FA;
}
.BgClassName
{
background-color: #DAE5FA;
}
</style>
border-color css
<style>
span { border-color: #DAE5FA; }
span { border-color: rgb(218,229,250); }
td.TdClassName
{
border-color: #DAE5FA;
}
.TagClassName
{
border-color: #DAE5FA;
}
</style>