Shades of Solitude #DBE9F8
Tints of Solitude #DBE9F8
RGB
CMYK
RGB Variations
Color information
#DBE9F8 (or 0xDBE9F8) is known color: Solitude. HEX triplet: DB, E9 and F8. RGB value is (219,233,248). Sum of RGB (Red+Green+Blue) = 219+233+248=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBE9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9F8 is #241607. Grayscale: #E6E6E6. Windows color (decimal): -2364936 or 16312795. OLE color: 16312795.
HSL color Cylindrical-coordinate representation of color #DBE9F8: hue angle of 211.03º 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 #DBE9F8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 233 | 248 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.03 |
| HSL | 211.03º | 0.67% | 0.92% | - |
| HSV(B) | 211.03º | 0.12% | 0.97% | - |
| XYZ | 75.3 | 80.12 | 100.3 | - |
| YUV | 230.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 248 | 0.12 | 0.06 | 0 | 0.03 | 211.03 | 0.67 | 0.92 |
| Hex | DB | E9 | F8 | C | 6 | 0 | 3 | D3 | 43 | 5C |
| Octal | 333 | 351 | 370 | 14 | 6 | 0 | 3 | 323 | 103 | 134 |
| Binary | 11011011 | 11101001 | 11111000 | 1100 | 110 | 0 | 11 | 11010011 | 1000011 | 1011100 |
Color Harmonies of #DBE9F8
Complementary color
Monochromatic Colors of #DBE9F8
Black with #DBE9F8
Text Example
Text Example
White with #DBE9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9F8; }
p { color: rgb(219,233,248); }
H1.HeaderClassName
{
color: #DBE9F8;
}
.AnyTagClassName
{
color: #DBE9F8;
}
</style>
background-color css
<style>
a { background-color: #DBE9F8; }
a { background-color: rgb(219,233,248); }
div.DivClassName
{
background-color: #DBE9F8;
}
.BgClassName
{
background-color: #DBE9F8;
}
</style>
border-color css
<style>
span { border-color: #DBE9F8; }
span { border-color: rgb(219,233,248); }
td.TdClassName
{
border-color: #DBE9F8;
}
.TagClassName
{
border-color: #DBE9F8;
}
</style>