Shades of Solitude #DBEAFD
Tints of Solitude #DBEAFD
RGB
CMYK
RGB Variations
Color information
#DBEAFD (or 0xDBEAFD) is known color: Solitude. HEX triplet: DB, EA and FD. RGB value is (219,234,253). Sum of RGB (Red+Green+Blue) = 219+234+253=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAFD is #241502. Grayscale: #E7E7E7. Windows color (decimal): -2364675 or 16640731. OLE color: 16640731.
HSL color Cylindrical-coordinate representation of color #DBEAFD: hue angle of 213.53º 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 #DBEAFD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 234 | 253 | - |
CMYK | 0.13 | 0.08 | 0 | 0.01 |
HSL | 213.53º | 0.89% | 0.93% | - |
HSV(B) | 213.53º | 0.13% | 0.99% | - |
XYZ | 76.37 | 81 | 104.54 | - |
YUV | 231.68 | 140.03 | 118.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 253 | 0.13 | 0.08 | 0 | 0.01 | 213.53 | 0.89 | 0.93 |
Hex | DB | EA | FD | D | 8 | 0 | 1 | D6 | 59 | 5D |
Octal | 333 | 352 | 375 | 15 | 10 | 0 | 1 | 326 | 131 | 135 |
Binary | 11011011 | 11101010 | 11111101 | 1101 | 1000 | 0 | 1 | 11010110 | 1011001 | 1011101 |
Color Harmonies of #DBEAFD
Complementary color
Monochromatic Colors of #DBEAFD
Black with #DBEAFD
Text Example
Text Example
White with #DBEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAFD; }
p { color: rgb(219,234,253); }
H1.HeaderClassName
{
color: #DBEAFD;
}
.AnyTagClassName
{
color: #DBEAFD;
}
</style>
background-color css
<style>
a { background-color: #DBEAFD; }
a { background-color: rgb(219,234,253); }
div.DivClassName
{
background-color: #DBEAFD;
}
.BgClassName
{
background-color: #DBEAFD;
}
</style>
border-color css
<style>
span { border-color: #DBEAFD; }
span { border-color: rgb(219,234,253); }
td.TdClassName
{
border-color: #DBEAFD;
}
.TagClassName
{
border-color: #DBEAFD;
}
</style>