Shades of Solitude #DBE5FD
Tints of Solitude #DBE5FD
RGB
CMYK
RGB Variations
Color information
#DBE5FD (or 0xDBE5FD) is known color: Solitude. HEX triplet: DB, E5 and FD. RGB value is (219,229,253). Sum of RGB (Red+Green+Blue) = 219+229+253=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5FD is #241A02. Grayscale: #E4E4E4. Windows color (decimal): -2365955 or 16639451. OLE color: 16639451.
HSL color Cylindrical-coordinate representation of color #DBE5FD: hue angle of 222.35º 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 #DBE5FD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 229 | 253 | - |
CMYK | 0.13 | 0.09 | 0 | 0.01 |
HSL | 222.35º | 0.89% | 0.93% | - |
HSV(B) | 222.35º | 0.13% | 0.99% | - |
XYZ | 74.96 | 78.19 | 104.07 | - |
YUV | 228.75 | 141.69 | 121.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 253 | 0.13 | 0.09 | 0 | 0.01 | 222.35 | 0.89 | 0.93 |
Hex | DB | E5 | FD | D | 9 | 0 | 1 | DE | 59 | 5D |
Octal | 333 | 345 | 375 | 15 | 11 | 0 | 1 | 336 | 131 | 135 |
Binary | 11011011 | 11100101 | 11111101 | 1101 | 1001 | 0 | 1 | 11011110 | 1011001 | 1011101 |
Color Harmonies of #DBE5FD
Complementary color
Monochromatic Colors of #DBE5FD
Black with #DBE5FD
Text Example
Text Example
White with #DBE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5FD; }
p { color: rgb(219,229,253); }
H1.HeaderClassName
{
color: #DBE5FD;
}
.AnyTagClassName
{
color: #DBE5FD;
}
</style>
background-color css
<style>
a { background-color: #DBE5FD; }
a { background-color: rgb(219,229,253); }
div.DivClassName
{
background-color: #DBE5FD;
}
.BgClassName
{
background-color: #DBE5FD;
}
</style>
border-color css
<style>
span { border-color: #DBE5FD; }
span { border-color: rgb(219,229,253); }
td.TdClassName
{
border-color: #DBE5FD;
}
.TagClassName
{
border-color: #DBE5FD;
}
</style>