Shades of Solitude #DAE7F9
Tints of Solitude #DAE7F9
RGB
CMYK
RGB Variations
Color information
#DAE7F9 (or 0xDAE7F9) is known color: Solitude. HEX triplet: DA, E7 and F9. RGB value is (218,231,249). Sum of RGB (Red+Green+Blue) = 218+231+249=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 231 (90.62% from 255 or 33.09% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAE7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7F9 is #251806. Grayscale: #E5E5E5. Windows color (decimal): -2430983 or 16377818. OLE color: 16377818.
HSL color Cylindrical-coordinate representation of color #DAE7F9: hue angle of 214.84º 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 #DAE7F9 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 231 | 249 | - |
CMYK | 0.12 | 0.07 | 0 | 0.02 |
HSL | 214.84º | 0.72% | 0.92% | - |
HSV(B) | 214.84º | 0.12% | 0.98% | - |
XYZ | 74.59 | 78.9 | 100.92 | - |
YUV | 229.17 | 139.19 | 120.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 231 | 249 | 0.12 | 0.07 | 0 | 0.02 | 214.84 | 0.72 | 0.92 |
Hex | DA | E7 | F9 | C | 7 | 0 | 2 | D7 | 48 | 5C |
Octal | 332 | 347 | 371 | 14 | 7 | 0 | 2 | 327 | 110 | 134 |
Binary | 11011010 | 11100111 | 11111001 | 1100 | 111 | 0 | 10 | 11010111 | 1001000 | 1011100 |
Color Harmonies of #DAE7F9
Complementary color
Monochromatic Colors of #DAE7F9
Black with #DAE7F9
Text Example
Text Example
White with #DAE7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7F9; }
p { color: rgb(218,231,249); }
H1.HeaderClassName
{
color: #DAE7F9;
}
.AnyTagClassName
{
color: #DAE7F9;
}
</style>
background-color css
<style>
a { background-color: #DAE7F9; }
a { background-color: rgb(218,231,249); }
div.DivClassName
{
background-color: #DAE7F9;
}
.BgClassName
{
background-color: #DAE7F9;
}
</style>
border-color css
<style>
span { border-color: #DAE7F9; }
span { border-color: rgb(218,231,249); }
td.TdClassName
{
border-color: #DAE7F9;
}
.TagClassName
{
border-color: #DAE7F9;
}
</style>