Shades of Tranquil #DBEBE6
Tints of Tranquil #DBEBE6
RGB
CMYK
RGB Variations
Color information
#DBEBE6 (or 0xDBEBE6) is known color: Tranquil. HEX triplet: DB, EB and E6. RGB value is (219,235,230). Sum of RGB (Red+Green+Blue) = 219+235+230=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBE6 is #241419. Grayscale: #E5E5E5. Windows color (decimal): -2364442 or 15133659. OLE color: 15133659.
HSL color Cylindrical-coordinate representation of color #DBEBE6: hue angle of 161.25º 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 #DBEBE6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 235 | 230 | - |
CMYK | 0.07 | 0 | 0.02 | 0.08 |
HSL | 161.25º | 0.29% | 0.89% | - |
HSV(B) | 161.25º | 0.07% | 0.92% | - |
XYZ | 73.2 | 80.19 | 86.48 | - |
YUV | 229.65 | 128.2 | 120.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 235 | 230 | 0.07 | 0 | 0.02 | 0.08 | 161.25 | 0.29 | 0.89 |
Hex | DB | EB | E6 | 7 | 0 | 2 | 8 | A1 | 1D | 59 |
Octal | 333 | 353 | 346 | 7 | 0 | 2 | 10 | 241 | 35 | 131 |
Binary | 11011011 | 11101011 | 11100110 | 111 | 0 | 10 | 1000 | 10100001 | 11101 | 1011001 |
Color Harmonies of #DBEBE6
Complementary color
Monochromatic Colors of #DBEBE6
Black with #DBEBE6
Text Example
Text Example
White with #DBEBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBE6; }
p { color: rgb(219,235,230); }
H1.HeaderClassName
{
color: #DBEBE6;
}
.AnyTagClassName
{
color: #DBEBE6;
}
</style>
background-color css
<style>
a { background-color: #DBEBE6; }
a { background-color: rgb(219,235,230); }
div.DivClassName
{
background-color: #DBEBE6;
}
.BgClassName
{
background-color: #DBEBE6;
}
</style>
border-color css
<style>
span { border-color: #DBEBE6; }
span { border-color: rgb(219,235,230); }
td.TdClassName
{
border-color: #DBEBE6;
}
.TagClassName
{
border-color: #DBEBE6;
}
</style>