Shades of Solitude #DAE7FB
Tints of Solitude #DAE7FB
RGB
CMYK
RGB Variations
Color information
#DAE7FB (or 0xDAE7FB) is known color: Solitude. HEX triplet: DA, E7 and FB. RGB value is (218,231,251). Sum of RGB (Red+Green+Blue) = 218+231+251=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7FB is #251804. Grayscale: #E5E5E5. Windows color (decimal): -2430981 or 16508890. OLE color: 16508890.
HSL color Cylindrical-coordinate representation of color #DAE7FB: hue angle of 216.36º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE7FB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 231 | 251 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.02 |
| HSL | 216.36º | 0.8% | 0.92% | - |
| HSV(B) | 216.36º | 0.13% | 0.98% | - |
| XYZ | 74.9 | 79.02 | 102.57 | - |
| YUV | 229.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 251 | 0.13 | 0.08 | 0 | 0.02 | 216.36 | 0.8 | 0.92 |
| Hex | DA | E7 | FB | D | 8 | 0 | 2 | D8 | 50 | 5C |
| Octal | 332 | 347 | 373 | 15 | 10 | 0 | 2 | 330 | 120 | 134 |
| Binary | 11011010 | 11100111 | 11111011 | 1101 | 1000 | 0 | 10 | 11011000 | 1010000 | 1011100 |
Color Harmonies of #DAE7FB
Complementary color
Monochromatic Colors of #DAE7FB
Black with #DAE7FB
Text Example
Text Example
White with #DAE7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7FB; }
p { color: rgb(218,231,251); }
H1.HeaderClassName
{
color: #DAE7FB;
}
.AnyTagClassName
{
color: #DAE7FB;
}
</style>
background-color css
<style>
a { background-color: #DAE7FB; }
a { background-color: rgb(218,231,251); }
div.DivClassName
{
background-color: #DAE7FB;
}
.BgClassName
{
background-color: #DAE7FB;
}
</style>
border-color css
<style>
span { border-color: #DAE7FB; }
span { border-color: rgb(218,231,251); }
td.TdClassName
{
border-color: #DAE7FB;
}
.TagClassName
{
border-color: #DAE7FB;
}
</style>