Shades of Solitude #DAE6FD
Tints of Solitude #DAE6FD
RGB
CMYK
RGB Variations
Color information
#DAE6FD (or 0xDAE6FD) is known color: Solitude. HEX triplet: DA, E6 and FD. RGB value is (218,230,253). Sum of RGB (Red+Green+Blue) = 218+230+253=701 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.10% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6FD is #251902. Grayscale: #E4E4E4. Windows color (decimal): -2431235 or 16639706. OLE color: 16639706.
HSL color Cylindrical-coordinate representation of color #DAE6FD: hue angle of 219.43º 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 #DAE6FD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 230 | 253 | - |
CMYK | 0.14 | 0.09 | 0 | 0.01 |
HSL | 219.43º | 0.9% | 0.92% | - |
HSV(B) | 219.43º | 0.14% | 0.99% | - |
XYZ | 74.94 | 78.59 | 104.15 | - |
YUV | 229.03 | 141.52 | 120.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 253 | 0.14 | 0.09 | 0 | 0.01 | 219.43 | 0.9 | 0.92 |
Hex | DA | E6 | FD | E | 9 | 0 | 1 | DB | 5A | 5C |
Octal | 332 | 346 | 375 | 16 | 11 | 0 | 1 | 333 | 132 | 134 |
Binary | 11011010 | 11100110 | 11111101 | 1110 | 1001 | 0 | 1 | 11011011 | 1011010 | 1011100 |
Color Harmonies of #DAE6FD
Complementary color
Monochromatic Colors of #DAE6FD
Black with #DAE6FD
Text Example
Text Example
White with #DAE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6FD; }
p { color: rgb(218,230,253); }
H1.HeaderClassName
{
color: #DAE6FD;
}
.AnyTagClassName
{
color: #DAE6FD;
}
</style>
background-color css
<style>
a { background-color: #DAE6FD; }
a { background-color: rgb(218,230,253); }
div.DivClassName
{
background-color: #DAE6FD;
}
.BgClassName
{
background-color: #DAE6FD;
}
</style>
border-color css
<style>
span { border-color: #DAE6FD; }
span { border-color: rgb(218,230,253); }
td.TdClassName
{
border-color: #DAE6FD;
}
.TagClassName
{
border-color: #DAE6FD;
}
</style>