Shades of Solitude #DAE6FA
Tints of Solitude #DAE6FA
RGB
CMYK
RGB Variations
Color information
#DAE6FA (or 0xDAE6FA) is known color: Solitude. HEX triplet: DA, E6 and FA. RGB value is (218,230,250). Sum of RGB (Red+Green+Blue) = 218+230+250=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6FA is #251905. Grayscale: #E4E4E4. Windows color (decimal): -2431238 or 16443098. OLE color: 16443098.
HSL color Cylindrical-coordinate representation of color #DAE6FA: hue angle of 217.5º 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 #DAE6FA is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 230 | 250 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.02 |
| HSL | 217.5º | 0.76% | 0.92% | - |
| HSV(B) | 217.5º | 0.13% | 0.98% | - |
| XYZ | 74.47 | 78.4 | 101.65 | - |
| YUV | 228.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 250 | 0.13 | 0.08 | 0 | 0.02 | 217.5 | 0.76 | 0.92 |
| Hex | DA | E6 | FA | D | 8 | 0 | 2 | DA | 4C | 5C |
| Octal | 332 | 346 | 372 | 15 | 10 | 0 | 2 | 332 | 114 | 134 |
| Binary | 11011010 | 11100110 | 11111010 | 1101 | 1000 | 0 | 10 | 11011010 | 1001100 | 1011100 |
Color Harmonies of #DAE6FA
Complementary color
Monochromatic Colors of #DAE6FA
Black with #DAE6FA
Text Example
Text Example
White with #DAE6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6FA; }
p { color: rgb(218,230,250); }
H1.HeaderClassName
{
color: #DAE6FA;
}
.AnyTagClassName
{
color: #DAE6FA;
}
</style>
background-color css
<style>
a { background-color: #DAE6FA; }
a { background-color: rgb(218,230,250); }
div.DivClassName
{
background-color: #DAE6FA;
}
.BgClassName
{
background-color: #DAE6FA;
}
</style>
border-color css
<style>
span { border-color: #DAE6FA; }
span { border-color: rgb(218,230,250); }
td.TdClassName
{
border-color: #DAE6FA;
}
.TagClassName
{
border-color: #DAE6FA;
}
</style>