Shades of Tranquil #DBEFEA
Tints of Tranquil #DBEFEA
RGB
CMYK
RGB Variations
Color information
#DBEFEA (or 0xDBEFEA) is known color: Tranquil. HEX triplet: DB, EF and EA. RGB value is (219,239,234). Sum of RGB (Red+Green+Blue) = 219+239+234=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFEA is #241015. Grayscale: #E8E8E8. Windows color (decimal): -2363414 or 15396827. OLE color: 15396827.
HSL color Cylindrical-coordinate representation of color #DBEFEA: hue angle of 165º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFEA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 239 | 234 | - |
CMYK | 0.08 | 0 | 0.02 | 0.06 |
HSL | 165º | 0.38% | 0.9% | - |
HSV(B) | 165º | 0.08% | 0.94% | - |
XYZ | 74.93 | 82.73 | 89.86 | - |
YUV | 232.45 | 128.87 | 118.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 234 | 0.08 | 0 | 0.02 | 0.06 | 165 | 0.38 | 0.9 |
Hex | DB | EF | EA | 8 | 0 | 2 | 6 | A5 | 26 | 5A |
Octal | 333 | 357 | 352 | 10 | 0 | 2 | 6 | 245 | 46 | 132 |
Binary | 11011011 | 11101111 | 11101010 | 1000 | 0 | 10 | 110 | 10100101 | 100110 | 1011010 |
Color Harmonies of #DBEFEA
Complementary color
Monochromatic Colors of #DBEFEA
Black with #DBEFEA
Text Example
Text Example
White with #DBEFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFEA; }
p { color: rgb(219,239,234); }
H1.HeaderClassName
{
color: #DBEFEA;
}
.AnyTagClassName
{
color: #DBEFEA;
}
</style>
background-color css
<style>
a { background-color: #DBEFEA; }
a { background-color: rgb(219,239,234); }
div.DivClassName
{
background-color: #DBEFEA;
}
.BgClassName
{
background-color: #DBEFEA;
}
</style>
border-color css
<style>
span { border-color: #DBEFEA; }
span { border-color: rgb(219,239,234); }
td.TdClassName
{
border-color: #DBEFEA;
}
.TagClassName
{
border-color: #DBEFEA;
}
</style>