Shades of Solitude #DBE9F9
Tints of Solitude #DBE9F9
RGB
CMYK
RGB Variations
Color information
#DBE9F9 (or 0xDBE9F9) is known color: Solitude. HEX triplet: DB, E9 and F9. RGB value is (219,233,249). Sum of RGB (Red+Green+Blue) = 219+233+249=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 233 (91.41% from 255 or 33.24% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBE9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9F9 is #241606. Grayscale: #E6E6E6. Windows color (decimal): -2364935 or 16378331. OLE color: 16378331.
HSL color Cylindrical-coordinate representation of color #DBE9F9: hue angle of 212º degrees, saturation: 0.71, 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 #DBE9F9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 233 | 249 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.02 |
| HSL | 212º | 0.71% | 0.92% | - |
| HSV(B) | 212º | 0.12% | 0.98% | - |
| XYZ | 75.45 | 80.18 | 101.12 | - |
| YUV | 230.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 249 | 0.12 | 0.06 | 0 | 0.02 | 212 | 0.71 | 0.92 |
| Hex | DB | E9 | F9 | C | 6 | 0 | 2 | D4 | 47 | 5C |
| Octal | 333 | 351 | 371 | 14 | 6 | 0 | 2 | 324 | 107 | 134 |
| Binary | 11011011 | 11101001 | 11111001 | 1100 | 110 | 0 | 10 | 11010100 | 1000111 | 1011100 |
Color Harmonies of #DBE9F9
Complementary color
Monochromatic Colors of #DBE9F9
Black with #DBE9F9
Text Example
Text Example
White with #DBE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9F9; }
p { color: rgb(219,233,249); }
H1.HeaderClassName
{
color: #DBE9F9;
}
.AnyTagClassName
{
color: #DBE9F9;
}
</style>
background-color css
<style>
a { background-color: #DBE9F9; }
a { background-color: rgb(219,233,249); }
div.DivClassName
{
background-color: #DBE9F9;
}
.BgClassName
{
background-color: #DBE9F9;
}
</style>
border-color css
<style>
span { border-color: #DBE9F9; }
span { border-color: rgb(219,233,249); }
td.TdClassName
{
border-color: #DBE9F9;
}
.TagClassName
{
border-color: #DBE9F9;
}
</style>