Shades of Solitude #DBE9FD
Tints of Solitude #DBE9FD
RGB
CMYK
RGB Variations
Color information
#DBE9FD (or 0xDBE9FD) is known color: Solitude. HEX triplet: DB, E9 and FD. RGB value is (219,233,253). Sum of RGB (Red+Green+Blue) = 219+233+253=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 233 (91.41% from 255 or 33.05% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9FD is #241602. Grayscale: #E7E7E7. Windows color (decimal): -2364931 or 16640475. OLE color: 16640475.
HSL color Cylindrical-coordinate representation of color #DBE9FD: hue angle of 215.29º 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 #DBE9FD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 233 | 253 | - |
CMYK | 0.13 | 0.08 | 0 | 0.01 |
HSL | 215.29º | 0.89% | 0.93% | - |
HSV(B) | 215.29º | 0.13% | 0.99% | - |
XYZ | 76.08 | 80.43 | 104.44 | - |
YUV | 231.09 | 140.36 | 119.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 253 | 0.13 | 0.08 | 0 | 0.01 | 215.29 | 0.89 | 0.93 |
Hex | DB | E9 | FD | D | 8 | 0 | 1 | D7 | 59 | 5D |
Octal | 333 | 351 | 375 | 15 | 10 | 0 | 1 | 327 | 131 | 135 |
Binary | 11011011 | 11101001 | 11111101 | 1101 | 1000 | 0 | 1 | 11010111 | 1011001 | 1011101 |
Color Harmonies of #DBE9FD
Complementary color
Monochromatic Colors of #DBE9FD
Black with #DBE9FD
Text Example
Text Example
White with #DBE9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9FD; }
p { color: rgb(219,233,253); }
H1.HeaderClassName
{
color: #DBE9FD;
}
.AnyTagClassName
{
color: #DBE9FD;
}
</style>
background-color css
<style>
a { background-color: #DBE9FD; }
a { background-color: rgb(219,233,253); }
div.DivClassName
{
background-color: #DBE9FD;
}
.BgClassName
{
background-color: #DBE9FD;
}
</style>
border-color css
<style>
span { border-color: #DBE9FD; }
span { border-color: rgb(219,233,253); }
td.TdClassName
{
border-color: #DBE9FD;
}
.TagClassName
{
border-color: #DBE9FD;
}
</style>