Shades of Solitude #DBECFD
Tints of Solitude #DBECFD
RGB
CMYK
RGB Variations
Color information
#DBECFD (or 0xDBECFD) is known color: Solitude. HEX triplet: DB, EC and FD. RGB value is (219,236,253). Sum of RGB (Red+Green+Blue) = 219+236+253=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECFD is #241302. Grayscale: #E8E8E8. Windows color (decimal): -2364163 or 16641243. OLE color: 16641243.
HSL color Cylindrical-coordinate representation of color #DBECFD: hue angle of 210º 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 #DBECFD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 236 | 253 | - |
CMYK | 0.13 | 0.07 | 0 | 0.01 |
HSL | 210º | 0.89% | 0.93% | - |
HSV(B) | 210º | 0.13% | 0.99% | - |
XYZ | 76.94 | 82.14 | 104.73 | - |
YUV | 232.86 | 139.37 | 118.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 253 | 0.13 | 0.07 | 0 | 0.01 | 210 | 0.89 | 0.93 |
Hex | DB | EC | FD | D | 7 | 0 | 1 | D2 | 59 | 5D |
Octal | 333 | 354 | 375 | 15 | 7 | 0 | 1 | 322 | 131 | 135 |
Binary | 11011011 | 11101100 | 11111101 | 1101 | 111 | 0 | 1 | 11010010 | 1011001 | 1011101 |
Color Harmonies of #DBECFD
Complementary color
Monochromatic Colors of #DBECFD
Black with #DBECFD
Text Example
Text Example
White with #DBECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECFD; }
p { color: rgb(219,236,253); }
H1.HeaderClassName
{
color: #DBECFD;
}
.AnyTagClassName
{
color: #DBECFD;
}
</style>
background-color css
<style>
a { background-color: #DBECFD; }
a { background-color: rgb(219,236,253); }
div.DivClassName
{
background-color: #DBECFD;
}
.BgClassName
{
background-color: #DBECFD;
}
</style>
border-color css
<style>
span { border-color: #DBECFD; }
span { border-color: rgb(219,236,253); }
td.TdClassName
{
border-color: #DBECFD;
}
.TagClassName
{
border-color: #DBECFD;
}
</style>