Shades of Solitude #DAE6F9
Tints of Solitude #DAE6F9
RGB
CMYK
RGB Variations
Color information
#DAE6F9 (or 0xDAE6F9) is known color: Solitude. HEX triplet: DA, E6 and F9. RGB value is (218,230,249). Sum of RGB (Red+Green+Blue) = 218+230+249=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 230 (90.23% from 255 or 33.00% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAE6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6F9 is #251906. Grayscale: #E4E4E4. Windows color (decimal): -2431239 or 16377562. OLE color: 16377562.
HSL color Cylindrical-coordinate representation of color #DAE6F9: hue angle of 216.77º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE6F9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 230 | 249 | - |
CMYK | 0.12 | 0.08 | 0 | 0.02 |
HSL | 216.77º | 0.72% | 0.92% | - |
HSV(B) | 216.77º | 0.12% | 0.98% | - |
XYZ | 74.31 | 78.34 | 100.83 | - |
YUV | 228.58 | 139.52 | 120.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 249 | 0.12 | 0.08 | 0 | 0.02 | 216.77 | 0.72 | 0.92 |
Hex | DA | E6 | F9 | C | 8 | 0 | 2 | D9 | 48 | 5C |
Octal | 332 | 346 | 371 | 14 | 10 | 0 | 2 | 331 | 110 | 134 |
Binary | 11011010 | 11100110 | 11111001 | 1100 | 1000 | 0 | 10 | 11011001 | 1001000 | 1011100 |
Color Harmonies of #DAE6F9
Complementary color
Monochromatic Colors of #DAE6F9
Black with #DAE6F9
Text Example
Text Example
White with #DAE6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6F9; }
p { color: rgb(218,230,249); }
H1.HeaderClassName
{
color: #DAE6F9;
}
.AnyTagClassName
{
color: #DAE6F9;
}
</style>
background-color css
<style>
a { background-color: #DAE6F9; }
a { background-color: rgb(218,230,249); }
div.DivClassName
{
background-color: #DAE6F9;
}
.BgClassName
{
background-color: #DAE6F9;
}
</style>
border-color css
<style>
span { border-color: #DAE6F9; }
span { border-color: rgb(218,230,249); }
td.TdClassName
{
border-color: #DAE6F9;
}
.TagClassName
{
border-color: #DAE6F9;
}
</style>