Shades of Solitude #DBE5F9
Tints of Solitude #DBE5F9
RGB
CMYK
RGB Variations
Color information
#DBE5F9 (or 0xDBE5F9) is known color: Solitude. HEX triplet: DB, E5 and F9. RGB value is (219,229,249). Sum of RGB (Red+Green+Blue) = 219+229+249=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5F9 is #241A06. Grayscale: #E4E4E4. Windows color (decimal): -2365959 or 16377307. OLE color: 16377307.
HSL color Cylindrical-coordinate representation of color #DBE5F9: hue angle of 220º 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 #DBE5F9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 229 | 249 | - |
CMYK | 0.12 | 0.08 | 0 | 0.02 |
HSL | 220º | 0.71% | 0.92% | - |
HSV(B) | 220º | 0.12% | 0.98% | - |
XYZ | 74.33 | 77.94 | 100.75 | - |
YUV | 228.29 | 139.69 | 121.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 249 | 0.12 | 0.08 | 0 | 0.02 | 220 | 0.71 | 0.92 |
Hex | DB | E5 | F9 | C | 8 | 0 | 2 | DC | 47 | 5C |
Octal | 333 | 345 | 371 | 14 | 10 | 0 | 2 | 334 | 107 | 134 |
Binary | 11011011 | 11100101 | 11111001 | 1100 | 1000 | 0 | 10 | 11011100 | 1000111 | 1011100 |
Color Harmonies of #DBE5F9
Complementary color
Monochromatic Colors of #DBE5F9
Black with #DBE5F9
Text Example
Text Example
White with #DBE5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5F9; }
p { color: rgb(219,229,249); }
H1.HeaderClassName
{
color: #DBE5F9;
}
.AnyTagClassName
{
color: #DBE5F9;
}
</style>
background-color css
<style>
a { background-color: #DBE5F9; }
a { background-color: rgb(219,229,249); }
div.DivClassName
{
background-color: #DBE5F9;
}
.BgClassName
{
background-color: #DBE5F9;
}
</style>
border-color css
<style>
span { border-color: #DBE5F9; }
span { border-color: rgb(219,229,249); }
td.TdClassName
{
border-color: #DBE5F9;
}
.TagClassName
{
border-color: #DBE5F9;
}
</style>