Shades of Solitude #DBE7FE
Tints of Solitude #DBE7FE
RGB
CMYK
RGB Variations
Color information
#DBE7FE (or 0xDBE7FE) is known color: Solitude. HEX triplet: DB, E7 and FE. RGB value is (219,231,254). Sum of RGB (Red+Green+Blue) = 219+231+254=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7FE is #241801. Grayscale: #E5E5E5. Windows color (decimal): -2365442 or 16705499. OLE color: 16705499.
HSL color Cylindrical-coordinate representation of color #DBE7FE: hue angle of 219.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBE7FE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 231 | 254 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.00 |
| HSL | 219.43º | 0.95% | 0.93% | - |
| HSV(B) | 219.43º | 0.14% | 1% | - |
| XYZ | 75.68 | 79.37 | 105.1 | - |
| YUV | 230.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 254 | 0.14 | 0.09 | 0 | 0.00 | 219.43 | 0.95 | 0.93 |
| Hex | DB | E7 | FE | E | 9 | 0 | 0 | DB | 5F | 5D |
| Octal | 333 | 347 | 376 | 16 | 11 | 0 | 0 | 333 | 137 | 135 |
| Binary | 11011011 | 11100111 | 11111110 | 1110 | 1001 | 0 | 0 | 11011011 | 1011111 | 1011101 |
Color Harmonies of #DBE7FE
Complementary color
Monochromatic Colors of #DBE7FE
Black with #DBE7FE
Text Example
Text Example
White with #DBE7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7FE; }
p { color: rgb(219,231,254); }
H1.HeaderClassName
{
color: #DBE7FE;
}
.AnyTagClassName
{
color: #DBE7FE;
}
</style>
background-color css
<style>
a { background-color: #DBE7FE; }
a { background-color: rgb(219,231,254); }
div.DivClassName
{
background-color: #DBE7FE;
}
.BgClassName
{
background-color: #DBE7FE;
}
</style>
border-color css
<style>
span { border-color: #DBE7FE; }
span { border-color: rgb(219,231,254); }
td.TdClassName
{
border-color: #DBE7FE;
}
.TagClassName
{
border-color: #DBE7FE;
}
</style>