Shades of Solitude #DBE7F7
Tints of Solitude #DBE7F7
RGB
CMYK
RGB Variations
Color information
#DBE7F7 (or 0xDBE7F7) is known color: Solitude. HEX triplet: DB, E7 and F7. RGB value is (219,231,247). Sum of RGB (Red+Green+Blue) = 219+231+247=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 231 (90.62% from 255 or 33.14% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBE7F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7F7 is #241808. Grayscale: #E5E5E5. Windows color (decimal): -2365449 or 16246747. OLE color: 16246747.
HSL color Cylindrical-coordinate representation of color #DBE7F7: hue angle of 214.29º 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 #DBE7F7 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 231 | 247 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.03 |
| HSL | 214.29º | 0.64% | 0.91% | - |
| HSV(B) | 214.29º | 0.11% | 0.97% | - |
| XYZ | 74.58 | 78.93 | 99.3 | - |
| YUV | 229.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 247 | 0.11 | 0.06 | 0 | 0.03 | 214.29 | 0.64 | 0.91 |
| Hex | DB | E7 | F7 | B | 6 | 0 | 3 | D6 | 40 | 5B |
| Octal | 333 | 347 | 367 | 13 | 6 | 0 | 3 | 326 | 100 | 133 |
| Binary | 11011011 | 11100111 | 11110111 | 1011 | 110 | 0 | 11 | 11010110 | 1000000 | 1011011 |
Color Harmonies of #DBE7F7
Complementary color
Monochromatic Colors of #DBE7F7
Black with #DBE7F7
Text Example
Text Example
White with #DBE7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7F7; }
p { color: rgb(219,231,247); }
H1.HeaderClassName
{
color: #DBE7F7;
}
.AnyTagClassName
{
color: #DBE7F7;
}
</style>
background-color css
<style>
a { background-color: #DBE7F7; }
a { background-color: rgb(219,231,247); }
div.DivClassName
{
background-color: #DBE7F7;
}
.BgClassName
{
background-color: #DBE7F7;
}
</style>
border-color css
<style>
span { border-color: #DBE7F7; }
span { border-color: rgb(219,231,247); }
td.TdClassName
{
border-color: #DBE7F7;
}
.TagClassName
{
border-color: #DBE7F7;
}
</style>