Shades of Solitude #DBE7F9
Tints of Solitude #DBE7F9
RGB
CMYK
RGB Variations
Color information
#DBE7F9 (or 0xDBE7F9) is known color: Solitude. HEX triplet: DB, E7 and F9. RGB value is (219,231,249). Sum of RGB (Red+Green+Blue) = 219+231+249=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBE7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7F9 is #241806. Grayscale: #E5E5E5. Windows color (decimal): -2365447 or 16377819. OLE color: 16377819.
HSL color Cylindrical-coordinate representation of color #DBE7F9: hue angle of 216º 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 #DBE7F9 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 231 | 249 | - |
CMYK | 0.12 | 0.07 | 0 | 0.02 |
HSL | 216º | 0.71% | 0.92% | - |
HSV(B) | 216º | 0.12% | 0.98% | - |
XYZ | 74.89 | 79.05 | 100.93 | - |
YUV | 229.46 | 139.02 | 120.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 231 | 249 | 0.12 | 0.07 | 0 | 0.02 | 216 | 0.71 | 0.92 |
Hex | DB | E7 | F9 | C | 7 | 0 | 2 | D8 | 47 | 5C |
Octal | 333 | 347 | 371 | 14 | 7 | 0 | 2 | 330 | 107 | 134 |
Binary | 11011011 | 11100111 | 11111001 | 1100 | 111 | 0 | 10 | 11011000 | 1000111 | 1011100 |
Color Harmonies of #DBE7F9
Complementary color
Monochromatic Colors of #DBE7F9
Black with #DBE7F9
Text Example
Text Example
White with #DBE7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7F9; }
p { color: rgb(219,231,249); }
H1.HeaderClassName
{
color: #DBE7F9;
}
.AnyTagClassName
{
color: #DBE7F9;
}
</style>
background-color css
<style>
a { background-color: #DBE7F9; }
a { background-color: rgb(219,231,249); }
div.DivClassName
{
background-color: #DBE7F9;
}
.BgClassName
{
background-color: #DBE7F9;
}
</style>
border-color css
<style>
span { border-color: #DBE7F9; }
span { border-color: rgb(219,231,249); }
td.TdClassName
{
border-color: #DBE7F9;
}
.TagClassName
{
border-color: #DBE7F9;
}
</style>