Shades of Solitude #DBE6FE
Tints of Solitude #DBE6FE
RGB
CMYK
RGB Variations
Color information
#DBE6FE (or 0xDBE6FE) is known color: Solitude. HEX triplet: DB, E6 and FE. RGB value is (219,230,254). Sum of RGB (Red+Green+Blue) = 219+230+254=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6FE is #241901. Grayscale: #E5E5E5. Windows color (decimal): -2365698 or 16705243. OLE color: 16705243.
HSL color Cylindrical-coordinate representation of color #DBE6FE: hue angle of 221.14º 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 #DBE6FE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 230 | 254 | - |
CMYK | 0.14 | 0.09 | 0 | 0.00 |
HSL | 221.14º | 0.95% | 0.93% | - |
HSV(B) | 221.14º | 0.14% | 1% | - |
XYZ | 75.4 | 78.81 | 105 | - |
YUV | 229.45 | 141.86 | 120.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 230 | 254 | 0.14 | 0.09 | 0 | 0.00 | 221.14 | 0.95 | 0.93 |
Hex | DB | E6 | FE | E | 9 | 0 | 0 | DD | 5F | 5D |
Octal | 333 | 346 | 376 | 16 | 11 | 0 | 0 | 335 | 137 | 135 |
Binary | 11011011 | 11100110 | 11111110 | 1110 | 1001 | 0 | 0 | 11011101 | 1011111 | 1011101 |
Color Harmonies of #DBE6FE
Complementary color
Monochromatic Colors of #DBE6FE
Black with #DBE6FE
Text Example
Text Example
White with #DBE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6FE; }
p { color: rgb(219,230,254); }
H1.HeaderClassName
{
color: #DBE6FE;
}
.AnyTagClassName
{
color: #DBE6FE;
}
</style>
background-color css
<style>
a { background-color: #DBE6FE; }
a { background-color: rgb(219,230,254); }
div.DivClassName
{
background-color: #DBE6FE;
}
.BgClassName
{
background-color: #DBE6FE;
}
</style>
border-color css
<style>
span { border-color: #DBE6FE; }
span { border-color: rgb(219,230,254); }
td.TdClassName
{
border-color: #DBE6FE;
}
.TagClassName
{
border-color: #DBE6FE;
}
</style>