Shades of Solitude #DBE8FB
Tints of Solitude #DBE8FB
RGB
CMYK
RGB Variations
Color information
#DBE8FB (or 0xDBE8FB) is known color: Solitude. HEX triplet: DB, E8 and FB. RGB value is (219,232,251). Sum of RGB (Red+Green+Blue) = 219+232+251=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 232 (91.02% from 255 or 33.05% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBE8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8FB is #241704. Grayscale: #E6E6E6. Windows color (decimal): -2365189 or 16509147. OLE color: 16509147.
HSL color Cylindrical-coordinate representation of color #DBE8FB: hue angle of 215.62º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE8FB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 232 | 251 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.02 |
| HSL | 215.63º | 0.8% | 0.92% | - |
| HSV(B) | 215.63º | 0.13% | 0.98% | - |
| XYZ | 75.48 | 79.74 | 102.68 | - |
| YUV | 230.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 251 | 0.13 | 0.08 | 0 | 0.02 | 215.63 | 0.8 | 0.92 |
| Hex | DB | E8 | FB | D | 8 | 0 | 2 | D8 | 50 | 5C |
| Octal | 333 | 350 | 373 | 15 | 10 | 0 | 2 | 330 | 120 | 134 |
| Binary | 11011011 | 11101000 | 11111011 | 1101 | 1000 | 0 | 10 | 11011000 | 1010000 | 1011100 |
Color Harmonies of #DBE8FB
Complementary color
Monochromatic Colors of #DBE8FB
Black with #DBE8FB
Text Example
Text Example
White with #DBE8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8FB; }
p { color: rgb(219,232,251); }
H1.HeaderClassName
{
color: #DBE8FB;
}
.AnyTagClassName
{
color: #DBE8FB;
}
</style>
background-color css
<style>
a { background-color: #DBE8FB; }
a { background-color: rgb(219,232,251); }
div.DivClassName
{
background-color: #DBE8FB;
}
.BgClassName
{
background-color: #DBE8FB;
}
</style>
border-color css
<style>
span { border-color: #DBE8FB; }
span { border-color: rgb(219,232,251); }
td.TdClassName
{
border-color: #DBE8FB;
}
.TagClassName
{
border-color: #DBE8FB;
}
</style>