Shades of Solitude #DBE9FA
Tints of Solitude #DBE9FA
RGB
CMYK
RGB Variations
Color information
#DBE9FA (or 0xDBE9FA) is known color: Solitude. HEX triplet: DB, E9 and FA. RGB value is (219,233,250). Sum of RGB (Red+Green+Blue) = 219+233+250=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 233 (91.41% from 255 or 33.19% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9FA is #241605. Grayscale: #E6E6E6. Windows color (decimal): -2364934 or 16443867. OLE color: 16443867.
HSL color Cylindrical-coordinate representation of color #DBE9FA: hue angle of 212.9º 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 #DBE9FA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 233 | 250 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.02 |
| HSL | 212.9º | 0.76% | 0.92% | - |
| HSV(B) | 212.9º | 0.12% | 0.98% | - |
| XYZ | 75.61 | 80.24 | 101.95 | - |
| YUV | 230.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 250 | 0.12 | 0.07 | 0 | 0.02 | 212.9 | 0.76 | 0.92 |
| Hex | DB | E9 | FA | C | 7 | 0 | 2 | D5 | 4C | 5C |
| Octal | 333 | 351 | 372 | 14 | 7 | 0 | 2 | 325 | 114 | 134 |
| Binary | 11011011 | 11101001 | 11111010 | 1100 | 111 | 0 | 10 | 11010101 | 1001100 | 1011100 |
Color Harmonies of #DBE9FA
Complementary color
Monochromatic Colors of #DBE9FA
Black with #DBE9FA
Text Example
Text Example
White with #DBE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9FA; }
p { color: rgb(219,233,250); }
H1.HeaderClassName
{
color: #DBE9FA;
}
.AnyTagClassName
{
color: #DBE9FA;
}
</style>
background-color css
<style>
a { background-color: #DBE9FA; }
a { background-color: rgb(219,233,250); }
div.DivClassName
{
background-color: #DBE9FA;
}
.BgClassName
{
background-color: #DBE9FA;
}
</style>
border-color css
<style>
span { border-color: #DBE9FA; }
span { border-color: rgb(219,233,250); }
td.TdClassName
{
border-color: #DBE9FA;
}
.TagClassName
{
border-color: #DBE9FA;
}
</style>