Shades of Solitude #DBECFE
Tints of Solitude #DBECFE
RGB
CMYK
RGB Variations
Color information
#DBECFE (or 0xDBECFE) is known color: Solitude. HEX triplet: DB, EC and FE. RGB value is (219,236,254). Sum of RGB (Red+Green+Blue) = 219+236+254=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBECFE is #241301. Grayscale: #E8E8E8. Windows color (decimal): -2364162 or 16706779. OLE color: 16706779.
HSL color Cylindrical-coordinate representation of color #DBECFE: hue angle of 210.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBECFE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 236 | 254 | - |
CMYK | 0.14 | 0.07 | 0 | 0.00 |
HSL | 210.86º | 0.95% | 0.93% | - |
HSV(B) | 210.86º | 0.14% | 1% | - |
XYZ | 77.1 | 82.21 | 105.57 | - |
YUV | 232.97 | 139.87 | 118.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 254 | 0.14 | 0.07 | 0 | 0.00 | 210.86 | 0.95 | 0.93 |
Hex | DB | EC | FE | E | 7 | 0 | 0 | D3 | 5F | 5D |
Octal | 333 | 354 | 376 | 16 | 7 | 0 | 0 | 323 | 137 | 135 |
Binary | 11011011 | 11101100 | 11111110 | 1110 | 111 | 0 | 0 | 11010011 | 1011111 | 1011101 |
Color Harmonies of #DBECFE
Complementary color
Monochromatic Colors of #DBECFE
Black with #DBECFE
Text Example
Text Example
White with #DBECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECFE; }
p { color: rgb(219,236,254); }
H1.HeaderClassName
{
color: #DBECFE;
}
.AnyTagClassName
{
color: #DBECFE;
}
</style>
background-color css
<style>
a { background-color: #DBECFE; }
a { background-color: rgb(219,236,254); }
div.DivClassName
{
background-color: #DBECFE;
}
.BgClassName
{
background-color: #DBECFE;
}
</style>
border-color css
<style>
span { border-color: #DBECFE; }
span { border-color: rgb(219,236,254); }
td.TdClassName
{
border-color: #DBECFE;
}
.TagClassName
{
border-color: #DBECFE;
}
</style>