Shades of Solitude #DBE7FA
Tints of Solitude #DBE7FA
RGB
CMYK
RGB Variations
Color information
#DBE7FA (or 0xDBE7FA) is known color: Solitude. HEX triplet: DB, E7 and FA. RGB value is (219,231,250). Sum of RGB (Red+Green+Blue) = 219+231+250=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7FA is #241805. Grayscale: #E5E5E5. Windows color (decimal): -2365446 or 16443355. OLE color: 16443355.
HSL color Cylindrical-coordinate representation of color #DBE7FA: hue angle of 216.77º 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 #DBE7FA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 231 | 250 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.02 |
| HSL | 216.77º | 0.76% | 0.92% | - |
| HSV(B) | 216.77º | 0.12% | 0.98% | - |
| XYZ | 75.04 | 79.11 | 101.76 | - |
| YUV | 229.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 250 | 0.12 | 0.08 | 0 | 0.02 | 216.77 | 0.76 | 0.92 |
| Hex | DB | E7 | FA | C | 8 | 0 | 2 | D9 | 4C | 5C |
| Octal | 333 | 347 | 372 | 14 | 10 | 0 | 2 | 331 | 114 | 134 |
| Binary | 11011011 | 11100111 | 11111010 | 1100 | 1000 | 0 | 10 | 11011001 | 1001100 | 1011100 |
Color Harmonies of #DBE7FA
Complementary color
Monochromatic Colors of #DBE7FA
Black with #DBE7FA
Text Example
Text Example
White with #DBE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7FA; }
p { color: rgb(219,231,250); }
H1.HeaderClassName
{
color: #DBE7FA;
}
.AnyTagClassName
{
color: #DBE7FA;
}
</style>
background-color css
<style>
a { background-color: #DBE7FA; }
a { background-color: rgb(219,231,250); }
div.DivClassName
{
background-color: #DBE7FA;
}
.BgClassName
{
background-color: #DBE7FA;
}
</style>
border-color css
<style>
span { border-color: #DBE7FA; }
span { border-color: rgb(219,231,250); }
td.TdClassName
{
border-color: #DBE7FA;
}
.TagClassName
{
border-color: #DBE7FA;
}
</style>