Shades of Solitude #DBE9FB
Tints of Solitude #DBE9FB
RGB
CMYK
RGB Variations
Color information
#DBE9FB (or 0xDBE9FB) is known color: Solitude. HEX triplet: DB, E9 and FB. RGB value is (219,233,251). Sum of RGB (Red+Green+Blue) = 219+233+251=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBE9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9FB is #241604. Grayscale: #E6E6E6. Windows color (decimal): -2364933 or 16509403. OLE color: 16509403.
HSL color Cylindrical-coordinate representation of color #DBE9FB: hue angle of 213.75º 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 #DBE9FB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 233 | 251 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.02 |
| HSL | 213.75º | 0.8% | 0.92% | - |
| HSV(B) | 213.75º | 0.13% | 0.98% | - |
| XYZ | 75.76 | 80.3 | 102.77 | - |
| YUV | 230.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 251 | 0.13 | 0.07 | 0 | 0.02 | 213.75 | 0.8 | 0.92 |
| Hex | DB | E9 | FB | D | 7 | 0 | 2 | D6 | 50 | 5C |
| Octal | 333 | 351 | 373 | 15 | 7 | 0 | 2 | 326 | 120 | 134 |
| Binary | 11011011 | 11101001 | 11111011 | 1101 | 111 | 0 | 10 | 11010110 | 1010000 | 1011100 |
Color Harmonies of #DBE9FB
Complementary color
Monochromatic Colors of #DBE9FB
Black with #DBE9FB
Text Example
Text Example
White with #DBE9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9FB; }
p { color: rgb(219,233,251); }
H1.HeaderClassName
{
color: #DBE9FB;
}
.AnyTagClassName
{
color: #DBE9FB;
}
</style>
background-color css
<style>
a { background-color: #DBE9FB; }
a { background-color: rgb(219,233,251); }
div.DivClassName
{
background-color: #DBE9FB;
}
.BgClassName
{
background-color: #DBE9FB;
}
</style>
border-color css
<style>
span { border-color: #DBE9FB; }
span { border-color: rgb(219,233,251); }
td.TdClassName
{
border-color: #DBE9FB;
}
.TagClassName
{
border-color: #DBE9FB;
}
</style>