Shades of Solitude #DAE7FE
Tints of Solitude #DAE7FE
RGB
CMYK
RGB Variations
Color information
#DAE7FE (or 0xDAE7FE) is known color: Solitude. HEX triplet: DA, E7 and FE. RGB value is (218,231,254). Sum of RGB (Red+Green+Blue) = 218+231+254=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 231 (90.62% from 255 or 32.86% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7FE is #251801. Grayscale: #E5E5E5. Windows color (decimal): -2430978 or 16705498. OLE color: 16705498.
HSL color Cylindrical-coordinate representation of color #DAE7FE: hue angle of 218.33º 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 #DAE7FE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 231 | 254 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.00 |
| HSL | 218.33º | 0.95% | 0.93% | - |
| HSV(B) | 218.33º | 0.14% | 1% | - |
| XYZ | 75.38 | 79.21 | 105.08 | - |
| YUV | 229.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 254 | 0.14 | 0.09 | 0 | 0.00 | 218.33 | 0.95 | 0.93 |
| Hex | DA | E7 | FE | E | 9 | 0 | 0 | DA | 5F | 5D |
| Octal | 332 | 347 | 376 | 16 | 11 | 0 | 0 | 332 | 137 | 135 |
| Binary | 11011010 | 11100111 | 11111110 | 1110 | 1001 | 0 | 0 | 11011010 | 1011111 | 1011101 |
Color Harmonies of #DAE7FE
Complementary color
Monochromatic Colors of #DAE7FE
Black with #DAE7FE
Text Example
Text Example
White with #DAE7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7FE; }
p { color: rgb(218,231,254); }
H1.HeaderClassName
{
color: #DAE7FE;
}
.AnyTagClassName
{
color: #DAE7FE;
}
</style>
background-color css
<style>
a { background-color: #DAE7FE; }
a { background-color: rgb(218,231,254); }
div.DivClassName
{
background-color: #DAE7FE;
}
.BgClassName
{
background-color: #DAE7FE;
}
</style>
border-color css
<style>
span { border-color: #DAE7FE; }
span { border-color: rgb(218,231,254); }
td.TdClassName
{
border-color: #DAE7FE;
}
.TagClassName
{
border-color: #DAE7FE;
}
</style>