Shades of Solitude #DBEBFF
Tints of Solitude #DBEBFF
RGB
CMYK
RGB Variations
Color information
#DBEBFF (or 0xDBEBFF) is known color: Solitude. HEX triplet: DB, EB and FF. RGB value is (219,235,255). Sum of RGB (Red+Green+Blue) = 219+235+255=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBFF is #241400. Grayscale: #E8E8E8. Windows color (decimal): -2364417 or 16772059. OLE color: 16772059.
HSL color Cylindrical-coordinate representation of color #DBEBFF: hue angle of 213.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEBFF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 235 | 255 | - |
| CMYK | 0.14 | 0.08 | 0 | 0 |
| HSL | 213.33º | 1% | 0.93% | - |
| HSV(B) | 213.33º | 0.14% | 1% | - |
| XYZ | 76.97 | 81.7 | 106.32 | - |
| YUV | 232.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 255 | 0.14 | 0.08 | 0 | 0 | 213.33 | 1 | 0.93 |
| Hex | DB | EB | FF | E | 8 | 0 | 0 | D5 | 64 | 5D |
| Octal | 333 | 353 | 377 | 16 | 10 | 0 | 0 | 325 | 144 | 135 |
| Binary | 11011011 | 11101011 | 11111111 | 1110 | 1000 | 0 | 0 | 11010101 | 1100100 | 1011101 |
Color Harmonies of #DBEBFF
Complementary color
Monochromatic Colors of #DBEBFF
Black with #DBEBFF
Text Example
Text Example
White with #DBEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBFF; }
p { color: rgb(219,235,255); }
H1.HeaderClassName
{
color: #DBEBFF;
}
.AnyTagClassName
{
color: #DBEBFF;
}
</style>
background-color css
<style>
a { background-color: #DBEBFF; }
a { background-color: rgb(219,235,255); }
div.DivClassName
{
background-color: #DBEBFF;
}
.BgClassName
{
background-color: #DBEBFF;
}
</style>
border-color css
<style>
span { border-color: #DBEBFF; }
span { border-color: rgb(219,235,255); }
td.TdClassName
{
border-color: #DBEBFF;
}
.TagClassName
{
border-color: #DBEBFF;
}
</style>