Shades of Solitude #DAE5F9
Tints of Solitude #DAE5F9
RGB
CMYK
RGB Variations
Color information
#DAE5F9 (or 0xDAE5F9) is known color: Solitude. HEX triplet: DA, E5 and F9. RGB value is (218,229,249). Sum of RGB (Red+Green+Blue) = 218+229+249=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5F9 is #251A06. Grayscale: #E3E3E3. Windows color (decimal): -2431495 or 16377306. OLE color: 16377306.
HSL color Cylindrical-coordinate representation of color #DAE5F9: hue angle of 218.71º 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 #DAE5F9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 229 | 249 | - |
CMYK | 0.12 | 0.08 | 0 | 0.02 |
HSL | 218.71º | 0.72% | 0.92% | - |
HSV(B) | 218.71º | 0.12% | 0.98% | - |
XYZ | 74.03 | 77.78 | 100.73 | - |
YUV | 227.99 | 139.86 | 120.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 229 | 249 | 0.12 | 0.08 | 0 | 0.02 | 218.71 | 0.72 | 0.92 |
Hex | DA | E5 | F9 | C | 8 | 0 | 2 | DB | 48 | 5C |
Octal | 332 | 345 | 371 | 14 | 10 | 0 | 2 | 333 | 110 | 134 |
Binary | 11011010 | 11100101 | 11111001 | 1100 | 1000 | 0 | 10 | 11011011 | 1001000 | 1011100 |
Color Harmonies of #DAE5F9
Complementary color
Monochromatic Colors of #DAE5F9
Black with #DAE5F9
Text Example
Text Example
White with #DAE5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5F9; }
p { color: rgb(218,229,249); }
H1.HeaderClassName
{
color: #DAE5F9;
}
.AnyTagClassName
{
color: #DAE5F9;
}
</style>
background-color css
<style>
a { background-color: #DAE5F9; }
a { background-color: rgb(218,229,249); }
div.DivClassName
{
background-color: #DAE5F9;
}
.BgClassName
{
background-color: #DAE5F9;
}
</style>
border-color css
<style>
span { border-color: #DAE5F9; }
span { border-color: rgb(218,229,249); }
td.TdClassName
{
border-color: #DAE5F9;
}
.TagClassName
{
border-color: #DAE5F9;
}
</style>