Shades of Tranquil #DBF2ED
Tints of Tranquil #DBF2ED
RGB
CMYK
RGB Variations
Color information
#DBF2ED (or 0xDBF2ED) is known color: Tranquil. HEX triplet: DB, F2 and ED. RGB value is (219,242,237). Sum of RGB (Red+Green+Blue) = 219+242+237=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2ED is #240D12. Grayscale: #EAEAEA. Windows color (decimal): -2362643 or 15594203. OLE color: 15594203.
HSL color Cylindrical-coordinate representation of color #DBF2ED: hue angle of 166.96º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF2ED is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 237 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.05 |
| HSL | 166.96º | 0.47% | 0.9% | - |
| HSV(B) | 166.96º | 0.1% | 0.95% | - |
| XYZ | 76.25 | 84.68 | 92.45 | - |
| YUV | 234.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 237 | 0.10 | 0 | 0.02 | 0.05 | 166.96 | 0.47 | 0.9 |
| Hex | DB | F2 | ED | A | 0 | 2 | 5 | A7 | 2F | 5A |
| Octal | 333 | 362 | 355 | 12 | 0 | 2 | 5 | 247 | 57 | 132 |
| Binary | 11011011 | 11110010 | 11101101 | 1010 | 0 | 10 | 101 | 10100111 | 101111 | 1011010 |
Color Harmonies of #DBF2ED
Complementary color
Monochromatic Colors of #DBF2ED
Black with #DBF2ED
Text Example
Text Example
White with #DBF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2ED; }
p { color: rgb(219,242,237); }
H1.HeaderClassName
{
color: #DBF2ED;
}
.AnyTagClassName
{
color: #DBF2ED;
}
</style>
background-color css
<style>
a { background-color: #DBF2ED; }
a { background-color: rgb(219,242,237); }
div.DivClassName
{
background-color: #DBF2ED;
}
.BgClassName
{
background-color: #DBF2ED;
}
</style>
border-color css
<style>
span { border-color: #DBF2ED; }
span { border-color: rgb(219,242,237); }
td.TdClassName
{
border-color: #DBF2ED;
}
.TagClassName
{
border-color: #DBF2ED;
}
</style>