Shades of Solitude #DBEDFF
Tints of Solitude #DBEDFF
RGB
CMYK
RGB Variations
Color information
#DBEDFF (or 0xDBEDFF) is known color: Solitude. HEX triplet: DB, ED and FF. RGB value is (219,237,255). Sum of RGB (Red+Green+Blue) = 219+237+255=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDFF is #241200. Grayscale: #E9E9E9. Windows color (decimal): -2363905 or 16772571. OLE color: 16772571.
HSL color Cylindrical-coordinate representation of color #DBEDFF: hue angle of 210º 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 #DBEDFF is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 237 | 255 | - |
CMYK | 0.14 | 0.07 | 0 | 0 |
HSL | 210º | 1% | 0.93% | - |
HSV(B) | 210º | 0.14% | 1% | - |
XYZ | 77.55 | 82.85 | 106.51 | - |
YUV | 233.67 | 140.04 | 117.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 255 | 0.14 | 0.07 | 0 | 0 | 210 | 1 | 0.93 |
Hex | DB | ED | FF | E | 7 | 0 | 0 | D2 | 64 | 5D |
Octal | 333 | 355 | 377 | 16 | 7 | 0 | 0 | 322 | 144 | 135 |
Binary | 11011011 | 11101101 | 11111111 | 1110 | 111 | 0 | 0 | 11010010 | 1100100 | 1011101 |
Color Harmonies of #DBEDFF
Complementary color
Monochromatic Colors of #DBEDFF
Black with #DBEDFF
Text Example
Text Example
White with #DBEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDFF; }
p { color: rgb(219,237,255); }
H1.HeaderClassName
{
color: #DBEDFF;
}
.AnyTagClassName
{
color: #DBEDFF;
}
</style>
background-color css
<style>
a { background-color: #DBEDFF; }
a { background-color: rgb(219,237,255); }
div.DivClassName
{
background-color: #DBEDFF;
}
.BgClassName
{
background-color: #DBEDFF;
}
</style>
border-color css
<style>
span { border-color: #DBEDFF; }
span { border-color: rgb(219,237,255); }
td.TdClassName
{
border-color: #DBEDFF;
}
.TagClassName
{
border-color: #DBEDFF;
}
</style>