Shades of Solitude #DBE7F6
Tints of Solitude #DBE7F6
RGB
CMYK
RGB Variations
Color information
#DBE7F6 (or 0xDBE7F6) is known color: Solitude. HEX triplet: DB, E7 and F6. RGB value is (219,231,246). Sum of RGB (Red+Green+Blue) = 219+231+246=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 231 (90.62% from 255 or 33.19% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBE7F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7F6 is #241809. Grayscale: #E5E5E5. Windows color (decimal): -2365450 or 16181211. OLE color: 16181211.
HSL color Cylindrical-coordinate representation of color #DBE7F6: hue angle of 213.33º 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 #DBE7F6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 231 | 246 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.04 |
| HSL | 213.33º | 0.6% | 0.91% | - |
| HSV(B) | 213.33º | 0.11% | 0.96% | - |
| XYZ | 74.42 | 78.87 | 98.49 | - |
| YUV | 229.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 246 | 0.11 | 0.06 | 0 | 0.04 | 213.33 | 0.6 | 0.91 |
| Hex | DB | E7 | F6 | B | 6 | 0 | 4 | D5 | 3C | 5B |
| Octal | 333 | 347 | 366 | 13 | 6 | 0 | 4 | 325 | 74 | 133 |
| Binary | 11011011 | 11100111 | 11110110 | 1011 | 110 | 0 | 100 | 11010101 | 111100 | 1011011 |
Color Harmonies of #DBE7F6
Complementary color
Monochromatic Colors of #DBE7F6
Black with #DBE7F6
Text Example
Text Example
White with #DBE7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7F6; }
p { color: rgb(219,231,246); }
H1.HeaderClassName
{
color: #DBE7F6;
}
.AnyTagClassName
{
color: #DBE7F6;
}
</style>
background-color css
<style>
a { background-color: #DBE7F6; }
a { background-color: rgb(219,231,246); }
div.DivClassName
{
background-color: #DBE7F6;
}
.BgClassName
{
background-color: #DBE7F6;
}
</style>
border-color css
<style>
span { border-color: #DBE7F6; }
span { border-color: rgb(219,231,246); }
td.TdClassName
{
border-color: #DBE7F6;
}
.TagClassName
{
border-color: #DBE7F6;
}
</style>