Shades of Solitude #DBE5FA
Tints of Solitude #DBE5FA
RGB
CMYK
RGB Variations
Color information
#DBE5FA (or 0xDBE5FA) is known color: Solitude. HEX triplet: DB, E5 and FA. RGB value is (219,229,250). Sum of RGB (Red+Green+Blue) = 219+229+250=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5FA is #241A05. Grayscale: #E4E4E4. Windows color (decimal): -2365958 or 16442843. OLE color: 16442843.
HSL color Cylindrical-coordinate representation of color #DBE5FA: hue angle of 220.65º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE5FA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 229 | 250 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.02 |
| HSL | 220.65º | 0.76% | 0.92% | - |
| HSV(B) | 220.65º | 0.12% | 0.98% | - |
| XYZ | 74.49 | 78 | 101.57 | - |
| YUV | 228.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 250 | 0.12 | 0.08 | 0 | 0.02 | 220.65 | 0.76 | 0.92 |
| Hex | DB | E5 | FA | C | 8 | 0 | 2 | DD | 4C | 5C |
| Octal | 333 | 345 | 372 | 14 | 10 | 0 | 2 | 335 | 114 | 134 |
| Binary | 11011011 | 11100101 | 11111010 | 1100 | 1000 | 0 | 10 | 11011101 | 1001100 | 1011100 |
Color Harmonies of #DBE5FA
Complementary color
Monochromatic Colors of #DBE5FA
Black with #DBE5FA
Text Example
Text Example
White with #DBE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5FA; }
p { color: rgb(219,229,250); }
H1.HeaderClassName
{
color: #DBE5FA;
}
.AnyTagClassName
{
color: #DBE5FA;
}
</style>
background-color css
<style>
a { background-color: #DBE5FA; }
a { background-color: rgb(219,229,250); }
div.DivClassName
{
background-color: #DBE5FA;
}
.BgClassName
{
background-color: #DBE5FA;
}
</style>
border-color css
<style>
span { border-color: #DBE5FA; }
span { border-color: rgb(219,229,250); }
td.TdClassName
{
border-color: #DBE5FA;
}
.TagClassName
{
border-color: #DBE5FA;
}
</style>