Shades of Solitude #DBE8F9
Tints of Solitude #DBE8F9
RGB
CMYK
RGB Variations
Color information
#DBE8F9 (or 0xDBE8F9) is known color: Solitude. HEX triplet: DB, E8 and F9. RGB value is (219,232,249). Sum of RGB (Red+Green+Blue) = 219+232+249=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBE8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8F9 is #241706. Grayscale: #E5E5E5. Windows color (decimal): -2365191 or 16378075. OLE color: 16378075.
HSL color Cylindrical-coordinate representation of color #DBE8F9: hue angle of 214º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE8F9 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 232 | 249 | - |
CMYK | 0.12 | 0.07 | 0 | 0.02 |
HSL | 214º | 0.71% | 0.92% | - |
HSV(B) | 214º | 0.12% | 0.98% | - |
XYZ | 75.17 | 79.61 | 101.03 | - |
YUV | 230.05 | 138.69 | 120.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 232 | 249 | 0.12 | 0.07 | 0 | 0.02 | 214 | 0.71 | 0.92 |
Hex | DB | E8 | F9 | C | 7 | 0 | 2 | D6 | 47 | 5C |
Octal | 333 | 350 | 371 | 14 | 7 | 0 | 2 | 326 | 107 | 134 |
Binary | 11011011 | 11101000 | 11111001 | 1100 | 111 | 0 | 10 | 11010110 | 1000111 | 1011100 |
Color Harmonies of #DBE8F9
Complementary color
Monochromatic Colors of #DBE8F9
Black with #DBE8F9
Text Example
Text Example
White with #DBE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8F9; }
p { color: rgb(219,232,249); }
H1.HeaderClassName
{
color: #DBE8F9;
}
.AnyTagClassName
{
color: #DBE8F9;
}
</style>
background-color css
<style>
a { background-color: #DBE8F9; }
a { background-color: rgb(219,232,249); }
div.DivClassName
{
background-color: #DBE8F9;
}
.BgClassName
{
background-color: #DBE8F9;
}
</style>
border-color css
<style>
span { border-color: #DBE8F9; }
span { border-color: rgb(219,232,249); }
td.TdClassName
{
border-color: #DBE8F9;
}
.TagClassName
{
border-color: #DBE8F9;
}
</style>