Shades of Solitude #DBE8FA
Tints of Solitude #DBE8FA
RGB
CMYK
RGB Variations
Color information
#DBE8FA (or 0xDBE8FA) is known color: Solitude. HEX triplet: DB, E8 and FA. RGB value is (219,232,250). Sum of RGB (Red+Green+Blue) = 219+232+250=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 232 (91.02% from 255 or 33.10% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8FA is #241705. Grayscale: #E6E6E6. Windows color (decimal): -2365190 or 16443611. OLE color: 16443611.
HSL color Cylindrical-coordinate representation of color #DBE8FA: hue angle of 214.84º 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 #DBE8FA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 232 | 250 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.02 |
| HSL | 214.84º | 0.76% | 0.92% | - |
| HSV(B) | 214.84º | 0.12% | 0.98% | - |
| XYZ | 75.33 | 79.68 | 101.85 | - |
| YUV | 230.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 250 | 0.12 | 0.07 | 0 | 0.02 | 214.84 | 0.76 | 0.92 |
| Hex | DB | E8 | FA | C | 7 | 0 | 2 | D7 | 4C | 5C |
| Octal | 333 | 350 | 372 | 14 | 7 | 0 | 2 | 327 | 114 | 134 |
| Binary | 11011011 | 11101000 | 11111010 | 1100 | 111 | 0 | 10 | 11010111 | 1001100 | 1011100 |
Color Harmonies of #DBE8FA
Complementary color
Monochromatic Colors of #DBE8FA
Black with #DBE8FA
Text Example
Text Example
White with #DBE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8FA; }
p { color: rgb(219,232,250); }
H1.HeaderClassName
{
color: #DBE8FA;
}
.AnyTagClassName
{
color: #DBE8FA;
}
</style>
background-color css
<style>
a { background-color: #DBE8FA; }
a { background-color: rgb(219,232,250); }
div.DivClassName
{
background-color: #DBE8FA;
}
.BgClassName
{
background-color: #DBE8FA;
}
</style>
border-color css
<style>
span { border-color: #DBE8FA; }
span { border-color: rgb(219,232,250); }
td.TdClassName
{
border-color: #DBE8FA;
}
.TagClassName
{
border-color: #DBE8FA;
}
</style>