Shades of Tranquil #DBE8E6
Tints of Tranquil #DBE8E6
RGB
CMYK
RGB Variations
Color information
#DBE8E6 (or 0xDBE8E6) is known color: Tranquil. HEX triplet: DB, E8 and E6. RGB value is (219,232,230). Sum of RGB (Red+Green+Blue) = 219+232+230=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8E6 is #241719. Grayscale: #E3E3E3. Windows color (decimal): -2365210 or 15132891. OLE color: 15132891.
HSL color Cylindrical-coordinate representation of color #DBE8E6: hue angle of 170.77º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE8E6 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 230 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.09 |
| HSL | 170.77º | 0.22% | 0.88% | - |
| HSV(B) | 170.77º | 0.06% | 0.91% | - |
| XYZ | 72.35 | 78.49 | 86.2 | - |
| YUV | 227.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 230 | 0.06 | 0 | 0.01 | 0.09 | 170.77 | 0.22 | 0.88 |
| Hex | DB | E8 | E6 | 6 | 0 | 1 | 9 | AB | 16 | 58 |
| Octal | 333 | 350 | 346 | 6 | 0 | 1 | 11 | 253 | 26 | 130 |
| Binary | 11011011 | 11101000 | 11100110 | 110 | 0 | 1 | 1001 | 10101011 | 10110 | 1011000 |
Color Harmonies of #DBE8E6
Complementary color
Monochromatic Colors of #DBE8E6
Black with #DBE8E6
Text Example
Text Example
White with #DBE8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8E6; }
p { color: rgb(219,232,230); }
H1.HeaderClassName
{
color: #DBE8E6;
}
.AnyTagClassName
{
color: #DBE8E6;
}
</style>
background-color css
<style>
a { background-color: #DBE8E6; }
a { background-color: rgb(219,232,230); }
div.DivClassName
{
background-color: #DBE8E6;
}
.BgClassName
{
background-color: #DBE8E6;
}
</style>
border-color css
<style>
span { border-color: #DBE8E6; }
span { border-color: rgb(219,232,230); }
td.TdClassName
{
border-color: #DBE8E6;
}
.TagClassName
{
border-color: #DBE8E6;
}
</style>