Shades of Tranquil #DBEBE9
Tints of Tranquil #DBEBE9
RGB
CMYK
RGB Variations
Color information
#DBEBE9 (or 0xDBEBE9) is known color: Tranquil. HEX triplet: DB, EB and E9. RGB value is (219,235,233). Sum of RGB (Red+Green+Blue) = 219+235+233=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBE9 is #241416. Grayscale: #E5E5E5. Windows color (decimal): -2364439 or 15330267. OLE color: 15330267.
HSL color Cylindrical-coordinate representation of color #DBEBE9: hue angle of 172.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBEBE9 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 235 | 233 | - |
CMYK | 0.07 | 0 | 0.01 | 0.08 |
HSL | 172.5º | 0.29% | 0.89% | - |
HSV(B) | 172.5º | 0.07% | 0.92% | - |
XYZ | 73.63 | 80.36 | 88.72 | - |
YUV | 229.99 | 129.7 | 120.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 235 | 233 | 0.07 | 0 | 0.01 | 0.08 | 172.5 | 0.29 | 0.89 |
Hex | DB | EB | E9 | 7 | 0 | 1 | 8 | AC | 1D | 59 |
Octal | 333 | 353 | 351 | 7 | 0 | 1 | 10 | 254 | 35 | 131 |
Binary | 11011011 | 11101011 | 11101001 | 111 | 0 | 1 | 1000 | 10101100 | 11101 | 1011001 |
Color Harmonies of #DBEBE9
Complementary color
Monochromatic Colors of #DBEBE9
Black with #DBEBE9
Text Example
Text Example
White with #DBEBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBE9; }
p { color: rgb(219,235,233); }
H1.HeaderClassName
{
color: #DBEBE9;
}
.AnyTagClassName
{
color: #DBEBE9;
}
</style>
background-color css
<style>
a { background-color: #DBEBE9; }
a { background-color: rgb(219,235,233); }
div.DivClassName
{
background-color: #DBEBE9;
}
.BgClassName
{
background-color: #DBEBE9;
}
</style>
border-color css
<style>
span { border-color: #DBEBE9; }
span { border-color: rgb(219,235,233); }
td.TdClassName
{
border-color: #DBEBE9;
}
.TagClassName
{
border-color: #DBEBE9;
}
</style>