Shades of Solitude #DAE7FD
Tints of Solitude #DAE7FD
RGB
CMYK
RGB Variations
Color information
#DAE7FD (or 0xDAE7FD) is known color: Solitude. HEX triplet: DA, E7 and FD. RGB value is (218,231,253). Sum of RGB (Red+Green+Blue) = 218+231+253=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 231 (90.62% from 255 or 32.91% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7FD is #251802. Grayscale: #E5E5E5. Windows color (decimal): -2430979 or 16639962. OLE color: 16639962.
HSL color Cylindrical-coordinate representation of color #DAE7FD: hue angle of 217.71º 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 #DAE7FD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 231 | 253 | - |
CMYK | 0.14 | 0.09 | 0 | 0.01 |
HSL | 217.71º | 0.9% | 0.92% | - |
HSV(B) | 217.71º | 0.14% | 0.99% | - |
XYZ | 75.22 | 79.15 | 104.24 | - |
YUV | 229.62 | 141.19 | 119.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 231 | 253 | 0.14 | 0.09 | 0 | 0.01 | 217.71 | 0.9 | 0.92 |
Hex | DA | E7 | FD | E | 9 | 0 | 1 | DA | 5A | 5C |
Octal | 332 | 347 | 375 | 16 | 11 | 0 | 1 | 332 | 132 | 134 |
Binary | 11011010 | 11100111 | 11111101 | 1110 | 1001 | 0 | 1 | 11011010 | 1011010 | 1011100 |
Color Harmonies of #DAE7FD
Complementary color
Monochromatic Colors of #DAE7FD
Black with #DAE7FD
Text Example
Text Example
White with #DAE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7FD; }
p { color: rgb(218,231,253); }
H1.HeaderClassName
{
color: #DAE7FD;
}
.AnyTagClassName
{
color: #DAE7FD;
}
</style>
background-color css
<style>
a { background-color: #DAE7FD; }
a { background-color: rgb(218,231,253); }
div.DivClassName
{
background-color: #DAE7FD;
}
.BgClassName
{
background-color: #DAE7FD;
}
</style>
border-color css
<style>
span { border-color: #DAE7FD; }
span { border-color: rgb(218,231,253); }
td.TdClassName
{
border-color: #DAE7FD;
}
.TagClassName
{
border-color: #DAE7FD;
}
</style>