Shades of Solitude #DBE5F5
Tints of Solitude #DBE5F5
RGB
CMYK
RGB Variations
Color information
#DBE5F5 (or 0xDBE5F5) is known color: Solitude. HEX triplet: DB, E5 and F5. RGB value is (219,229,245). Sum of RGB (Red+Green+Blue) = 219+229+245=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBE5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5F5 is #241A0A. Grayscale: #E3E3E3. Windows color (decimal): -2365963 or 16115163. OLE color: 16115163.
HSL color Cylindrical-coordinate representation of color #DBE5F5: hue angle of 216.92º 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 #DBE5F5 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 229 | 245 | - |
CMYK | 0.11 | 0.07 | 0 | 0.04 |
HSL | 216.92º | 0.57% | 0.91% | - |
HSV(B) | 216.92º | 0.11% | 0.96% | - |
XYZ | 73.71 | 77.69 | 97.5 | - |
YUV | 227.83 | 137.69 | 121.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 245 | 0.11 | 0.07 | 0 | 0.04 | 216.92 | 0.57 | 0.91 |
Hex | DB | E5 | F5 | B | 7 | 0 | 4 | D9 | 39 | 5B |
Octal | 333 | 345 | 365 | 13 | 7 | 0 | 4 | 331 | 71 | 133 |
Binary | 11011011 | 11100101 | 11110101 | 1011 | 111 | 0 | 100 | 11011001 | 111001 | 1011011 |
Color Harmonies of #DBE5F5
Complementary color
Monochromatic Colors of #DBE5F5
Black with #DBE5F5
Text Example
Text Example
White with #DBE5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5F5; }
p { color: rgb(219,229,245); }
H1.HeaderClassName
{
color: #DBE5F5;
}
.AnyTagClassName
{
color: #DBE5F5;
}
</style>
background-color css
<style>
a { background-color: #DBE5F5; }
a { background-color: rgb(219,229,245); }
div.DivClassName
{
background-color: #DBE5F5;
}
.BgClassName
{
background-color: #DBE5F5;
}
</style>
border-color css
<style>
span { border-color: #DBE5F5; }
span { border-color: rgb(219,229,245); }
td.TdClassName
{
border-color: #DBE5F5;
}
.TagClassName
{
border-color: #DBE5F5;
}
</style>