Shades of Tranquil #EBF1F0
Tints of Tranquil #EBF1F0
RGB
CMYK
RGB Variations
Color information
#EBF1F0 (or 0xEBF1F0) is known color: Tranquil. HEX triplet: EB, F1 and F0. RGB value is (235,241,240). Sum of RGB (Red+Green+Blue) = 235+241+240=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1F0 is #140E0F. Grayscale: #EFEFEF. Windows color (decimal): -1314320 or 15790571. OLE color: 15790571.
HSL color Cylindrical-coordinate representation of color #EBF1F0: hue angle of 170º degrees, saturation: 0.18, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBF1F0 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 240 | - |
| CMYK | 0.02 | 0 | 0.00 | 0.05 |
| HSL | 170º | 0.18% | 0.93% | - |
| HSV(B) | 170º | 0.02% | 0.95% | - |
| XYZ | 81.44 | 86.86 | 94.91 | - |
| YUV | 239.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 240 | 0.02 | 0 | 0.00 | 0.05 | 170 | 0.18 | 0.93 |
| Hex | EB | F1 | F0 | 2 | 0 | 0 | 5 | AA | 12 | 5D |
| Octal | 353 | 361 | 360 | 2 | 0 | 0 | 5 | 252 | 22 | 135 |
| Binary | 11101011 | 11110001 | 11110000 | 10 | 0 | 0 | 101 | 10101010 | 10010 | 1011101 |
Color Harmonies of #EBF1F0
Complementary color
Monochromatic Colors of #EBF1F0
Black with #EBF1F0
Text Example
Text Example
White with #EBF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1F0; }
p { color: rgb(235,241,240); }
H1.HeaderClassName
{
color: #EBF1F0;
}
.AnyTagClassName
{
color: #EBF1F0;
}
</style>
background-color css
<style>
a { background-color: #EBF1F0; }
a { background-color: rgb(235,241,240); }
div.DivClassName
{
background-color: #EBF1F0;
}
.BgClassName
{
background-color: #EBF1F0;
}
</style>
border-color css
<style>
span { border-color: #EBF1F0; }
span { border-color: rgb(235,241,240); }
td.TdClassName
{
border-color: #EBF1F0;
}
.TagClassName
{
border-color: #EBF1F0;
}
</style>