Shades of Solitude #DBE5F8
Tints of Solitude #DBE5F8
RGB
CMYK
RGB Variations
Color information
#DBE5F8 (or 0xDBE5F8) is known color: Solitude. HEX triplet: DB, E5 and F8. RGB value is (219,229,248). Sum of RGB (Red+Green+Blue) = 219+229+248=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 248 (97.27% from 255 or 35.63% from 696); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBE5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5F8 is #241A07. Grayscale: #E4E4E4. Windows color (decimal): -2365960 or 16311771. OLE color: 16311771.
HSL color Cylindrical-coordinate representation of color #DBE5F8: hue angle of 219.31º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE5F8 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 229 | 248 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.03 |
| HSL | 219.31º | 0.67% | 0.92% | - |
| HSV(B) | 219.31º | 0.12% | 0.97% | - |
| XYZ | 74.18 | 77.88 | 99.93 | - |
| YUV | 228.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 248 | 0.12 | 0.08 | 0 | 0.03 | 219.31 | 0.67 | 0.92 |
| Hex | DB | E5 | F8 | C | 8 | 0 | 3 | DB | 43 | 5C |
| Octal | 333 | 345 | 370 | 14 | 10 | 0 | 3 | 333 | 103 | 134 |
| Binary | 11011011 | 11100101 | 11111000 | 1100 | 1000 | 0 | 11 | 11011011 | 1000011 | 1011100 |
Color Harmonies of #DBE5F8
Complementary color
Monochromatic Colors of #DBE5F8
Black with #DBE5F8
Text Example
Text Example
White with #DBE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5F8; }
p { color: rgb(219,229,248); }
H1.HeaderClassName
{
color: #DBE5F8;
}
.AnyTagClassName
{
color: #DBE5F8;
}
</style>
background-color css
<style>
a { background-color: #DBE5F8; }
a { background-color: rgb(219,229,248); }
div.DivClassName
{
background-color: #DBE5F8;
}
.BgClassName
{
background-color: #DBE5F8;
}
</style>
border-color css
<style>
span { border-color: #DBE5F8; }
span { border-color: rgb(219,229,248); }
td.TdClassName
{
border-color: #DBE5F8;
}
.TagClassName
{
border-color: #DBE5F8;
}
</style>