Shades of Solitude #DAE6F7
Tints of Solitude #DAE6F7
RGB
CMYK
RGB Variations
Color information
#DAE6F7 (or 0xDAE6F7) is known color: Solitude. HEX triplet: DA, E6 and F7. RGB value is (218,230,247). Sum of RGB (Red+Green+Blue) = 218+230+247=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAE6F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6F7 is #251908. Grayscale: #E4E4E4. Windows color (decimal): -2431241 or 16246490. OLE color: 16246490.
HSL color Cylindrical-coordinate representation of color #DAE6F7: hue angle of 215.17º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE6F7 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 230 | 247 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.03 |
| HSL | 215.17º | 0.64% | 0.91% | - |
| HSV(B) | 215.17º | 0.12% | 0.97% | - |
| XYZ | 74 | 78.21 | 99.19 | - |
| YUV | 228.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 247 | 0.12 | 0.07 | 0 | 0.03 | 215.17 | 0.64 | 0.91 |
| Hex | DA | E6 | F7 | C | 7 | 0 | 3 | D7 | 40 | 5B |
| Octal | 332 | 346 | 367 | 14 | 7 | 0 | 3 | 327 | 100 | 133 |
| Binary | 11011010 | 11100110 | 11110111 | 1100 | 111 | 0 | 11 | 11010111 | 1000000 | 1011011 |
Color Harmonies of #DAE6F7
Complementary color
Monochromatic Colors of #DAE6F7
Black with #DAE6F7
Text Example
Text Example
White with #DAE6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6F7; }
p { color: rgb(218,230,247); }
H1.HeaderClassName
{
color: #DAE6F7;
}
.AnyTagClassName
{
color: #DAE6F7;
}
</style>
background-color css
<style>
a { background-color: #DAE6F7; }
a { background-color: rgb(218,230,247); }
div.DivClassName
{
background-color: #DAE6F7;
}
.BgClassName
{
background-color: #DAE6F7;
}
</style>
border-color css
<style>
span { border-color: #DAE6F7; }
span { border-color: rgb(218,230,247); }
td.TdClassName
{
border-color: #DAE6F7;
}
.TagClassName
{
border-color: #DAE6F7;
}
</style>