Shades of Solitude #DAE9FA
Tints of Solitude #DAE9FA
RGB
CMYK
RGB Variations
Color information
#DAE9FA (or 0xDAE9FA) is known color: Solitude. HEX triplet: DA, E9 and FA. RGB value is (218,233,250). Sum of RGB (Red+Green+Blue) = 218+233+250=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 233 (91.41% from 255 or 33.24% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9FA is #251605. Grayscale: #E6E6E6. Windows color (decimal): -2430470 or 16443866. OLE color: 16443866.
HSL color Cylindrical-coordinate representation of color #DAE9FA: hue angle of 211.88º 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 #DAE9FA is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 233 | 250 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.02 |
| HSL | 211.88º | 0.76% | 0.92% | - |
| HSV(B) | 211.88º | 0.13% | 0.98% | - |
| XYZ | 75.31 | 80.09 | 101.93 | - |
| YUV | 230.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 250 | 0.13 | 0.07 | 0 | 0.02 | 211.88 | 0.76 | 0.92 |
| Hex | DA | E9 | FA | D | 7 | 0 | 2 | D4 | 4C | 5C |
| Octal | 332 | 351 | 372 | 15 | 7 | 0 | 2 | 324 | 114 | 134 |
| Binary | 11011010 | 11101001 | 11111010 | 1101 | 111 | 0 | 10 | 11010100 | 1001100 | 1011100 |
Color Harmonies of #DAE9FA
Complementary color
Monochromatic Colors of #DAE9FA
Black with #DAE9FA
Text Example
Text Example
White with #DAE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9FA; }
p { color: rgb(218,233,250); }
H1.HeaderClassName
{
color: #DAE9FA;
}
.AnyTagClassName
{
color: #DAE9FA;
}
</style>
background-color css
<style>
a { background-color: #DAE9FA; }
a { background-color: rgb(218,233,250); }
div.DivClassName
{
background-color: #DAE9FA;
}
.BgClassName
{
background-color: #DAE9FA;
}
</style>
border-color css
<style>
span { border-color: #DAE9FA; }
span { border-color: rgb(218,233,250); }
td.TdClassName
{
border-color: #DAE9FA;
}
.TagClassName
{
border-color: #DAE9FA;
}
</style>