Shades of Solitude #DBE8F7
Tints of Solitude #DBE8F7
RGB
CMYK
RGB Variations
Color information
#DBE8F7 (or 0xDBE8F7) is known color: Solitude. HEX triplet: DB, E8 and F7. RGB value is (219,232,247). Sum of RGB (Red+Green+Blue) = 219+232+247=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 232 (91.02% from 255 or 33.24% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBE8F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8F7 is #241708. Grayscale: #E5E5E5. Windows color (decimal): -2365193 or 16247003. OLE color: 16247003.
HSL color Cylindrical-coordinate representation of color #DBE8F7: hue angle of 212.14º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE8F7 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 232 | 247 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.03 |
| HSL | 212.14º | 0.64% | 0.91% | - |
| HSV(B) | 212.14º | 0.11% | 0.97% | - |
| XYZ | 74.86 | 79.49 | 99.39 | - |
| YUV | 229.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 247 | 0.11 | 0.06 | 0 | 0.03 | 212.14 | 0.64 | 0.91 |
| Hex | DB | E8 | F7 | B | 6 | 0 | 3 | D4 | 40 | 5B |
| Octal | 333 | 350 | 367 | 13 | 6 | 0 | 3 | 324 | 100 | 133 |
| Binary | 11011011 | 11101000 | 11110111 | 1011 | 110 | 0 | 11 | 11010100 | 1000000 | 1011011 |
Color Harmonies of #DBE8F7
Complementary color
Monochromatic Colors of #DBE8F7
Black with #DBE8F7
Text Example
Text Example
White with #DBE8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8F7; }
p { color: rgb(219,232,247); }
H1.HeaderClassName
{
color: #DBE8F7;
}
.AnyTagClassName
{
color: #DBE8F7;
}
</style>
background-color css
<style>
a { background-color: #DBE8F7; }
a { background-color: rgb(219,232,247); }
div.DivClassName
{
background-color: #DBE8F7;
}
.BgClassName
{
background-color: #DBE8F7;
}
</style>
border-color css
<style>
span { border-color: #DBE8F7; }
span { border-color: rgb(219,232,247); }
td.TdClassName
{
border-color: #DBE8F7;
}
.TagClassName
{
border-color: #DBE8F7;
}
</style>