Shades of Solitude #DAE8FF
Tints of Solitude #DAE8FF
RGB
CMYK
RGB Variations
Color information
#DAE8FF (or 0xDAE8FF) is known color: Solitude. HEX triplet: DA, E8 and FF. RGB value is (218,232,255). Sum of RGB (Red+Green+Blue) = 218+232+255=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8FF is #251700. Grayscale: #E6E6E6. Windows color (decimal): -2430721 or 16771290. OLE color: 16771290.
HSL color Cylindrical-coordinate representation of color #DAE8FF: hue angle of 217.3º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAE8FF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 232 | 255 | - |
| CMYK | 0.15 | 0.09 | 0 | 0 |
| HSL | 217.3º | 1% | 0.93% | - |
| HSV(B) | 217.3º | 0.15% | 1% | - |
| XYZ | 75.82 | 79.84 | 106.02 | - |
| YUV | 230.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 255 | 0.15 | 0.09 | 0 | 0 | 217.3 | 1 | 0.93 |
| Hex | DA | E8 | FF | F | 9 | 0 | 0 | D9 | 64 | 5D |
| Octal | 332 | 350 | 377 | 17 | 11 | 0 | 0 | 331 | 144 | 135 |
| Binary | 11011010 | 11101000 | 11111111 | 1111 | 1001 | 0 | 0 | 11011001 | 1100100 | 1011101 |
Color Harmonies of #DAE8FF
Complementary color
Monochromatic Colors of #DAE8FF
Black with #DAE8FF
Text Example
Text Example
White with #DAE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8FF; }
p { color: rgb(218,232,255); }
H1.HeaderClassName
{
color: #DAE8FF;
}
.AnyTagClassName
{
color: #DAE8FF;
}
</style>
background-color css
<style>
a { background-color: #DAE8FF; }
a { background-color: rgb(218,232,255); }
div.DivClassName
{
background-color: #DAE8FF;
}
.BgClassName
{
background-color: #DAE8FF;
}
</style>
border-color css
<style>
span { border-color: #DAE8FF; }
span { border-color: rgb(218,232,255); }
td.TdClassName
{
border-color: #DAE8FF;
}
.TagClassName
{
border-color: #DAE8FF;
}
</style>