Shades of Tranquil #DBF3EE
Tints of Tranquil #DBF3EE
RGB
CMYK
RGB Variations
Color information
#DBF3EE (or 0xDBF3EE) is known color: Tranquil. HEX triplet: DB, F3 and EE. RGB value is (219,243,238). Sum of RGB (Red+Green+Blue) = 219+243+238=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3EE is #240C11. Grayscale: #EBEBEB. Windows color (decimal): -2362386 or 15659995. OLE color: 15659995.
HSL color Cylindrical-coordinate representation of color #DBF3EE: hue angle of 167.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3EE is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 243 | 238 | - |
CMYK | 0.10 | 0 | 0.02 | 0.05 |
HSL | 167.5º | 0.5% | 0.91% | - |
HSV(B) | 167.5º | 0.1% | 0.95% | - |
XYZ | 76.7 | 85.33 | 93.32 | - |
YUV | 235.25 | 129.55 | 116.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 243 | 238 | 0.10 | 0 | 0.02 | 0.05 | 167.5 | 0.5 | 0.91 |
Hex | DB | F3 | EE | A | 0 | 2 | 5 | A8 | 32 | 5B |
Octal | 333 | 363 | 356 | 12 | 0 | 2 | 5 | 250 | 62 | 133 |
Binary | 11011011 | 11110011 | 11101110 | 1010 | 0 | 10 | 101 | 10101000 | 110010 | 1011011 |
Color Harmonies of #DBF3EE
Complementary color
Monochromatic Colors of #DBF3EE
Black with #DBF3EE
Text Example
Text Example
White with #DBF3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3EE; }
p { color: rgb(219,243,238); }
H1.HeaderClassName
{
color: #DBF3EE;
}
.AnyTagClassName
{
color: #DBF3EE;
}
</style>
background-color css
<style>
a { background-color: #DBF3EE; }
a { background-color: rgb(219,243,238); }
div.DivClassName
{
background-color: #DBF3EE;
}
.BgClassName
{
background-color: #DBF3EE;
}
</style>
border-color css
<style>
span { border-color: #DBF3EE; }
span { border-color: rgb(219,243,238); }
td.TdClassName
{
border-color: #DBF3EE;
}
.TagClassName
{
border-color: #DBF3EE;
}
</style>