Shades of Solitude #DBE6FD
Tints of Solitude #DBE6FD
RGB
CMYK
RGB Variations
Color information
#DBE6FD (or 0xDBE6FD) is known color: Solitude. HEX triplet: DB, E6 and FD. RGB value is (219,230,253). Sum of RGB (Red+Green+Blue) = 219+230+253=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 230 (90.23% from 255 or 32.76% 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 #DBE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6FD is #241902. Grayscale: #E5E5E5. Windows color (decimal): -2365699 or 16639707. OLE color: 16639707.
HSL color Cylindrical-coordinate representation of color #DBE6FD: hue angle of 220.59º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE6FD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 230 | 253 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.01 |
| HSL | 220.59º | 0.89% | 0.93% | - |
| HSV(B) | 220.59º | 0.13% | 0.99% | - |
| XYZ | 75.24 | 78.75 | 104.16 | - |
| YUV | 229.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 253 | 0.13 | 0.09 | 0 | 0.01 | 220.59 | 0.89 | 0.93 |
| Hex | DB | E6 | FD | D | 9 | 0 | 1 | DD | 59 | 5D |
| Octal | 333 | 346 | 375 | 15 | 11 | 0 | 1 | 335 | 131 | 135 |
| Binary | 11011011 | 11100110 | 11111101 | 1101 | 1001 | 0 | 1 | 11011101 | 1011001 | 1011101 |
Color Harmonies of #DBE6FD
Complementary color
Monochromatic Colors of #DBE6FD
Black with #DBE6FD
Text Example
Text Example
White with #DBE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6FD; }
p { color: rgb(219,230,253); }
H1.HeaderClassName
{
color: #DBE6FD;
}
.AnyTagClassName
{
color: #DBE6FD;
}
</style>
background-color css
<style>
a { background-color: #DBE6FD; }
a { background-color: rgb(219,230,253); }
div.DivClassName
{
background-color: #DBE6FD;
}
.BgClassName
{
background-color: #DBE6FD;
}
</style>
border-color css
<style>
span { border-color: #DBE6FD; }
span { border-color: rgb(219,230,253); }
td.TdClassName
{
border-color: #DBE6FD;
}
.TagClassName
{
border-color: #DBE6FD;
}
</style>