Shades of Solitude #DBEBFD
Tints of Solitude #DBEBFD
RGB
CMYK
RGB Variations
Color information
#DBEBFD (or 0xDBEBFD) is known color: Solitude. HEX triplet: DB, EB and FD. RGB value is (219,235,253). Sum of RGB (Red+Green+Blue) = 219+235+253=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBEBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBFD is #241402. Grayscale: #E8E8E8. Windows color (decimal): -2364419 or 16640987. OLE color: 16640987.
HSL color Cylindrical-coordinate representation of color #DBEBFD: hue angle of 211.76º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEBFD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 235 | 253 | - |
CMYK | 0.13 | 0.07 | 0 | 0.01 |
HSL | 211.76º | 0.89% | 0.93% | - |
HSV(B) | 211.76º | 0.13% | 0.99% | - |
XYZ | 76.65 | 81.57 | 104.63 | - |
YUV | 232.27 | 139.7 | 118.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 235 | 253 | 0.13 | 0.07 | 0 | 0.01 | 211.76 | 0.89 | 0.93 |
Hex | DB | EB | FD | D | 7 | 0 | 1 | D4 | 59 | 5D |
Octal | 333 | 353 | 375 | 15 | 7 | 0 | 1 | 324 | 131 | 135 |
Binary | 11011011 | 11101011 | 11111101 | 1101 | 111 | 0 | 1 | 11010100 | 1011001 | 1011101 |
Color Harmonies of #DBEBFD
Complementary color
Monochromatic Colors of #DBEBFD
Black with #DBEBFD
Text Example
Text Example
White with #DBEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBFD; }
p { color: rgb(219,235,253); }
H1.HeaderClassName
{
color: #DBEBFD;
}
.AnyTagClassName
{
color: #DBEBFD;
}
</style>
background-color css
<style>
a { background-color: #DBEBFD; }
a { background-color: rgb(219,235,253); }
div.DivClassName
{
background-color: #DBEBFD;
}
.BgClassName
{
background-color: #DBEBFD;
}
</style>
border-color css
<style>
span { border-color: #DBEBFD; }
span { border-color: rgb(219,235,253); }
td.TdClassName
{
border-color: #DBEBFD;
}
.TagClassName
{
border-color: #DBEBFD;
}
</style>