Shades of Solitude #DAE9FD
Tints of Solitude #DAE9FD
RGB
CMYK
RGB Variations
Color information
#DAE9FD (or 0xDAE9FD) is known color: Solitude. HEX triplet: DA, E9 and FD. RGB value is (218,233,253). Sum of RGB (Red+Green+Blue) = 218+233+253=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 233 (91.41% from 255 or 33.10% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9FD is #251602. Grayscale: #E6E6E6. Windows color (decimal): -2430467 or 16640474. OLE color: 16640474.
HSL color Cylindrical-coordinate representation of color #DAE9FD: hue angle of 214.29º 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 #DAE9FD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 233 | 253 | - |
CMYK | 0.14 | 0.08 | 0 | 0.01 |
HSL | 214.29º | 0.9% | 0.92% | - |
HSV(B) | 214.29º | 0.14% | 0.99% | - |
XYZ | 75.78 | 80.28 | 104.43 | - |
YUV | 230.8 | 140.53 | 118.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 253 | 0.14 | 0.08 | 0 | 0.01 | 214.29 | 0.9 | 0.92 |
Hex | DA | E9 | FD | E | 8 | 0 | 1 | D6 | 5A | 5C |
Octal | 332 | 351 | 375 | 16 | 10 | 0 | 1 | 326 | 132 | 134 |
Binary | 11011010 | 11101001 | 11111101 | 1110 | 1000 | 0 | 1 | 11010110 | 1011010 | 1011100 |
Color Harmonies of #DAE9FD
Complementary color
Monochromatic Colors of #DAE9FD
Black with #DAE9FD
Text Example
Text Example
White with #DAE9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9FD; }
p { color: rgb(218,233,253); }
H1.HeaderClassName
{
color: #DAE9FD;
}
.AnyTagClassName
{
color: #DAE9FD;
}
</style>
background-color css
<style>
a { background-color: #DAE9FD; }
a { background-color: rgb(218,233,253); }
div.DivClassName
{
background-color: #DAE9FD;
}
.BgClassName
{
background-color: #DAE9FD;
}
</style>
border-color css
<style>
span { border-color: #DAE9FD; }
span { border-color: rgb(218,233,253); }
td.TdClassName
{
border-color: #DAE9FD;
}
.TagClassName
{
border-color: #DAE9FD;
}
</style>