Shades of Solitude #DBECFF
Tints of Solitude #DBECFF
RGB
CMYK
RGB Variations
Color information
#DBECFF (or 0xDBECFF) is known color: Solitude. HEX triplet: DB, EC and FF. RGB value is (219,236,255). Sum of RGB (Red+Green+Blue) = 219+236+255=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECFF is #241300. Grayscale: #E8E8E8. Windows color (decimal): -2364161 or 16772315. OLE color: 16772315.
HSL color Cylindrical-coordinate representation of color #DBECFF: hue angle of 211.67º 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 #DBECFF is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 236 | 255 | - |
CMYK | 0.14 | 0.07 | 0 | 0 |
HSL | 211.67º | 1% | 0.93% | - |
HSV(B) | 211.67º | 0.14% | 1% | - |
XYZ | 77.26 | 82.27 | 106.42 | - |
YUV | 233.08 | 140.37 | 117.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 255 | 0.14 | 0.07 | 0 | 0 | 211.67 | 1 | 0.93 |
Hex | DB | EC | FF | E | 7 | 0 | 0 | D4 | 64 | 5D |
Octal | 333 | 354 | 377 | 16 | 7 | 0 | 0 | 324 | 144 | 135 |
Binary | 11011011 | 11101100 | 11111111 | 1110 | 111 | 0 | 0 | 11010100 | 1100100 | 1011101 |
Color Harmonies of #DBECFF
Complementary color
Monochromatic Colors of #DBECFF
Black with #DBECFF
Text Example
Text Example
White with #DBECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECFF; }
p { color: rgb(219,236,255); }
H1.HeaderClassName
{
color: #DBECFF;
}
.AnyTagClassName
{
color: #DBECFF;
}
</style>
background-color css
<style>
a { background-color: #DBECFF; }
a { background-color: rgb(219,236,255); }
div.DivClassName
{
background-color: #DBECFF;
}
.BgClassName
{
background-color: #DBECFF;
}
</style>
border-color css
<style>
span { border-color: #DBECFF; }
span { border-color: rgb(219,236,255); }
td.TdClassName
{
border-color: #DBECFF;
}
.TagClassName
{
border-color: #DBECFF;
}
</style>