Shades of Tranquil #DBE0DF
Tints of Tranquil #DBE0DF
RGB
CMYK
RGB Variations
Color information
#DBE0DF (or 0xDBE0DF) is known color: Tranquil. HEX triplet: DB, E0 and DF. RGB value is (219,224,223). Sum of RGB (Red+Green+Blue) = 219+224+223=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0DF is #241F20. Grayscale: #DEDEDE. Windows color (decimal): -2367265 or 14672091. OLE color: 14672091.
HSL color Cylindrical-coordinate representation of color #DBE0DF: hue angle of 168º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBE0DF is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 223 | - |
| CMYK | 0.02 | 0 | 0.00 | 0.12 |
| HSL | 168º | 0.07% | 0.87% | - |
| HSV(B) | 168º | 0.02% | 0.88% | - |
| XYZ | 69.19 | 73.7 | 80.39 | - |
| YUV | 222.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 223 | 0.02 | 0 | 0.00 | 0.12 | 168 | 0.07 | 0.87 |
| Hex | DB | E0 | DF | 2 | 0 | 0 | C | A8 | 7 | 57 |
| Octal | 333 | 340 | 337 | 2 | 0 | 0 | 14 | 250 | 7 | 127 |
| Binary | 11011011 | 11100000 | 11011111 | 10 | 0 | 0 | 1100 | 10101000 | 111 | 1010111 |
Color Harmonies of #DBE0DF
Complementary color
Monochromatic Colors of #DBE0DF
Black with #DBE0DF
Text Example
Text Example
White with #DBE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE0DF; }
p { color: rgb(219,224,223); }
H1.HeaderClassName
{
color: #DBE0DF;
}
.AnyTagClassName
{
color: #DBE0DF;
}
</style>
background-color css
<style>
a { background-color: #DBE0DF; }
a { background-color: rgb(219,224,223); }
div.DivClassName
{
background-color: #DBE0DF;
}
.BgClassName
{
background-color: #DBE0DF;
}
</style>
border-color css
<style>
span { border-color: #DBE0DF; }
span { border-color: rgb(219,224,223); }
td.TdClassName
{
border-color: #DBE0DF;
}
.TagClassName
{
border-color: #DBE0DF;
}
</style>