Shades of Solitude #DAE9FE
Tints of Solitude #DAE9FE
RGB
CMYK
RGB Variations
Color information
#DAE9FE (or 0xDAE9FE) is known color: Solitude. HEX triplet: DA, E9 and FE. RGB value is (218,233,254). Sum of RGB (Red+Green+Blue) = 218+233+254=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 233 (91.41% from 255 or 33.05% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9FE is #251601. Grayscale: #E6E6E6. Windows color (decimal): -2430466 or 16706010. OLE color: 16706010.
HSL color Cylindrical-coordinate representation of color #DAE9FE: hue angle of 215º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE9FE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 233 | 254 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.00 |
| HSL | 215º | 0.95% | 0.93% | - |
| HSV(B) | 215º | 0.14% | 1% | - |
| XYZ | 75.94 | 80.34 | 105.27 | - |
| YUV | 230.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 254 | 0.14 | 0.08 | 0 | 0.00 | 215 | 0.95 | 0.93 |
| Hex | DA | E9 | FE | E | 8 | 0 | 0 | D7 | 5F | 5D |
| Octal | 332 | 351 | 376 | 16 | 10 | 0 | 0 | 327 | 137 | 135 |
| Binary | 11011010 | 11101001 | 11111110 | 1110 | 1000 | 0 | 0 | 11010111 | 1011111 | 1011101 |
Color Harmonies of #DAE9FE
Complementary color
Monochromatic Colors of #DAE9FE
Black with #DAE9FE
Text Example
Text Example
White with #DAE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9FE; }
p { color: rgb(218,233,254); }
H1.HeaderClassName
{
color: #DAE9FE;
}
.AnyTagClassName
{
color: #DAE9FE;
}
</style>
background-color css
<style>
a { background-color: #DAE9FE; }
a { background-color: rgb(218,233,254); }
div.DivClassName
{
background-color: #DAE9FE;
}
.BgClassName
{
background-color: #DAE9FE;
}
</style>
border-color css
<style>
span { border-color: #DAE9FE; }
span { border-color: rgb(218,233,254); }
td.TdClassName
{
border-color: #DAE9FE;
}
.TagClassName
{
border-color: #DAE9FE;
}
</style>