Shades of Solitude #DBE4EF
Tints of Solitude #DBE4EF
RGB
CMYK
RGB Variations
Color information
#DBE4EF (or 0xDBE4EF) is known color: Solitude. HEX triplet: DB, E4 and EF. RGB value is (219,228,239). Sum of RGB (Red+Green+Blue) = 219+228+239=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4EF is #241B10. Grayscale: #E2E2E2. Windows color (decimal): -2366225 or 15721691. OLE color: 15721691.
HSL color Cylindrical-coordinate representation of color #DBE4EF: hue angle of 213º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE4EF is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 228 | 239 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.06 |
| HSL | 213º | 0.38% | 0.9% | - |
| HSV(B) | 213º | 0.08% | 0.94% | - |
| XYZ | 72.54 | 76.78 | 92.66 | - |
| YUV | 226.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 239 | 0.08 | 0.05 | 0 | 0.06 | 213 | 0.38 | 0.9 |
| Hex | DB | E4 | EF | 8 | 5 | 0 | 6 | D5 | 26 | 5A |
| Octal | 333 | 344 | 357 | 10 | 5 | 0 | 6 | 325 | 46 | 132 |
| Binary | 11011011 | 11100100 | 11101111 | 1000 | 101 | 0 | 110 | 11010101 | 100110 | 1011010 |
Color Harmonies of #DBE4EF
Complementary color
Monochromatic Colors of #DBE4EF
Black with #DBE4EF
Text Example
Text Example
White with #DBE4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4EF; }
p { color: rgb(219,228,239); }
H1.HeaderClassName
{
color: #DBE4EF;
}
.AnyTagClassName
{
color: #DBE4EF;
}
</style>
background-color css
<style>
a { background-color: #DBE4EF; }
a { background-color: rgb(219,228,239); }
div.DivClassName
{
background-color: #DBE4EF;
}
.BgClassName
{
background-color: #DBE4EF;
}
</style>
border-color css
<style>
span { border-color: #DBE4EF; }
span { border-color: rgb(219,228,239); }
td.TdClassName
{
border-color: #DBE4EF;
}
.TagClassName
{
border-color: #DBE4EF;
}
</style>