Shades of Solitude #DBE6F9
Tints of Solitude #DBE6F9
RGB
CMYK
RGB Variations
Color information
#DBE6F9 (or 0xDBE6F9) is known color: Solitude. HEX triplet: DB, E6 and F9. RGB value is (219,230,249). Sum of RGB (Red+Green+Blue) = 219+230+249=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBE6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6F9 is #241906. Grayscale: #E4E4E4. Windows color (decimal): -2365703 or 16377563. OLE color: 16377563.
HSL color Cylindrical-coordinate representation of color #DBE6F9: hue angle of 218º 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 #DBE6F9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 230 | 249 | - |
CMYK | 0.12 | 0.08 | 0 | 0.02 |
HSL | 218º | 0.71% | 0.92% | - |
HSV(B) | 218º | 0.12% | 0.98% | - |
XYZ | 74.61 | 78.49 | 100.84 | - |
YUV | 228.88 | 139.36 | 120.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 230 | 249 | 0.12 | 0.08 | 0 | 0.02 | 218 | 0.71 | 0.92 |
Hex | DB | E6 | F9 | C | 8 | 0 | 2 | DA | 47 | 5C |
Octal | 333 | 346 | 371 | 14 | 10 | 0 | 2 | 332 | 107 | 134 |
Binary | 11011011 | 11100110 | 11111001 | 1100 | 1000 | 0 | 10 | 11011010 | 1000111 | 1011100 |
Color Harmonies of #DBE6F9
Complementary color
Monochromatic Colors of #DBE6F9
Black with #DBE6F9
Text Example
Text Example
White with #DBE6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6F9; }
p { color: rgb(219,230,249); }
H1.HeaderClassName
{
color: #DBE6F9;
}
.AnyTagClassName
{
color: #DBE6F9;
}
</style>
background-color css
<style>
a { background-color: #DBE6F9; }
a { background-color: rgb(219,230,249); }
div.DivClassName
{
background-color: #DBE6F9;
}
.BgClassName
{
background-color: #DBE6F9;
}
</style>
border-color css
<style>
span { border-color: #DBE6F9; }
span { border-color: rgb(219,230,249); }
td.TdClassName
{
border-color: #DBE6F9;
}
.TagClassName
{
border-color: #DBE6F9;
}
</style>