Shades of Solitude #D8E6FD
Tints of Solitude #D8E6FD
RGB
CMYK
RGB Variations
Color information
#D8E6FD (or 0xD8E6FD) is known color: Solitude. HEX triplet: D8, E6 and FD. RGB value is (216,230,253). Sum of RGB (Red+Green+Blue) = 216+230+253=699 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.90% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E6FD is #271902. Grayscale: #E4E4E4. Windows color (decimal): -2562307 or 16639704. OLE color: 16639704.
HSL color Cylindrical-coordinate representation of color #D8E6FD: hue angle of 217.3º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8E6FD is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 230 | 253 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.01 |
| HSL | 217.3º | 0.9% | 0.92% | - |
| HSV(B) | 217.3º | 0.15% | 0.99% | - |
| XYZ | 74.35 | 78.28 | 104.12 | - |
| YUV | 228.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 230 | 253 | 0.15 | 0.09 | 0 | 0.01 | 217.3 | 0.9 | 0.92 |
| Hex | D8 | E6 | FD | F | 9 | 0 | 1 | D9 | 5A | 5C |
| Octal | 330 | 346 | 375 | 17 | 11 | 0 | 1 | 331 | 132 | 134 |
| Binary | 11011000 | 11100110 | 11111101 | 1111 | 1001 | 0 | 1 | 11011001 | 1011010 | 1011100 |
Color Harmonies of #D8E6FD
Complementary color
Monochromatic Colors of #D8E6FD
Black with #D8E6FD
Text Example
Text Example
White with #D8E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E6FD; }
p { color: rgb(216,230,253); }
H1.HeaderClassName
{
color: #D8E6FD;
}
.AnyTagClassName
{
color: #D8E6FD;
}
</style>
background-color css
<style>
a { background-color: #D8E6FD; }
a { background-color: rgb(216,230,253); }
div.DivClassName
{
background-color: #D8E6FD;
}
.BgClassName
{
background-color: #D8E6FD;
}
</style>
border-color css
<style>
span { border-color: #D8E6FD; }
span { border-color: rgb(216,230,253); }
td.TdClassName
{
border-color: #D8E6FD;
}
.TagClassName
{
border-color: #D8E6FD;
}
</style>