Shades of Solitude #DBE6F6
Tints of Solitude #DBE6F6
RGB
CMYK
RGB Variations
Color information
#DBE6F6 (or 0xDBE6F6) is known color: Solitude. HEX triplet: DB, E6 and F6. RGB value is (219,230,246). Sum of RGB (Red+Green+Blue) = 219+230+246=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBE6F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6F6 is #241909. Grayscale: #E4E4E4. Windows color (decimal): -2365706 or 16180955. OLE color: 16180955.
HSL color Cylindrical-coordinate representation of color #DBE6F6: hue angle of 215.56º 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 #DBE6F6 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 230 | 246 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.04 |
| HSL | 215.56º | 0.6% | 0.91% | - |
| HSV(B) | 215.56º | 0.11% | 0.96% | - |
| XYZ | 74.14 | 78.31 | 98.4 | - |
| YUV | 228.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 246 | 0.11 | 0.07 | 0 | 0.04 | 215.56 | 0.6 | 0.91 |
| Hex | DB | E6 | F6 | B | 7 | 0 | 4 | D8 | 3C | 5B |
| Octal | 333 | 346 | 366 | 13 | 7 | 0 | 4 | 330 | 74 | 133 |
| Binary | 11011011 | 11100110 | 11110110 | 1011 | 111 | 0 | 100 | 11011000 | 111100 | 1011011 |
Color Harmonies of #DBE6F6
Complementary color
Monochromatic Colors of #DBE6F6
Black with #DBE6F6
Text Example
Text Example
White with #DBE6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6F6; }
p { color: rgb(219,230,246); }
H1.HeaderClassName
{
color: #DBE6F6;
}
.AnyTagClassName
{
color: #DBE6F6;
}
</style>
background-color css
<style>
a { background-color: #DBE6F6; }
a { background-color: rgb(219,230,246); }
div.DivClassName
{
background-color: #DBE6F6;
}
.BgClassName
{
background-color: #DBE6F6;
}
</style>
border-color css
<style>
span { border-color: #DBE6F6; }
span { border-color: rgb(219,230,246); }
td.TdClassName
{
border-color: #DBE6F6;
}
.TagClassName
{
border-color: #DBE6F6;
}
</style>