Shades of Solitude #DAE8FD
Tints of Solitude #DAE8FD
RGB
CMYK
RGB Variations
Color information
#DAE8FD (or 0xDAE8FD) is known color: Solitude. HEX triplet: DA, E8 and FD. RGB value is (218,232,253). Sum of RGB (Red+Green+Blue) = 218+232+253=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 232 (91.02% from 255 or 33.00% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8FD is #251702. Grayscale: #E6E6E6. Windows color (decimal): -2430723 or 16640218. OLE color: 16640218.
HSL color Cylindrical-coordinate representation of color #DAE8FD: hue angle of 216º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE8FD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 232 | 253 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.01 |
| HSL | 216º | 0.9% | 0.92% | - |
| HSV(B) | 216º | 0.14% | 0.99% | - |
| XYZ | 75.5 | 79.71 | 104.33 | - |
| YUV | 230.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 253 | 0.14 | 0.08 | 0 | 0.01 | 216 | 0.9 | 0.92 |
| Hex | DA | E8 | FD | E | 8 | 0 | 1 | D8 | 5A | 5C |
| Octal | 332 | 350 | 375 | 16 | 10 | 0 | 1 | 330 | 132 | 134 |
| Binary | 11011010 | 11101000 | 11111101 | 1110 | 1000 | 0 | 1 | 11011000 | 1011010 | 1011100 |
Color Harmonies of #DAE8FD
Complementary color
Monochromatic Colors of #DAE8FD
Black with #DAE8FD
Text Example
Text Example
White with #DAE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8FD; }
p { color: rgb(218,232,253); }
H1.HeaderClassName
{
color: #DAE8FD;
}
.AnyTagClassName
{
color: #DAE8FD;
}
</style>
background-color css
<style>
a { background-color: #DAE8FD; }
a { background-color: rgb(218,232,253); }
div.DivClassName
{
background-color: #DAE8FD;
}
.BgClassName
{
background-color: #DAE8FD;
}
</style>
border-color css
<style>
span { border-color: #DAE8FD; }
span { border-color: rgb(218,232,253); }
td.TdClassName
{
border-color: #DAE8FD;
}
.TagClassName
{
border-color: #DAE8FD;
}
</style>