Shades of Solitude #DBE5F6
Tints of Solitude #DBE5F6
RGB
CMYK
RGB Variations
Color information
#DBE5F6 (or 0xDBE5F6) is known color: Solitude. HEX triplet: DB, E5 and F6. RGB value is (219,229,246). Sum of RGB (Red+Green+Blue) = 219+229+246=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBE5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5F6 is #241A09. Grayscale: #E3E3E3. Windows color (decimal): -2365962 or 16180699. OLE color: 16180699.
HSL color Cylindrical-coordinate representation of color #DBE5F6: hue angle of 217.78º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE5F6 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 229 | 246 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.04 |
| HSL | 217.78º | 0.6% | 0.91% | - |
| HSV(B) | 217.78º | 0.11% | 0.96% | - |
| XYZ | 73.87 | 77.75 | 98.3 | - |
| YUV | 227.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 246 | 0.11 | 0.07 | 0 | 0.04 | 217.78 | 0.6 | 0.91 |
| Hex | DB | E5 | F6 | B | 7 | 0 | 4 | DA | 3C | 5B |
| Octal | 333 | 345 | 366 | 13 | 7 | 0 | 4 | 332 | 74 | 133 |
| Binary | 11011011 | 11100101 | 11110110 | 1011 | 111 | 0 | 100 | 11011010 | 111100 | 1011011 |
Color Harmonies of #DBE5F6
Complementary color
Monochromatic Colors of #DBE5F6
Black with #DBE5F6
Text Example
Text Example
White with #DBE5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5F6; }
p { color: rgb(219,229,246); }
H1.HeaderClassName
{
color: #DBE5F6;
}
.AnyTagClassName
{
color: #DBE5F6;
}
</style>
background-color css
<style>
a { background-color: #DBE5F6; }
a { background-color: rgb(219,229,246); }
div.DivClassName
{
background-color: #DBE5F6;
}
.BgClassName
{
background-color: #DBE5F6;
}
</style>
border-color css
<style>
span { border-color: #DBE5F6; }
span { border-color: rgb(219,229,246); }
td.TdClassName
{
border-color: #DBE5F6;
}
.TagClassName
{
border-color: #DBE5F6;
}
</style>