Shades of Solitude #DBE5F4
Tints of Solitude #DBE5F4
RGB
CMYK
RGB Variations
Color information
#DBE5F4 (or 0xDBE5F4) is known color: Solitude. HEX triplet: DB, E5 and F4. RGB value is (219,229,244). Sum of RGB (Red+Green+Blue) = 219+229+244=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBE5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5F4 is #241A0B. Grayscale: #E3E3E3. Windows color (decimal): -2365964 or 16049627. OLE color: 16049627.
HSL color Cylindrical-coordinate representation of color #DBE5F4: hue angle of 216º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE5F4 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 229 | 244 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.04 |
| HSL | 216º | 0.53% | 0.91% | - |
| HSV(B) | 216º | 0.1% | 0.96% | - |
| XYZ | 73.56 | 77.63 | 96.69 | - |
| YUV | 227.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 244 | 0.10 | 0.06 | 0 | 0.04 | 216 | 0.53 | 0.91 |
| Hex | DB | E5 | F4 | A | 6 | 0 | 4 | D8 | 35 | 5B |
| Octal | 333 | 345 | 364 | 12 | 6 | 0 | 4 | 330 | 65 | 133 |
| Binary | 11011011 | 11100101 | 11110100 | 1010 | 110 | 0 | 100 | 11011000 | 110101 | 1011011 |
Color Harmonies of #DBE5F4
Complementary color
Monochromatic Colors of #DBE5F4
Black with #DBE5F4
Text Example
Text Example
White with #DBE5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5F4; }
p { color: rgb(219,229,244); }
H1.HeaderClassName
{
color: #DBE5F4;
}
.AnyTagClassName
{
color: #DBE5F4;
}
</style>
background-color css
<style>
a { background-color: #DBE5F4; }
a { background-color: rgb(219,229,244); }
div.DivClassName
{
background-color: #DBE5F4;
}
.BgClassName
{
background-color: #DBE5F4;
}
</style>
border-color css
<style>
span { border-color: #DBE5F4; }
span { border-color: rgb(219,229,244); }
td.TdClassName
{
border-color: #DBE5F4;
}
.TagClassName
{
border-color: #DBE5F4;
}
</style>