Shades of Solitude #DAE5F4
Tints of Solitude #DAE5F4
RGB
CMYK
RGB Variations
Color information
#DAE5F4 (or 0xDAE5F4) is known color: Solitude. HEX triplet: DA, E5 and F4. RGB value is (218,229,244). Sum of RGB (Red+Green+Blue) = 218+229+244=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 244 (95.70% from 255 or 35.31% from 691); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAE5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5F4 is #251A0B. Grayscale: #E3E3E3. Windows color (decimal): -2431500 or 16049626. OLE color: 16049626.
HSL color Cylindrical-coordinate representation of color #DAE5F4: hue angle of 214.62º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE5F4 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 229 | 244 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.04 |
| HSL | 214.62º | 0.54% | 0.91% | - |
| HSV(B) | 214.62º | 0.11% | 0.96% | - |
| XYZ | 73.26 | 77.48 | 96.68 | - |
| YUV | 227.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 244 | 0.11 | 0.06 | 0 | 0.04 | 214.62 | 0.54 | 0.91 |
| Hex | DA | E5 | F4 | B | 6 | 0 | 4 | D7 | 36 | 5B |
| Octal | 332 | 345 | 364 | 13 | 6 | 0 | 4 | 327 | 66 | 133 |
| Binary | 11011010 | 11100101 | 11110100 | 1011 | 110 | 0 | 100 | 11010111 | 110110 | 1011011 |
Color Harmonies of #DAE5F4
Complementary color
Monochromatic Colors of #DAE5F4
Black with #DAE5F4
Text Example
Text Example
White with #DAE5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5F4; }
p { color: rgb(218,229,244); }
H1.HeaderClassName
{
color: #DAE5F4;
}
.AnyTagClassName
{
color: #DAE5F4;
}
</style>
background-color css
<style>
a { background-color: #DAE5F4; }
a { background-color: rgb(218,229,244); }
div.DivClassName
{
background-color: #DAE5F4;
}
.BgClassName
{
background-color: #DAE5F4;
}
</style>
border-color css
<style>
span { border-color: #DAE5F4; }
span { border-color: rgb(218,229,244); }
td.TdClassName
{
border-color: #DAE5F4;
}
.TagClassName
{
border-color: #DAE5F4;
}
</style>