Shades of Solitude #DBE5F3
Tints of Solitude #DBE5F3
RGB
CMYK
RGB Variations
Color information
#DBE5F3 (or 0xDBE5F3) is known color: Solitude. HEX triplet: DB, E5 and F3. RGB value is (219,229,243). Sum of RGB (Red+Green+Blue) = 219+229+243=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBE5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5F3 is #241A0C. Grayscale: #E3E3E3. Windows color (decimal): -2365965 or 15984091. OLE color: 15984091.
HSL color Cylindrical-coordinate representation of color #DBE5F3: hue angle of 215º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE5F3 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 229 | 243 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.05 |
| HSL | 215º | 0.5% | 0.91% | - |
| HSV(B) | 215º | 0.1% | 0.95% | - |
| XYZ | 73.41 | 77.57 | 95.9 | - |
| YUV | 227.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 243 | 0.10 | 0.06 | 0 | 0.05 | 215 | 0.5 | 0.91 |
| Hex | DB | E5 | F3 | A | 6 | 0 | 5 | D7 | 32 | 5B |
| Octal | 333 | 345 | 363 | 12 | 6 | 0 | 5 | 327 | 62 | 133 |
| Binary | 11011011 | 11100101 | 11110011 | 1010 | 110 | 0 | 101 | 11010111 | 110010 | 1011011 |
Color Harmonies of #DBE5F3
Complementary color
Monochromatic Colors of #DBE5F3
Black with #DBE5F3
Text Example
Text Example
White with #DBE5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5F3; }
p { color: rgb(219,229,243); }
H1.HeaderClassName
{
color: #DBE5F3;
}
.AnyTagClassName
{
color: #DBE5F3;
}
</style>
background-color css
<style>
a { background-color: #DBE5F3; }
a { background-color: rgb(219,229,243); }
div.DivClassName
{
background-color: #DBE5F3;
}
.BgClassName
{
background-color: #DBE5F3;
}
</style>
border-color css
<style>
span { border-color: #DBE5F3; }
span { border-color: rgb(219,229,243); }
td.TdClassName
{
border-color: #DBE5F3;
}
.TagClassName
{
border-color: #DBE5F3;
}
</style>