Shades of Tranquil #DBF8F3
Tints of Tranquil #DBF8F3
RGB
CMYK
RGB Variations
Color information
#DBF8F3 (or 0xDBF8F3) is known color: Tranquil. HEX triplet: DB, F8 and F3. RGB value is (219,248,243). Sum of RGB (Red+Green+Blue) = 219+248+243=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 248 (97.27% from 255 or 34.93% from 710); Blue value is 243 (95.31% from 255 or 34.23% from 710); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8F3 is #24070C. Grayscale: #EEEEEE. Windows color (decimal): -2361101 or 15988955. OLE color: 15988955.
HSL color Cylindrical-coordinate representation of color #DBF8F3: hue angle of 169.66º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF8F3 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
RGB | 219 | 248 | 243 | - |
CMYK | 0.12 | 0 | 0.02 | 0.03 |
HSL | 169.66º | 0.67% | 0.92% | - |
HSV(B) | 169.66º | 0.12% | 0.97% | - |
XYZ | 78.96 | 88.67 | 97.75 | - |
YUV | 238.76 | 130.39 | 113.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 248 | 243 | 0.12 | 0 | 0.02 | 0.03 | 169.66 | 0.67 | 0.92 |
Hex | DB | F8 | F3 | C | 0 | 2 | 3 | AA | 43 | 5C |
Octal | 333 | 370 | 363 | 14 | 0 | 2 | 3 | 252 | 103 | 134 |
Binary | 11011011 | 11111000 | 11110011 | 1100 | 0 | 10 | 11 | 10101010 | 1000011 | 1011100 |
Color Harmonies of #DBF8F3
Complementary color
Monochromatic Colors of #DBF8F3
Black with #DBF8F3
Text Example
Text Example
White with #DBF8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8F3; }
p { color: rgb(219,248,243); }
H1.HeaderClassName
{
color: #DBF8F3;
}
.AnyTagClassName
{
color: #DBF8F3;
}
</style>
background-color css
<style>
a { background-color: #DBF8F3; }
a { background-color: rgb(219,248,243); }
div.DivClassName
{
background-color: #DBF8F3;
}
.BgClassName
{
background-color: #DBF8F3;
}
</style>
border-color css
<style>
span { border-color: #DBF8F3; }
span { border-color: rgb(219,248,243); }
td.TdClassName
{
border-color: #DBF8F3;
}
.TagClassName
{
border-color: #DBF8F3;
}
</style>