Shades of Solitude #DBE5FB
Tints of Solitude #DBE5FB
RGB
CMYK
RGB Variations
Color information
#DBE5FB (or 0xDBE5FB) is known color: Solitude. HEX triplet: DB, E5 and FB. RGB value is (219,229,251). Sum of RGB (Red+Green+Blue) = 219+229+251=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBE5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5FB is #241A04. Grayscale: #E4E4E4. Windows color (decimal): -2365957 or 16508379. OLE color: 16508379.
HSL color Cylindrical-coordinate representation of color #DBE5FB: hue angle of 221.25º 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 #DBE5FB is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 229 | 251 | - |
CMYK | 0.13 | 0.09 | 0 | 0.02 |
HSL | 221.25º | 0.8% | 0.92% | - |
HSV(B) | 221.25º | 0.13% | 0.98% | - |
XYZ | 74.65 | 78.06 | 102.4 | - |
YUV | 228.52 | 140.69 | 121.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 251 | 0.13 | 0.09 | 0 | 0.02 | 221.25 | 0.8 | 0.92 |
Hex | DB | E5 | FB | D | 9 | 0 | 2 | DD | 50 | 5C |
Octal | 333 | 345 | 373 | 15 | 11 | 0 | 2 | 335 | 120 | 134 |
Binary | 11011011 | 11100101 | 11111011 | 1101 | 1001 | 0 | 10 | 11011101 | 1010000 | 1011100 |
Color Harmonies of #DBE5FB
Complementary color
Monochromatic Colors of #DBE5FB
Black with #DBE5FB
Text Example
Text Example
White with #DBE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5FB; }
p { color: rgb(219,229,251); }
H1.HeaderClassName
{
color: #DBE5FB;
}
.AnyTagClassName
{
color: #DBE5FB;
}
</style>
background-color css
<style>
a { background-color: #DBE5FB; }
a { background-color: rgb(219,229,251); }
div.DivClassName
{
background-color: #DBE5FB;
}
.BgClassName
{
background-color: #DBE5FB;
}
</style>
border-color css
<style>
span { border-color: #DBE5FB; }
span { border-color: rgb(219,229,251); }
td.TdClassName
{
border-color: #DBE5FB;
}
.TagClassName
{
border-color: #DBE5FB;
}
</style>