Shades of Solitude #DBE7F5
Tints of Solitude #DBE7F5
RGB
CMYK
RGB Variations
Color information
#DBE7F5 (or 0xDBE7F5) is known color: Solitude. HEX triplet: DB, E7 and F5. RGB value is (219,231,245). Sum of RGB (Red+Green+Blue) = 219+231+245=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 231 (90.62% from 255 or 33.24% from 695); Blue value is 245 (96.09% from 255 or 35.25% from 695); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBE7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7F5 is #24180A. Grayscale: #E4E4E4. Windows color (decimal): -2365451 or 16115675. OLE color: 16115675.
HSL color Cylindrical-coordinate representation of color #DBE7F5: hue angle of 212.31º degrees, saturation: 0.57, 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 #DBE7F5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 231 | 245 | - |
CMYK | 0.11 | 0.06 | 0 | 0.04 |
HSL | 212.31º | 0.57% | 0.91% | - |
HSV(B) | 212.31º | 0.11% | 0.96% | - |
XYZ | 74.27 | 78.8 | 97.68 | - |
YUV | 229.01 | 137.02 | 120.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 231 | 245 | 0.11 | 0.06 | 0 | 0.04 | 212.31 | 0.57 | 0.91 |
Hex | DB | E7 | F5 | B | 6 | 0 | 4 | D4 | 39 | 5B |
Octal | 333 | 347 | 365 | 13 | 6 | 0 | 4 | 324 | 71 | 133 |
Binary | 11011011 | 11100111 | 11110101 | 1011 | 110 | 0 | 100 | 11010100 | 111001 | 1011011 |
Color Harmonies of #DBE7F5
Complementary color
Monochromatic Colors of #DBE7F5
Black with #DBE7F5
Text Example
Text Example
White with #DBE7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7F5; }
p { color: rgb(219,231,245); }
H1.HeaderClassName
{
color: #DBE7F5;
}
.AnyTagClassName
{
color: #DBE7F5;
}
</style>
background-color css
<style>
a { background-color: #DBE7F5; }
a { background-color: rgb(219,231,245); }
div.DivClassName
{
background-color: #DBE7F5;
}
.BgClassName
{
background-color: #DBE7F5;
}
</style>
border-color css
<style>
span { border-color: #DBE7F5; }
span { border-color: rgb(219,231,245); }
td.TdClassName
{
border-color: #DBE7F5;
}
.TagClassName
{
border-color: #DBE7F5;
}
</style>