Shades of Solitude #DBE4F0
Tints of Solitude #DBE4F0
RGB
CMYK
RGB Variations
Color information
#DBE4F0 (or 0xDBE4F0) is known color: Solitude. HEX triplet: DB, E4 and F0. RGB value is (219,228,240). Sum of RGB (Red+Green+Blue) = 219+228+240=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBE4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE4F0 is #241B0F. Grayscale: #E2E2E2. Windows color (decimal): -2366224 or 15787227. OLE color: 15787227.
HSL color Cylindrical-coordinate representation of color #DBE4F0: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE4F0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 228 | 240 | - |
CMYK | 0.09 | 0.05 | 0 | 0.06 |
HSL | 214.29º | 0.41% | 0.9% | - |
HSV(B) | 214.29º | 0.09% | 0.94% | - |
XYZ | 72.69 | 76.84 | 93.44 | - |
YUV | 226.68 | 135.52 | 122.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 240 | 0.09 | 0.05 | 0 | 0.06 | 214.29 | 0.41 | 0.9 |
Hex | DB | E4 | F0 | 9 | 5 | 0 | 6 | D6 | 29 | 5A |
Octal | 333 | 344 | 360 | 11 | 5 | 0 | 6 | 326 | 51 | 132 |
Binary | 11011011 | 11100100 | 11110000 | 1001 | 101 | 0 | 110 | 11010110 | 101001 | 1011010 |
Color Harmonies of #DBE4F0
Complementary color
Monochromatic Colors of #DBE4F0
Black with #DBE4F0
Text Example
Text Example
White with #DBE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4F0; }
p { color: rgb(219,228,240); }
H1.HeaderClassName
{
color: #DBE4F0;
}
.AnyTagClassName
{
color: #DBE4F0;
}
</style>
background-color css
<style>
a { background-color: #DBE4F0; }
a { background-color: rgb(219,228,240); }
div.DivClassName
{
background-color: #DBE4F0;
}
.BgClassName
{
background-color: #DBE4F0;
}
</style>
border-color css
<style>
span { border-color: #DBE4F0; }
span { border-color: rgb(219,228,240); }
td.TdClassName
{
border-color: #DBE4F0;
}
.TagClassName
{
border-color: #DBE4F0;
}
</style>