Shades of Tranquil #DBF1ED
Tints of Tranquil #DBF1ED
RGB
CMYK
RGB Variations
Color information
#DBF1ED (or 0xDBF1ED) is known color: Tranquil. HEX triplet: DB, F1 and ED. RGB value is (219,241,237). Sum of RGB (Red+Green+Blue) = 219+241+237=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1ED is #240E12. Grayscale: #E9E9E9. Windows color (decimal): -2362899 or 15593947. OLE color: 15593947.
HSL color Cylindrical-coordinate representation of color #DBF1ED: hue angle of 169.09º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1ED is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 241 | 237 | - |
CMYK | 0.09 | 0 | 0.02 | 0.05 |
HSL | 169.09º | 0.44% | 0.9% | - |
HSV(B) | 169.09º | 0.09% | 0.95% | - |
XYZ | 75.95 | 84.09 | 92.35 | - |
YUV | 233.97 | 129.71 | 117.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 241 | 237 | 0.09 | 0 | 0.02 | 0.05 | 169.09 | 0.44 | 0.9 |
Hex | DB | F1 | ED | 9 | 0 | 2 | 5 | A9 | 2C | 5A |
Octal | 333 | 361 | 355 | 11 | 0 | 2 | 5 | 251 | 54 | 132 |
Binary | 11011011 | 11110001 | 11101101 | 1001 | 0 | 10 | 101 | 10101001 | 101100 | 1011010 |
Color Harmonies of #DBF1ED
Complementary color
Monochromatic Colors of #DBF1ED
Black with #DBF1ED
Text Example
Text Example
White with #DBF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1ED; }
p { color: rgb(219,241,237); }
H1.HeaderClassName
{
color: #DBF1ED;
}
.AnyTagClassName
{
color: #DBF1ED;
}
</style>
background-color css
<style>
a { background-color: #DBF1ED; }
a { background-color: rgb(219,241,237); }
div.DivClassName
{
background-color: #DBF1ED;
}
.BgClassName
{
background-color: #DBF1ED;
}
</style>
border-color css
<style>
span { border-color: #DBF1ED; }
span { border-color: rgb(219,241,237); }
td.TdClassName
{
border-color: #DBF1ED;
}
.TagClassName
{
border-color: #DBF1ED;
}
</style>