Shades of Solitude #DAEBFF
Tints of Solitude #DAEBFF
RGB
CMYK
RGB Variations
Color information
#DAEBFF (or 0xDAEBFF) is known color: Solitude. HEX triplet: DA, EB and FF. RGB value is (218,235,255). Sum of RGB (Red+Green+Blue) = 218+235+255=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBFF is #251400. Grayscale: #E8E8E8. Windows color (decimal): -2429953 or 16772058. OLE color: 16772058.
HSL color Cylindrical-coordinate representation of color #DAEBFF: hue angle of 212.43º 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 #DAEBFF is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 235 | 255 | - |
| CMYK | 0.15 | 0.08 | 0 | 0 |
| HSL | 212.43º | 1% | 0.93% | - |
| HSV(B) | 212.43º | 0.15% | 1% | - |
| XYZ | 76.67 | 81.54 | 106.31 | - |
| YUV | 232.2 | 140.87 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 255 | 0.15 | 0.08 | 0 | 0 | 212.43 | 1 | 0.93 |
| Hex | DA | EB | FF | F | 8 | 0 | 0 | D4 | 64 | 5D |
| Octal | 332 | 353 | 377 | 17 | 10 | 0 | 0 | 324 | 144 | 135 |
| Binary | 11011010 | 11101011 | 11111111 | 1111 | 1000 | 0 | 0 | 11010100 | 1100100 | 1011101 |
Color Harmonies of #DAEBFF
Complementary color
Monochromatic Colors of #DAEBFF
Black with #DAEBFF
Text Example
Text Example
White with #DAEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBFF; }
p { color: rgb(218,235,255); }
H1.HeaderClassName
{
color: #DAEBFF;
}
.AnyTagClassName
{
color: #DAEBFF;
}
</style>
background-color css
<style>
a { background-color: #DAEBFF; }
a { background-color: rgb(218,235,255); }
div.DivClassName
{
background-color: #DAEBFF;
}
.BgClassName
{
background-color: #DAEBFF;
}
</style>
border-color css
<style>
span { border-color: #DAEBFF; }
span { border-color: rgb(218,235,255); }
td.TdClassName
{
border-color: #DAEBFF;
}
.TagClassName
{
border-color: #DAEBFF;
}
</style>