Shades of Solitude #DAE6FF
Tints of Solitude #DAE6FF
RGB
CMYK
RGB Variations
Color information
#DAE6FF (or 0xDAE6FF) is known color: Solitude. HEX triplet: DA, E6 and FF. RGB value is (218,230,255). Sum of RGB (Red+Green+Blue) = 218+230+255=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6FF is #251900. Grayscale: #E5E5E5. Windows color (decimal): -2431233 or 16770778. OLE color: 16770778.
HSL color Cylindrical-coordinate representation of color #DAE6FF: hue angle of 220.54º 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 #DAE6FF is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 230 | 255 | - |
| CMYK | 0.15 | 0.10 | 0 | 0 |
| HSL | 220.54º | 1% | 0.93% | - |
| HSV(B) | 220.54º | 0.15% | 1% | - |
| XYZ | 75.26 | 78.72 | 105.84 | - |
| YUV | 229.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 255 | 0.15 | 0.10 | 0 | 0 | 220.54 | 1 | 0.93 |
| Hex | DA | E6 | FF | F | A | 0 | 0 | DD | 64 | 5D |
| Octal | 332 | 346 | 377 | 17 | 12 | 0 | 0 | 335 | 144 | 135 |
| Binary | 11011010 | 11100110 | 11111111 | 1111 | 1010 | 0 | 0 | 11011101 | 1100100 | 1011101 |
Color Harmonies of #DAE6FF
Complementary color
Monochromatic Colors of #DAE6FF
Black with #DAE6FF
Text Example
Text Example
White with #DAE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6FF; }
p { color: rgb(218,230,255); }
H1.HeaderClassName
{
color: #DAE6FF;
}
.AnyTagClassName
{
color: #DAE6FF;
}
</style>
background-color css
<style>
a { background-color: #DAE6FF; }
a { background-color: rgb(218,230,255); }
div.DivClassName
{
background-color: #DAE6FF;
}
.BgClassName
{
background-color: #DAE6FF;
}
</style>
border-color css
<style>
span { border-color: #DAE6FF; }
span { border-color: rgb(218,230,255); }
td.TdClassName
{
border-color: #DAE6FF;
}
.TagClassName
{
border-color: #DAE6FF;
}
</style>